Update Jenkinsfile

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

3
Jenkinsfile vendored
View File

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