From: Jonathan Dieter Date: Wed, 14 Nov 2018 23:04:04 +0000 (+0000) Subject: Add zchunk image preparation Jenkinsfile X-Git-Tag: archive/raspbian/1.1.9+ds1-1+rpi1~1^2~72 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1427465c6cbc910dc1eb589e82e1a5418bac0418;p=zchunk.git Add zchunk image preparation Jenkinsfile Signed-off-by: Jonathan Dieter --- diff --git a/prep-Jenkinsfile b/prep-Jenkinsfile new file mode 100644 index 0000000..e482f7c --- /dev/null +++ b/prep-Jenkinsfile @@ -0,0 +1,10 @@ +node { + checkout scm + stage('Prep') { + sh "./autotest/fedora-latest/prep.sh" + sh "./autotest/centos-latest/prep.sh" + sh "./autotest/opensuse-leap/prep.sh" + sh "./autotest/debian-latest/prep.sh" + sh "./autotest/ubuntu-rolling/prep.sh" + } +}