-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Jenkins 2.19.1
Java 1.8.0_101
Pipeline 2.4
When I create a new Pipeline job, there are 5 options for the build step Pipeline script from SCM (None, CVS, CVS Projectset, Git, Subversion). After I save the new job, when I go to Configure, some of the options disappear.
Steps:
- Create a new Pipeline job
- Set Pipeline script from SCM to None
- Save the job
- Configure the job
EXPECTED: None is still selected
BUG: None and other options are removed from the list
Complete list of Pipeline plugins in use
Pipeline 2.4 Pipeline Graph Analysis Plugin 1.2 Pipeline: API 2.5 Pipeline: Basic Steps 2.2 Pipeline: Build Step 2.3 Pipeline: Groovy 2.21 Pipeline: Input Step 2.3 Pipeline: Job 2.7 Pipeline: Milestone Step 1.1 Pipeline: Multibranch 2.9 Pipeline: Nodes and Processes 2.5 Pipeline: REST API Plugin 2.1 Pipeline: SCM Step 2.2 Pipeline: Shared Groovy Libraries 2.4 Pipeline: Stage Step 2.2 Pipeline: Stage View Plugin 2.1 Pipeline: Step API 2.4
- blocks
-
JENKINS-28756 "General SCM" dropdown offers SCMs not compatible with Workflow
-
- Resolved
-
- duplicates
-
JENKINS-42216 Pipeline job offers inapplicable SCM on initial 'Pipeline from SCM' config
-
- Open
-
- is related to
-
JENKINS-39144 Add Pipeline definition option to build from specified script
-
- Resolved
-
Actually the bug, if it is indeed reproducible, is that the inappropriate options (SCMs not yet compatible with Pipeline, and None) are offered the first time. StaplerReferer hack not working, perhaps.