Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Component/s: pipeline
-
Labels:
-
Environment:OSX
JDK 8
Jenkins 2.0-beta-2 (suggested plugins)
Pipeline 2.0
-
Similar Issues:
Description
Steps to reproduce it:
- Install Jenkins 2.0-beta-2.
- Restart
- Upgrade Pipeline from 1.15 to 2.0 (in my case 2.0 was not propagated to my nearest UC mirror so the install wizard installed 1.15. I manually changed it to: http://ftp.icm.edu.pl/packages/jenkins/updates/current/update-center.json which already contains 2.0 packages). Make sure you mark all Pipeline related plugins (the ones that were aggregated by workflow-aggregator before 2.0) in the Upgrade tab (otherwise you will stay in 1.15 and only the aggregator is updated).
- Create a pipeline with the script generated by the sample "Hello World".
- Build it.
- It hangs before starting any step and the CPS VM thread dump is empty.
Attachments
Issue Links
- is blocking
-
JENKINS-26481 Mishandling of binary methods accepting Closure
-
- Resolved
-
-
JENKINS-21249 Update Groovy
-
- Resolved
-
- links to
Code changed in jenkins
User: Jesse Glick
Path:
pom.xml
src/test/java/org/jenkinsci/plugins/workflow/SerializationTest.java
http://jenkins-ci.org/commit/workflow-cps-plugin/b5c85d9f1663b1c34c8e56b656fd0e2cee662869
Log:
[FIXED JENKINS-34064] Backing out
JENKINS-26481fix since it broke Pipeline in Jenkins 2.x.