You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by rl...@apache.org on 2020/07/20 12:26:34 UTC

[celix-site] 01/01: s/BRANCH/BRANCH_NAME for Jenkinsfile

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

rlenferink pushed a commit to branch add-jenkinsfile
in repository https://gitbox.apache.org/repos/asf/celix-site.git

commit 7db716e81ed5f336e6a210a55f26787d8851c63d
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Mon Jul 20 14:26:15 2020 +0200

    s/BRANCH/BRANCH_NAME for Jenkinsfile
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e7a545e..60337c7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -89,7 +89,7 @@ pipeline {
                     """
                     
                     // Commit the changes to the target branch
-                    env.COMMIT_MESSAGE = "Updated site from ${BRANCH} (${env.LAST_SHA})"
+                    env.COMMIT_MESSAGE = "Updated site from ${BRANCH_NAME} (${env.LAST_SHA})"
                     sh """
                         git add -A
                         git commit -m "${env.COMMIT_MESSAGE}" | true