diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-19 11:01:45 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-19 11:01:45 +0200 |
commit | e75653154fa2c5f863f4f1d5b1e71941786d78d8 (patch) | |
tree | 8ef6ad475bec1661fbd1afc424b058288861878f | |
parent | 00b81954b495c5984e221641fbc2d8f2f38a5fd4 (diff) | |
download | jenkinsfiles-e75653154fa2c5f863f4f1d5b1e71941786d78d8.tar.gz |
rpmbuild container
-rw-r--r-- | Jenkinsfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 54928df..f69a6b8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,8 @@ pipeline { agent { kubernetes { - yamlFile 'fedora.yaml' - defaultContainer 'fedora' + yamlFile 'centos7-rpmbuild.yaml' + defaultContainer 'centos7-rpmbuild' slaveConnectTimeout '1000' nodeSelector 'kubernetes.io/os=linux,kubernetes.io/arch=amd64' } |