You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/07/13 20:07:22 UTC

[couchdb] branch jenkins-build-packages updated: Speed test run for regex check

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

wohali pushed a commit to branch jenkins-build-packages
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/jenkins-build-packages by this push:
     new 1227601  Speed test run for regex check
1227601 is described below

commit 12276013aae5133060c110663fa23357473f1e34
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Thu Jul 13 16:07:00 2017 -0400

    Speed test run for regex check
---
 Jenkinsfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 1f6fe82..7987257 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -56,6 +56,7 @@ pipeline {
        build outside of the workdir should speed up the build process too,
        though it does mean we pollute /tmp whenever a build fails. */
     /* Build packages on supported platforms using esl's erlang */
+/* SPEED RUN */
     stage('Test') {
       steps {
         parallel(centos6erlang183: {
@@ -394,10 +395,11 @@ pipeline {
         ) // parallel
       } // steps
     } // stage
+END SPEED RUN */
 
     stage('Publish') {
       when {
-        expression { return env.BRANCH_NAME ==~ /master|2.0.x|2.1.x|jenkins-*/ }
+        expression { return env.BRANCH_NAME ==~ /master|2.0.x|2.1.x|jenkins-.*/ }
       }
       agent {
         docker {

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].