Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
When using the MultiJob plugin with the CloudBees folder plugin, the MultiJobBuild.SubBuild class contains only the short job name. For example if we have 'MultiJobA' which runs job 'FolderFoo/JobB' as subtask, the info about the build does not contain 'FolderFoo/JobB' but only 'JobB' (the contained URL is fine). Thus, there is no easy way to understand which JobB was executed.
Attachments
Issue Links
- is blocked by
-
JENKINS-49328 MultiJob has a forbidden nested reference to a model object
-
- Closed
-
Code changed in jenkins
User: Haggai Philip Zagury
Path:
src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java
src/main/java/com/tikal/jenkins/plugins/multijob/StatusJob.java
http://jenkins-ci.org/commit/tikal-multijob-plugin/170e19a30b422cd445334edd29918277da298eb7
Log:
Fix
JENKINS-30906-> Restore build on scm changes logic