fix: refs #5483 Jenkinsfile rocketchat fixes
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-01-30 19:45:37 +01:00
parent 84961dda49
commit 3e0ebc0f26
1 changed files with 5 additions and 0 deletions

5
Jenkinsfile vendored
View File

@ -26,6 +26,11 @@ pipeline {
break
}
env.GIT_COMMIT_MSG = sh(
script: 'git log -1 --pretty=%B ${GIT_COMMIT}',
returnStdout: true
).trim()
if (env.JOB_NAME.startsWith('gitea/'))
env.RUN_SOURCE = 'git'
}