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