We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a84751 + d5435df commit 1f75dacCopy full SHA for 1f75dac
Jenkinsfile
@@ -16,7 +16,7 @@ pipeline {
16
script {
17
env.GIT_COMMIT_MSG = sh (script: 'git log -1 --pretty=%B ${GIT_COMMIT}', returnStdout: true).trim()
18
env.GIT_COMMIT_AUTHOR = sh (script: 'git log -1 --pretty=%an ${GIT_COMMIT}', returnStdout: true).trim()
19
- env.COMMIT_URL = "https://github.com/rees46/api-reference/commit/${GIT_COMMIT}"
+ env.COMMIT_URL = "https://github.com/rees46/api-docs/commit/${GIT_COMMIT}"
20
}
21
22
0 commit comments