cleanCI
This commit is contained in:
parent
fe95c3337a
commit
c453af5911
12
automation/Jenkinsfile
vendored
12
automation/Jenkinsfile
vendored
@ -16,6 +16,18 @@ pipeline {
|
|||||||
sh 'rm -rf $BUILDDIR'
|
sh 'rm -rf $BUILDDIR'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Clean') {
|
||||||
|
when {
|
||||||
|
anyOf {
|
||||||
|
changelog 'cleanCI'
|
||||||
|
changeset '*.cmake'
|
||||||
|
changeset 'CMakeLists.txt'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
steps {
|
||||||
|
sh 'rm -rf $BUILDDIR'
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('Configure') {
|
stage('Configure') {
|
||||||
agent {
|
agent {
|
||||||
dockerfile {
|
dockerfile {
|
||||||
|
Loading…
Reference in New Issue
Block a user