diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-10-16 06:59:01 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-10-16 06:59:01 +0200 |
commit | 4a5b90449d923cebaa4c43d2ae373b4f22ff6789 (patch) | |
tree | b6bf83b9a94e5f891da601572b0a6b1a607541ac /jenkinsfile.kernel.candidate | |
parent | c76aa6281f2074a9958e6eb795145d9a0729fc4a (diff) | |
download | jenkinsfiles-4a5b90449d923cebaa4c43d2ae373b4f22ff6789.tar.gz |
kernel: switch node
Diffstat (limited to 'jenkinsfile.kernel.candidate')
-rw-r--r-- | jenkinsfile.kernel.candidate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkinsfile.kernel.candidate b/jenkinsfile.kernel.candidate index bcd0348..47c3c80 100644 --- a/jenkinsfile.kernel.candidate +++ b/jenkinsfile.kernel.candidate @@ -45,7 +45,7 @@ def KernelCleanup() { pipeline { agent { - node 'sys-rhel7-x64' + node 'dist-rhel-7-x86_64' } options { |