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

olamy pushed a commit to branch it_runs
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 556e485f5a0a016c66425f098316472b5814f632
Author: olivier lamy <ol...@apache.org>
AuthorDate: Mon Jun 1 20:28:16 2020 +1000

    build description to display core it branch used
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 Jenkinsfile.its | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Jenkinsfile.its b/Jenkinsfile.its
index cb09738..8241a9f 100644
--- a/Jenkinsfile.its
+++ b/Jenkinsfile.its
@@ -37,6 +37,9 @@ pipeline {
   post {
     always {
       junit testResults: 'core-it-suite/target/surefire-reports/*.xml', 
allowEmptyResults: true
+      script{
+        currentBuild.description = "Build with Core Its branch:$ITS_BRANCH"
+      }
       cleanWs()
     }
   }

Reply via email to