diff --git a/Jenkinsfile b/Jenkinsfile index e3e8fb3b9..8b1378917 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,12 +1 @@ -pipeline { - agent any - stages { - stage('Build') { - steps { - echo 'Running build automation' - sh './gradlew build --no-daemon' - archiveArtifacts artifacts: 'dist/trainSchedule.zip' - } - } - } -} \ No newline at end of file + diff --git a/testing b/testing new file mode 100644 index 000000000..ce0136250 --- /dev/null +++ b/testing @@ -0,0 +1 @@ +hello