Update Jenkinsfile

This commit is contained in:
Stijn Bannink 2020-02-25 15:10:44 +01:00 committed by GitHub
parent fd5c9534da
commit 8613920d76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
build 'Build' echo 'Building V10Lift...'
} }
} }