From ab19eeac6802770da4415554b4a803830df5c6a9 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: May 01 2018 17:04:35 +0000 Subject: Get /etc/mock/fedora-28-x86_64.cfg --- diff --git a/Jenkinsfile b/Jenkinsfile index a018840..96e6085 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,6 +15,8 @@ node('fedora') { sh 'sudo dnf -y install dnf-utils' sh 'sudo dnf -y builddep ./rpmbuild-output/freshmaker-*.src.rpm' sh 'sudo dnf -y install python2-tox python3-tox' + /* Needed to get the latest /etc/mock/fedora-28-x86_64.cfg */ + sh 'sudo dnf -y update mock-core-configs' } stage('Run unit tests') { sh 'tox -e flake8'