diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-05-15 19:19:18 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-05-15 19:19:18 +0200 |
commit | 35e6e2daa483809ace4c35c236f7542300d2c4e1 (patch) | |
tree | cc104c96a481a98c9d95d610f70fc1d396f0e0a0 | |
parent | 6e42c447f070ca23925c487c96d6702fc7564fbc (diff) | |
download | qboot-35e6e2daa483809ace4c35c236f7542300d2c4e1.tar.gz |
build on fedora
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 3293f85..16ee595 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -83,7 +83,7 @@ def RPMCleanup() { pipeline { agent { - node 'dist-rhel-7-x86_64' + node 'dist-fedora-x86_64' } options { |