We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df5a394 + c5d57cc commit 62c0738Copy full SHA for 62c0738
.ci/community-jenkins/Jenkinsfile
@@ -80,6 +80,7 @@ def prepare_build(build_name, label, build_arg) {
80
node(label) {
81
checkout(changelog: false, poll: false, scm: scm)
82
sh "/bin/bash -x .ci/community-jenkins/pr-builder.sh ${build_arg} ompi"
83
+ cleanWs(notFailBuild: true)
84
}
85
86
0 commit comments