You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The changes in 0.43.0 included removing the jenkins-war from the classpath and defining system properties to define where the war is and where it would be unpacked to. This is a nice step forward because it ensures that multiple tasks are not writing to the same output directory and no longer requires the war and all its dependencies to be on the classpath.
However plugins like the jira-trigger-plugin have defined additional test tasks that also need to use the Jenkins rule. That isn't very straightforward today:
The changes in
0.43.0
included removing the jenkins-war from the classpath and defining system properties to define where the war is and where it would be unpacked to. This is a nice step forward because it ensures that multiple tasks are not writing to the same output directory and no longer requires the war and all its dependencies to be on the classpath.However plugins like the jira-trigger-plugin have defined additional test tasks that also need to use the Jenkins rule. That isn't very straightforward today:
Instead of this, it would be much nicer to infer the directory and not have to instantiate another class.
The text was updated successfully, but these errors were encountered: