Update FSFW from Upstream #27
4
automation/Jenkinsfile
vendored
4
automation/Jenkinsfile
vendored
@ -10,6 +10,7 @@ pipeline {
|
||||
dockerfile {
|
||||
dir '$DOCK_FILE_DIR'
|
||||
additionalBuildArgs '--no-cache'
|
||||
reuseNode true
|
||||
}
|
||||
}
|
||||
when {
|
||||
@ -18,6 +19,9 @@ pipeline {
|
||||
changelog 'cleanDocker'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'rm -rf $BUILDDIR'
|
||||
}
|
||||
}
|
||||
stage('Clean') {
|
||||
agent {
|
||||
|
Loading…
x
Reference in New Issue
Block a user