I've been testing the waters of Jenkins 2 as I'm interested in the pipeline workthrough but hit a snag.
1.
docker run -p 8080:8080 -p 50000:50000 --name jenkins2 jenkinsci/jenkins:2.8
2. Log in, create account, etc
3. Create Pipeline project
4. Configure
5. In Pipeline section, "try sample pipeline" > "Github + Maven"
Behaviour:
java.lang.AssertionError: class org.jenkinsci.plugins.workflow.steps.scm.GitStep is missing its descriptor
at jenkins.model.Jenkins.getDescriptorOrDie(Jenkins.java:1304)
I get the same error when attempting to point to my own github repo.
- duplicates
-
JENKINS-35247 Move git/svn steps out of workflow-scm-steps
-
- Closed
-
[JENKINS-35609] GitStep is missing its descriptor with example build
Workflow | Original: JNJira [ 171947 ] | New: JNJira + In-Review [ 184532 ] |
Component/s | New: pipeline-general [ 21692 ] |
Component/s | Original: workflow-plugin [ 18820 ] |
Link |
New:
This issue duplicates |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
I also have the exact same issue with the 2.8 docker image.