Hotfix #7
Gitea Scan/plate-tool/pipeline/head There was a failure building this commit Details

This commit is contained in:
Emilia Allison 2024-01-06 15:40:28 -05:00
parent 0f5ba243dd
commit 23f6e79ddd
Signed by: emilia
GPG Key ID: 05D5D1107E5100A1
1 changed files with 8 additions and 0 deletions

8
Jenkinsfile vendored
View File

@ -32,4 +32,12 @@ pipeline {
}
}
}
post {
always {
cleanWs(notFailBuild: true,
deleteDirs: true,
cleanWhenNotBuilt: false,
patterns: [[pattern: 'target/', type: 'EXCLUDE']])
}
}
}