summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@apache.org>2017-06-15 17:02:49 -0400
committerNick Vatamaniuc <vatamane@apache.org>2017-06-15 17:02:49 -0400
commit70b62addaa777c66ef6cd839da9e36411fe7046d (patch)
tree62e4964cefc2910ec5cfdfbbe3a4bb925d6d648f
parent5456e1b7fb8ecb139b11391e39884dd2df1cf7e8 (diff)
downloadcouchdb-70b62addaa777c66ef6cd839da9e36411fe7046d.tar.gz
Uncomment test stage
-rw-r--r--Jenkinsfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 26373bf60..411177d85 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 {