commit | 9b65c603833f1e37d26c672d93e93d6132820a39 | [log] [tgz] |
---|---|---|
author | Jeremy Ronquillo <jeremyr@opennetworking.org> | Mon Aug 17 11:43:57 2020 -0700 |
committer | Jeremy Ronquillo <jeremyr@opennetworking.org> | Mon Aug 17 11:44:02 2020 -0700 |
tree | 3f09fbd95b70a5a1365cfe6586d0fc77111cef95 | |
parent | ca097652518407ec044138a64e8092f4695c97ec [diff] [blame] |
Changing OMEC REUSE and FOSSA jobs to run on Ubuntu executors Change-Id: Ia64703a9dc2f7b303b03c358681769b64736eee2
diff --git a/jjb/pipeline/omec-fossa-scan.groovy b/jjb/pipeline/omec-fossa-scan.groovy index 0c415ac..fa82b84 100644 --- a/jjb/pipeline/omec-fossa-scan.groovy +++ b/jjb/pipeline/omec-fossa-scan.groovy
@@ -19,7 +19,7 @@ agent { docker { - image "fossa-verify:latest" + image "omecproject/fossa-verify:latest" label "${params.buildNode}" } }