added steps
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details

This commit is contained in:
Robin Mueller 2022-01-28 13:36:43 +01:00
parent 386843e3e7
commit 8414c9d471
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 4 additions and 0 deletions

View File

@ -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 {