aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-08-19 17:02:00 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-08-19 17:02:00 +0200
commitb5526cb4f9d551b77fce1de0eda11f209f3739cf (patch)
tree9a47cff6cec0dacfd45bc24cef43864543451c02
parent9bfd9128ef33e0accd6bc833a72c236f11bcec5c (diff)
downloadjenkinsfiles-b5526cb4f9d551b77fce1de0eda11f209f3739cf.tar.gz
try update with yum
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 27bb526..efafc45 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -27,7 +27,7 @@ pipeline {
export CENTOS_MIRROR=http://spunk.home.kraxel.org/centos/
export EPEL_MIRROR=http://spunk.home.kraxel.org/epel/
/usr/local/bin/configure-mirror
- dnf update -y
+ yum update -y
'''
}
}