This is an automated email from the ASF dual-hosted git repository.
rlenferink pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/comdev-site.git
The following commit(s) were added to refs/heads/master by this push:
new a0f5d3b Updated commit message
a0f5d3b is described below
commit a0f5d3b5ab626886fb4bf0dcfdec2770d16a2a7a
Author: Roy Lenferink <[email protected]>
AuthorDate: Mon Jul 20 17:06:32 2020 +0200
Updated commit message
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 60337c7..0cb67b9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -89,7 +89,7 @@ pipeline {
"""
// Commit the changes to the target branch
- env.COMMIT_MESSAGE = "Updated site from ${BRANCH_NAME}
(${env.LAST_SHA})"
+ env.COMMIT_MESSAGE = "Updated ${DEPLOY_BRANCH} from
${BRANCH_NAME} at ${env.LAST_SHA} using ${BUILD_URL}"
sh """
git add -A
git commit -m "${env.COMMIT_MESSAGE}" | true