ATH has captured a regression[1] in .3 I am investigating right now. 
Compared to .2 it seems to pick workflow-job 2.12 (instead of 2.11) that 
fails to load as it requires Jenkins 2.60+.

[1] 
https://jenkins.ci.cloudbees.com/job/core/job/acceptance-test-harness-stable/1492/testReport/core/InstallWizardTest/wizardInstallSugestedTest/
[2]
```
INFO: Attempting to dynamic load 
/home/ogondza/code/jenkins/acceptance-test-harness/jhrevert/plugins/workflow-job.jpi
May 24, 2017 2:29:43 PM hudson.model.UpdateCenter$DownloadJob run
SEVERE: Failed to install Pipeline: Job
java.io.IOException: Failed to dynamically deploy this plugin
    at 
hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1899)
    at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1656)
    at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at 
hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:110)
    at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Failed to install workflow-job plugin
    at hudson.PluginManager.dynamicLoad(PluginManager.java:875)
    at hudson.PluginManager.dynamicLoad(PluginManager.java:814)
    at 
hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1895)
    ... 5 more
Caused by: java.io.IOException: Pipeline: Job v2.12 failed to load.
 - You must update Jenkins from v2.46.3-SNAPSHOT (private-05/24/2017 12:25 
GMT-ogondza) to v2.60 or later to run this plugin.
    at 
hudson.PluginWrapper.resolvePluginDependencies(PluginWrapper.java:621)
    at hudson.PluginManager.dynamicLoad(PluginManager.java:865)
    ... 7 more
```

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/c5d37991-c634-4435-8d94-8b07a149d67b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to