Update Jenkinsfile

This commit is contained in:
Andrea Cavalli 2020-10-30 11:08:41 +01:00
parent aced5f3bdc
commit b4b9b2bd3e
1 changed files with 39 additions and 37 deletions

2
Jenkinsfile vendored
View File

@ -62,6 +62,7 @@ pipeline {
}
stage("Release") {
stages {
stage("Deploy Release") {
agent {
docker {
@ -109,6 +110,7 @@ pipeline {
}
}
}
}
post {
always {
/* clean up directory */