Update Jenkinsfile

This commit is contained in:
2018-08-08 09:28:16 +00:00
parent 5b2c419190
commit a111a09274

5
Jenkinsfile vendored
View File

@@ -2,14 +2,11 @@ node {
try {
stage('Checkout'){
checkout scm
checkout scm
}
stage('Test'){
steps {
echo 'Building..'
}
}
}
catch (err) {