diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-03 15:05:17 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-03 15:05:17 +0100 |
commit | c65f24f08cfd4dcbf90d2463a122238bf3062738 (patch) | |
tree | b72876396b728c068b0ba4b4dee6d4b66bd614a3 /jenkinsfile.firmware.repo | |
parent | 12b740e8445704628d01fcb8573160878fad7f71 (diff) | |
download | jenkinsfiles-c65f24f08cfd4dcbf90d2463a122238bf3062738.tar.gz |
switch qboot
Diffstat (limited to 'jenkinsfile.firmware.repo')
-rw-r--r-- | jenkinsfile.firmware.repo | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/jenkinsfile.firmware.repo b/jenkinsfile.firmware.repo index e99f8f3..d2fb76e 100644 --- a/jenkinsfile.firmware.repo +++ b/jenkinsfile.firmware.repo @@ -13,16 +13,6 @@ def CopyFirmware(project) { ]) } -def CopyFirmwareOld(project) { - copyArtifacts([ - filter: 'rpmbuild/rpm/RPMS/*/*.rpm,rpmbuild/rpm/SRPMS/*.rpm', - flatten: true, - projectName: project, - selector: lastSuccessful(), - target: "rpms/$project" - ]) -} - pipeline { agent { node 'dist-rhel-7-x86_64' @@ -34,7 +24,7 @@ pipeline { } triggers { - upstream(upstreamProjects: 'seabios,u-boot,coreboot,edk2,ipxe', + upstream(upstreamProjects: 'seabios,u-boot,coreboot,edk2,ipxe,qboot', threshold: hudson.model.Result.SUCCESS) } @@ -53,8 +43,7 @@ pipeline { CopyFirmware('ipxe') CopyFirmware('seabios') CopyFirmware('u-boot') - - CopyFirmwareOld('qboot-old') + CopyFirmware('qboot') } } stage ('create repo') { |