Remove unnecessary Jenkinsfiles
authorJonathan Dieter <jdieter@gmail.com>
Sun, 20 Feb 2022 16:48:05 +0000 (16:48 +0000)
committerJonathan Dieter <jdieter@gmail.com>
Sun, 20 Feb 2022 16:48:05 +0000 (16:48 +0000)
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
Jenkinsfile [deleted file]
prep-Jenkinsfile [deleted file]

diff --git a/Jenkinsfile b/Jenkinsfile
deleted file mode 100644 (file)
index 5f3df2d..0000000
+++ /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 (file)
index f47fe5d..0000000
+++ /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"
-    }
-}