diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-10-16 07:04:49 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-10-16 07:04:49 +0200 |
commit | 9b2696d1d0bd19b08f6c488950026b21411ae382 (patch) | |
tree | 7a0b0d7b70c325415d2b1cb537682414c66fcb6d | |
parent | 667acf10dc296f8d57fb02ff9809191e19d4911b (diff) | |
download | ipxe-9b2696d1d0bd19b08f6c488950026b21411ae382.tar.gz |
switch node
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 4b394fd..96dcf67 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -80,7 +80,7 @@ def RPMCleanup() { pipeline { agent { - node 'sys-rhel7-x64' + node 'dist-rhel-7-x86_64' } options { |