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:14:43 UTC

[couchdb] 01/01: 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

commit a7e74bb56260e89bde04feff370b8a3c8b3f5510
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..2c26bbc 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>.