diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-20 16:21:54 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-20 16:21:54 +0200 |
commit | bd42848bf978591a986597af54f508c47bd21018 (patch) | |
tree | 15af26ecd1bb5fbb55c945dbbde1a5a5c8339432 | |
parent | ce3de2f5d3c6c567fecef7783bdd435e89cb48ed (diff) | |
download | jenkinsfiles-bd42848bf978591a986597af54f508c47bd21018.tar.gz |
fix rename
-rw-r--r-- | Jenkinsfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 03281b3..89d10d8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,11 +12,11 @@ pipeline { stages { - stage('rpmbuild fedora') { + stage('rpmbuild centos7') { agent { kubernetes { - yamlFile 'fedora-rpmbuild.yaml' - defaultContainer 'fedora-rpmbuild' + yamlFile 'centos7-rpmbuild.yaml' + defaultContainer 'centos7-rpmbuild' slaveConnectTimeout '3600' nodeSelector 'kubernetes.io/os=linux,kubernetes.io/arch=amd64' } |