diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-19 16:41:43 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-19 16:41:43 +0200 |
commit | 377e0c32a21a5d191cc270c0c3e1407cbdb91846 (patch) | |
tree | fc6c3e8c170a062deaa5cc7cab6fbc3dd7f48805 | |
parent | 1f7bea6f8c83b9604c759708d681a03398a686b3 (diff) | |
download | jenkinsfiles-377e0c32a21a5d191cc270c0c3e1407cbdb91846.tar.gz |
set epel mirror too
-rw-r--r-- | Jenkinsfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index bbcf4bf..706f368 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,6 +25,7 @@ pipeline { printenv | sort cat /etc/os-release export CENTOS_MIRROR=http://spunk.home.kraxel.org/centos/ + export EPEL_MIRROR=http://spunk.home.kraxel.org/epel/ /usr/local/bin/configure-mirror ''' } |