[CI] Clear workspace after budget check (#8092)
* [CI] Clear workspace after budget check * Windows too
This commit is contained in:
parent
4083440690
commit
4325178822
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -47,6 +47,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
sh 'python3 tests/jenkins_get_approval.py'
|
sh 'python3 tests/jenkins_get_approval.py'
|
||||||
stash name: 'srcs'
|
stash name: 'srcs'
|
||||||
|
deleteDir()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Jenkins Linux: Build') {
|
stage('Jenkins Linux: Build') {
|
||||||
|
|||||||
@ -33,6 +33,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
sh 'python3 tests/jenkins_get_approval.py'
|
sh 'python3 tests/jenkins_get_approval.py'
|
||||||
stash name: 'srcs'
|
stash name: 'srcs'
|
||||||
|
deleteDir()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Jenkins Win64: Build') {
|
stage('Jenkins Win64: Build') {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user