You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/06/15 21:02:54 UTC

[couchdb] branch jenkins-pipeline updated: Uncomment test stage

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

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


The following commit(s) were added to refs/heads/jenkins-pipeline by this push:
     new 70b62ad  Uncomment test stage
70b62ad is described below

commit 70b62addaa777c66ef6cd839da9e36411fe7046d
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Thu Jun 15 17:02:49 2017 -0400

    Uncomment test stage
---
 Jenkinsfile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 26373bf..411177d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -55,7 +55,6 @@ pipeline {
        their build results to each other during the build. Moving the
        build outside of the workdir should speed up the build process too,
        though it does mean we pollute /tmp whenever a build fails. */
-/* COMMENTED OUT FOR SPEED-TESTING!!! 
     stage('Test') {
       steps {
         parallel(centos6erlang183: {
@@ -301,7 +300,6 @@ pipeline {
         ) // parallel
       } // steps
     } // stage
-END OF COMMENT BLOCK */
 
     stage('Publish') {
       when {

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