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:42 UTC

[couchdb] branch jenkins-build-packages updated (1227601 -> a7e74bb)

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

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


 discard 1227601  Speed test run for regex check
     new a7e74bb  Speed test run for regex check

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1227601)
            \
             N -- N -- N   refs/heads/jenkins-build-packages (a7e74bb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

[couchdb] 01/01: Speed test run for regex check

Posted by wo...@apache.org.
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>.