-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Linux xxxx 3.11.0-13-generic #20-Ubuntu SMP Wed Oct 23 07:38:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
jenkins 1.553
Promoted build action to copy files into a releases folder using this path:
/u0/releases/Server/${BRANCH}/QA/${PROMOTED_NUMBER}
works fine in 2.15, promotion log shows:
[SCP] uploading file: '/home/jenkins/releases/Server/develop/QA/397/CHANGES'
[SCP] uploading file: '/home/jenkins/releases/Server/develop/QA/397/Packages.gz'
and fails to replace the ${BRANCH} env token when using 2.17:
[SCP] uploading file: '/home/jenkins/releases/Server/${BRANCH}/QA/390/CHANGES'
[SCP] uploading file: '/home/jenkins/releases/Server/${BRANCH}/QA/390/Packages.gz'
Note that ${BRANCH} is not being replaced by "develop"
- duplicates
-
JENKINS-22679 Regression, Promoted builds plugin not expanding job parameters on immediate promote after build.
-
- Open
-
- is related to
-
JENKINS-27883 PROMOTED_* variables not exposed to all promoted build actions
-
- Open
-
[JENKINS-22094] Promoted builds not picking up injected env settings as of 2.17 (2.15 is ok)
Link | New: This issue duplicates JENKINS-22679 [ JENKINS-22679 ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 154173 ] | New: JNJira + In-Review [ 207489 ] |
Link | New: This issue is related to JENKINS-27883 [ JENKINS-27883 ] |
I would also need to have the defined environment variables from the https://wiki.jenkins-ci.org/display/JENKINS/EnvInject+Plugin running he in the promoted additional build actions (shell).