aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-08-19 16:41:43 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-08-19 16:41:43 +0200
commit377e0c32a21a5d191cc270c0c3e1407cbdb91846 (patch)
treefc6c3e8c170a062deaa5cc7cab6fbc3dd7f48805
parent1f7bea6f8c83b9604c759708d681a03398a686b3 (diff)
downloadjenkinsfiles-377e0c32a21a5d191cc270c0c3e1407cbdb91846.tar.gz
set epel mirror too
-rw-r--r--Jenkinsfile1
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
'''
}