Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Duplicate
-
Component/s: email-ext-plugin, m2release-plugin
-
Labels:None
-
Similar Issues:
Description
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
Attachments
Issue Links
- duplicates
-
JENKINS-35261 SCM username/password env variables don't work with SECURITY-170
-
- Open
-
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 )