build: refs #6706 Jenkinsfile fixes
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-02-01 22:19:00 +01:00
parent 6a27b752e2
commit eb32b6daa2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -33,7 +33,7 @@ pre: {
//env.DEBUG = 'strong-remoting:shared-method'
}
pipeline {
node {
stage('Setup') {
env.GIT_COMMIT_MSG = sh(
script: 'git log -1 --pretty=%B ${GIT_COMMIT}',