Issue Type: Bug Bug
Assignee: huybrechts
Components: core, parameterized-trigger, parameters
Created: 05/Sep/14 11:49 AM
Description:

Hi,

Jenkins ver. 1.565.1
Parameterized trigger plugin 2.25

I just updated a bunch of plugins (about 15 in total) and suddenly this stopped working. Unfortunately I didn't update the parametrized trigger plugin nor the jenkins plugin so I don't actually understand what could've caused this.

The problem is that my shell script is:

bash -x $WORKSPACE/rallng/scripts/jenkins/rall.sh $WORKSPACE || exit 1
export RV=$(cat $WORKSPACE/rv.log)

Then I call a job with predefined parameters:

RALL_VERSION=${RV}

Unfortunately the downstream job shows as one of its environment variables table:
RALL_VERSION ${RV}

Since ${RV} stands for nothing in the downstream job, $RALL_VERSION is empty causing all kinds of problems.

The list of plugins I updated were:
Active Directory 1.33 -> 1.38
Audit Trail 1.8->2.0
Build Pipeline Plugin 1.3.5->1.4.3
build timeout plugin 1.11->1.14
Claim plugin 2.2->2.3
Cloudbees plugin flow 0.10->0.12
Copy project link plugin 1.1->1.2
Create job advanced 1.7.2->1.8
Dashboard view 2.9.1->2.9.4
Dependency graph viewer 0.5->0.11
Description setter plugin 1.8->1.9
Disk usage 0.20->0.24
Doxygen 0.14->0.16
Email Extension 2.32->2.38.2
Git plugin 2.2.3->2.2.5
Green balls 1.12->1.14
Hudson Build-Publisher plugin 1.17->1.19
Javadoc Plugin 1.1->1.2
JIRA plugin 1.38->1.39
Job Configuration History Plugin 2.4->2.9
Job Import Plugin 1.0->1.2
LDAP Plugin 1.6->1.10.2
Mailer Plugin 1.8->1.11
Matrix Authorization Strategy Plugin 1.1->1.2
Matrix Project Plugin 1.2->1.3
Maven Integration plugin 2.3->2.6
Multijob plugin 1.9->1.13
Next Build Number Plugin 1.0->1.1
OWASP Markup Formatter Plugin 1.1->1.2
Perforce Plugin 1.3.24->1.3.27
Read-only configurations 1.7->1.10
Scriptler 2.6.1->2.7
Shelve Project Plugin 1.4.4->1.5
SSH Plugin 2.3->2.4
SSH Slaves plugin 1.5->1.6
Static Analysis Utilities 1.53->1.58

How can I even start to understand why jenkins is not expanding the variable?

Project: Jenkins
Priority: Major Major
Reporter: Paulo Matos
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to