commit | 6d6cf138ea68679525b1b7352a5bb46b869cb2ce | [log] [tgz] |
---|---|---|
author | Jonatan Antoni <jonatan.antoni@arm.com> | Mon May 17 16:34:25 2021 +0200 |
committer | Jonatan Antoni <jonatan.antoni@arm.com> | Mon May 17 16:34:25 2021 +0200 |
tree | ab6b0bf0deb080cc0539ffb5916952c4a4b73892 | |
parent | 2ccc9e92637fe80f50d5e8b9d503bb715112fe69 [diff] [blame] |
Jenkinsfile: Run Results stage only after validation.
diff --git a/Jenkinsfile b/Jenkinsfile index ff1c08a..d1983e1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -398,6 +398,10 @@ } stage('Results') { + when { + expression { return CORE_VALIDATION } + beforeOptions true + } steps { dir('results') { deleteDir()