added steps
This commit is contained in:
parent
386843e3e7
commit
8414c9d471
4
automation/Jenkinsfile
vendored
4
automation/Jenkinsfile
vendored
@ -10,6 +10,7 @@ pipeline {
|
|||||||
dockerfile {
|
dockerfile {
|
||||||
dir '$DOCK_FILE_DIR'
|
dir '$DOCK_FILE_DIR'
|
||||||
additionalBuildArgs '--no-cache'
|
additionalBuildArgs '--no-cache'
|
||||||
|
reuseNode true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
when {
|
when {
|
||||||
@ -18,6 +19,9 @@ pipeline {
|
|||||||
changelog 'cleanDocker'
|
changelog 'cleanDocker'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
steps {
|
||||||
|
sh 'rm -rf $BUILDDIR'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
stage('Clean') {
|
stage('Clean') {
|
||||||
agent {
|
agent {
|
||||||
|
Loading…
Reference in New Issue
Block a user