-
Bug
-
Resolution: Postponed
-
Major
-
None
For some reason the condition you type inside "Enable condition" field is always downcased:
https://github.com/jenkinsci/tikal-multijob-plugin/blob/master/src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java#L136
(introduced in https://github.com/jenkinsci/tikal-multijob-plugin/blob/4260fc5c317ea1328129777e0987a2fceceffd15/src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java#L103)
This makes it nearly unusable – you can't retrieve variables like BUILD_ID, you can't call functions like toUpperCase()
ronil, itaior, itai I've sent a pullrequest for that, please take a look if you can merge it: https://github.com/jenkinsci/tikal-multijob-plugin/pull/63
BTW, the tickets get assigned to nobody. Are you no longer supporting the plugin? Do you know to whom should I write to change the default assignee for the component?