summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2021-04-21 11:56:49 +0200
committerGerd Hoffmann <kraxel@redhat.com>2021-04-21 11:56:49 +0200
commitc6e83c29b794135ef83cda3170762b04c44467c8 (patch)
treea4fb8866cebbc935731ed64d0d5779765649167b
parent319fb382bc1e9426e6c680adf8ebff52a74c56cb (diff)
downloadqboot-c6e83c29b794135ef83cda3170762b04c44467c8.tar.gz
switch to docker
-rw-r--r--Jenkinsfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 97d36c2..115e477 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -83,7 +83,10 @@ def RPMCleanup() {
pipeline {
agent {
- node 'dist-fedora-x86_64'
+ docker {
+ image 'registry.gitlab.com/kraxel/rpm-package-builder:fedora'
+// args '-u root'
+ }
}
options {