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

mck pushed a commit to branch cassandra-2.2
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-2.2 by this push:
     new 7827ad5  ninja-fix: Create Jenkins pipeline definition 
(CASSANDRA-15496)
7827ad5 is described below

commit 7827ad5430b64bc261cb88443735762434001949
Author: Mick Semb Wever <[email protected]>
AuthorDate: Wed Jan 22 20:41:50 2020 +0100

    ninja-fix: Create Jenkins pipeline definition (CASSANDRA-15496)
---
 .jenkins/Jenkinsfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.jenkins/Jenkinsfile b/.jenkins/Jenkinsfile
index adb2a8d..7d54f11 100644
--- a/.jenkins/Jenkinsfile
+++ b/.jenkins/Jenkinsfile
@@ -20,6 +20,8 @@
 //  Jenkins infrastructure related settings should be kept in
 //    
https://github.com/apache/cassandra-builds/blob/master/jenkins-dsl/cassandra_job_dsl_seed.groovy
 //
+// Validate/lint this file using the following command
+// `curl -X POST  -F "jenkinsfile=<.jenkins/Jenkinsfile" 
https://builds.apache.org/pipeline-model-converter/validate`
 
 pipeline {
   agent any
@@ -259,6 +261,7 @@ pipeline {
               slackSend channel: '#cassandra-builds', message: 
"${currentBuild.fullDisplayName} completed: ${currentBuild.result}. See 
${env.BUILD_URL}"
               emailext to: '[email protected]', subject: "Build 
complete: ${currentBuild.fullDisplayName} [${currentBuild.result}] 
${env.GIT_COMMIT}", body: '${CHANGES}  ${JELLY_SCRIPT,template="text"}'
             }
+        }
       }
   }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to