From: Jonathan Dieter Date: Sun, 20 Feb 2022 16:48:05 +0000 (+0000) Subject: Remove unnecessary Jenkinsfiles X-Git-Tag: archive/raspbian/1.2.1+ds1-1+rpi1^2~7^2~1^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bb75c7c77ce687b47fbaf185a62866ec903f55bf;p=zchunk.git Remove unnecessary Jenkinsfiles Signed-off-by: Jonathan Dieter --- diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 5f3df2d..0000000 --- a/Jenkinsfile +++ /dev/null @@ -1,19 +0,0 @@ -node { - checkout scm - stage('Build') { - sh "./autotest/fedora-latest/build.sh" - sh "./autotest/centos-7/build.sh" - sh "./autotest/opensuse-leap/build.sh" - sh "./autotest/alpine-edge/build.sh" - sh "./autotest/debian-latest/build.sh" - sh "./autotest/ubuntu-rolling/build.sh" - } - stage('Test') { - sh "./autotest/fedora-latest/test.sh" - sh "./autotest/centos-7/test.sh" - sh "./autotest/opensuse-leap/test.sh" - sh "./autotest/alpine-edge/test.sh" - sh "./autotest/debian-latest/test.sh" - sh "./autotest/ubuntu-rolling/test.sh" - } -} diff --git a/prep-Jenkinsfile b/prep-Jenkinsfile deleted file mode 100644 index f47fe5d..0000000 --- a/prep-Jenkinsfile +++ /dev/null @@ -1,11 +0,0 @@ -node { - checkout scm - stage('Prep') { - sh "./autotest/fedora-latest/prep.sh" - sh "./autotest/centos-7/prep.sh" - sh "./autotest/opensuse-leap/prep.sh" - sh "./autotest/alpine-edge/prep.sh" - sh "./autotest/debian-latest/prep.sh" - sh "./autotest/ubuntu-rolling/prep.sh" - } -}