我想在工作失败时从詹金斯工作中读取修订号
修订号:
工作脚本:
failure {
echo 'JENKINS PIPELINE FAILED'
notifyBitbucket
commitSha1: "${env.SVN_REVISION}",
considerUnstableAsSuccess: false,
credentialsId: 'UFCBitbucket',
disableInprogressNotification: true,
ignoreUnverifiedSSLPeer: true,
includeBuildNumberInKey: false,
prependParentProjectKey: false,
projectKey: '',
stashServerBaseUrl: 'https://bitbucket.url.local:8080'
}
我在Jenkins环境变量-“ $ {env.SVN_REVISION}”方面遇到麻烦。此变量返回空值。
我无法解决此问题。请帮忙解决这个问题 预先感谢