Update Jenkinsfile

This commit is contained in:
Stas Bezuhlyi 2021-04-01 15:23:42 +03:00 committed by GitHub
parent 0507e80833
commit bf43541dd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View file

@ -17,7 +17,9 @@ pipeline {
}
stage('Build') {
steps {
echo 'Build..'
echo 'Running build automation'
sh './gradlew build --no-daemon'
archiveArtifacts artifacts: 'dist/trainSchedule.zip'
}
}
stage('Test') {