-
Bug
-
Resolution: Fixed
-
Major
-
None
aheritier pointed out that when installing recommended plugins in Jenkins 2, sometimes the git step does not work in Pipeline builds until after a restart. This is because when workflow-scm-step is loaded, git might not yet be installed, so GitStep.DescriptorImpl would be skipped. If later in the same session git is installed, this extension is not revisited.
Simpler to keep the SCM-specific steps in the corresponding plugins.
- is blocked by
-
JENKINS-36666 Jenkins startup fails due to cyclic dependency miscalculation
-
- Resolved
-
- is duplicated by
-
JENKINS-35609 GitStep is missing its descriptor with example build
-
- Resolved
-
- is related to
-
JENKINS-19508 Replace @Extension(optional=true) and optional dependencies with bridge plugins
-
- Open
-
-
JENKINS-36239 StackOverflowError in plugin manager on 1.596.1
-
- Open
-
- links to
Code changed in jenkins
User: Jesse Glick
Path:
aggregator/pom.xml
aggregator/src/test/java/org/jenkinsci/plugins/workflow/WorkflowTest.java
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/MercurialStepTest.java
api/pom.xml
basic-steps/pom.xml
cps-global-lib/pom.xml
cps/pom.xml
durable-task-step/pom.xml
job/pom.xml
pom.xml
scm-step/pom.xml
scm-step/src/main/java/org/jenkinsci/plugins/workflow/steps/scm/GitStep.java
scm-step/src/main/java/org/jenkinsci/plugins/workflow/steps/scm/SubversionStep.java
step-api/pom.xml
support/pom.xml
http://jenkins-ci.org/commit/pipeline-plugin/8a10c799995843ce466ecc792ea9b1cd1181e461
Log:
Merge pull request #390 from jglick/SCMStep-
JENKINS-35247-1.4.xJENKINS-35247Delegate to Git and Subversion plugins via reflection (1.4.x)Compare: https://github.com/jenkinsci/pipeline-plugin/compare/141f26962bcc...8a10c7999958