update Jenkins CI

pull/790/head
quicksilver 2019-12-19 10:41:42 +08:00
parent 3e8e70115b
commit 42342d01cb
1 changed files with 0 additions and 13 deletions

View File

@ -107,12 +107,6 @@ pipeline {
}
}
}
post {
cleanup {
deleteDir() /* clean up our workspace */
}
}
}
stage('Publish docker images') {
@ -135,12 +129,6 @@ pipeline {
}
}
}
post {
cleanup {
deleteDir() /* clean up our workspace */
}
}
}
stage('Deploy to Development') {
@ -192,7 +180,6 @@ pipeline {
load "${env.WORKSPACE}/ci/jenkins/step/cleanupSingleDev.groovy"
}
}
deleteDir() /* clean up our workspace */
}
}
}