You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2019/08/06 12:16:44 UTC

[couchdb] branch jenkins-junit-reports-and-jenkins-env updated: Forgot to validate

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

kocolosk pushed a commit to branch jenkins-junit-reports-and-jenkins-env
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/jenkins-junit-reports-and-jenkins-env by this push:
     new 7ffd407  Forgot to validate
7ffd407 is described below

commit 7ffd407bea5e9fc9882b55f66bfde01b1e76428c
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Tue Aug 6 08:16:37 2019 -0400

    Forgot to validate
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 43f4e58..ef2e807 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -307,7 +307,7 @@ pipeline {
               sh( script: build_and_test, label: 'Build from release tarball and test' )
               git 'https://github.com/apache/couchdb-pkg'
               sh( script: make_packages, label: 'Build packages' )
-              sh( script: cleanup_and_save, 'Save package artifacts and cleanup' )
+              sh( script: cleanup_and_save, label: 'Save package artifacts and cleanup' )
           }
           post {
             always {