From 9dd8dec8ae90703c584a9a295706bfc9ed456b51 Mon Sep 17 00:00:00 2001 From: Giulia Naponiello Date: Sep 18 2018 08:10:37 +0000 Subject: Remove fedora-27 from the Jenkinsfile --- diff --git a/Jenkinsfile b/Jenkinsfile index 3db7ae8..b7e2a3b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,7 @@ node('master'){ } timestamps { -node('fedora-27') { +node('fedora-28') { checkout scm scmVars.GIT_AUTHOR_EMAIL = sh ( script: 'git --no-pager show -s --format=\'%ae\'', @@ -118,14 +118,6 @@ node('fedora-27') { * time, which will error out. */ stage('Build RPM') { parallel ( - 'F27': { - sh """ - mkdir -p mock-result/f27 - flock /etc/mock/fedora-27-x86_64.cfg \ - /usr/bin/mock -v --enable-network --resultdir=mock-result/f27 -r fedora-27-x86_64 --clean --rebuild rpmbuild-output/*.src.rpm - """ - archiveArtifacts artifacts: 'mock-result/f27/**' - }, 'F28': { sh """ mkdir -p mock-result/f28 @@ -138,9 +130,6 @@ node('fedora-27') { } stage('Invoke Rpmlint') { parallel ( - 'F27': { - sh 'rpmlint -f rpmlint-config.py mock-result/f27/*.rpm' - }, 'F28': { sh 'rpmlint -f rpmlint-config.py mock-result/f28/*.rpm' }, @@ -188,7 +177,7 @@ node('docker') { } } -node('fedora-27') { +node('fedora-28') { checkout scm /* Install packages needed by the functional tests. */