Jenkins deploy test
gitea/vn-vmware/master This commit looks good Details

This commit is contained in:
Juan Ferrer 2020-01-16 17:08:26 +01:00
parent 60f9d2b269
commit 9f75478e17
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -16,7 +16,6 @@ pipeline {
stage('Checkout') {
steps {
sh 'printenv'
sh 'whoami'
}
}
stage('Deploy') {
@ -32,7 +31,7 @@ pipeline {
branch 'master'
}
steps {
sh 'vn-include "$WORKSPACE"'
sh 'vn-includedeb'
}
}
}