Jenkins deploy test
gitea/vn-vmware/master This commit looks good
Details
gitea/vn-vmware/master This commit looks good
Details
This commit is contained in:
parent
60f9d2b269
commit
9f75478e17
|
@ -16,7 +16,6 @@ pipeline {
|
||||||
stage('Checkout') {
|
stage('Checkout') {
|
||||||
steps {
|
steps {
|
||||||
sh 'printenv'
|
sh 'printenv'
|
||||||
sh 'whoami'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
|
@ -32,7 +31,7 @@ pipeline {
|
||||||
branch 'master'
|
branch 'master'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'vn-include "$WORKSPACE"'
|
sh 'vn-includedeb'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue