-
Bug
-
Resolution: Duplicate
-
Minor
-
None
We have configured
<defaultSubject>A: Request Deployment in SBM: $MVN_RELEASE_VERSION ($DEFAULT_SUBJECT)</defaultSubject>
and before Jenkins 1.651.3 that resolved to the version number we specified in "Release" but now it just shows:
A: Request Deployment in SBM: $MVN_RELEASE_VERSION (buyos-2016.6 - Build # 18 - Fixed!)
This probably is caused by SECURITY-170
- duplicates
-
JENKINS-35261 SCM username/password env variables don't work with SECURITY-170
-
- Open
-
[JENKINS-36342] "Editable Email Notification" does not resolve $MVN_RELEASE_VERSION
Summary | Original: "Delete Editable Email Notification" does not resolve $MVN_RELEASE_VERSION | New: "Editable Email Notification" does not resolve $MVN_RELEASE_VERSION |
Component/s | New: m2release-plugin [ 15621 ] |
Component/s | Original: email-ext-plugin [ 15538 ] |
Assignee | Original: David van Laatum [ davidvanlaatum ] | New: James Nord [ teilo ] |
Component/s | New: email-ext-plugin [ 15538 ] |
Link | New: This issue duplicates JENKINS-35261 [ JENKINS-35261 ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Workaround should be
add `-Dhudson.model.ParametersAction.safeParameters=MVN_RELEASE_VERSION,MVN_DEV_VERSION,MVN_ISDRYRUN` to the variable `JENKINS_JAVA_OPTIONS` in config file /etc/sysconfig/jenkins
(see https://groups.google.com/forum/#!topic/jenkinsci-users/O2ccSWhKhpY )