summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy6
1 files changed, 4 insertions, 2 deletions
diff --git a/netci.groovy b/netci.groovy
index a6809eaa91..48d59890d5 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -1960,8 +1960,10 @@ combinedScenarios.each { scenario ->
if (scenario == 'jitdiff') {
// retrive jit-dasm output for base commit, and run jit-diff
-
- Utilities.addArchival(newJob, "bin/tests/${osGroup}.${arch}.${configuration}/dasm/**")
+ if (!isBuildOnly) {
+ // if this is a build only job, we want to keep the default (build) artifacts for the flow job
+ Utilities.addArchival(newJob, "bin/tests/${osGroup}.${arch}.${configuration}/dasm/**")
+ }
}
if (!isBuildOnly) {