This is an automated email from the ASF dual-hosted git repository.

jieyu pushed a commit to branch 1.7.x
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 9dd915d968cef27bd3a5523a246bca0b94c1a66a
Author: Jie Yu <[email protected]>
AuthorDate: Sun Oct 28 21:11:29 2018 -0700

    Added centos6 RPM build to Jenkins pipeline.
    
    (cherry picked from commit 48e316d0e9dff01124f292814a4eec5fb1b1568d)
---
 support/jenkins/Jenkinsfile-packaging-centos | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/support/jenkins/Jenkinsfile-packaging-centos 
b/support/jenkins/Jenkinsfile-packaging-centos
index 3d87e03..0ca59b9 100644
--- a/support/jenkins/Jenkinsfile-packaging-centos
+++ b/support/jenkins/Jenkinsfile-packaging-centos
@@ -13,5 +13,14 @@ parallel(
 
       archiveArtifacts(artifacts: '**/*.rpm', fingerprint: true)
     }
+  },
+  centos6: {
+    node(env.NODE_LABELS) {
+      checkout scm
+
+      sh("CENTOS_DISTRO=6 support/packaging/centos/build-rpm-docker.sh")
+
+      archiveArtifacts(artifacts: '**/*.rpm', fingerprint: true)
+    }
   }
 )

Reply via email to