Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-41391

skipDefaultCheckout should default parameter value to "true"

        [JENKINS-41391] skipDefaultCheckout should default parameter value to "true"

        Andrew Bayer added a comment -

        There was some reason this was problematic, but right now I can't remember what it was. I'll give it a look.

        Andrew Bayer added a comment - There was some reason this was problematic, but right now I can't remember what it was. I'll give it a look.

        Andrew Bayer added a comment -

        Andrew Bayer added a comment - PR up at https://github.com/jenkinsci/pipeline-model-definition-plugin/pull/100

        Code changed in jenkins
        User: Andrew Bayer
        Path:
        pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/options/impl/SkipDefaultCheckout.java
        pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/OptionsTest.java
        pipeline-model-definition/src/test/resources/multipleProperties.groovy
        http://jenkins-ci.org/commit/pipeline-model-definition-plugin/a632cc6ab24f42498d3827af5db4abe017a0c0b0
        Log:
        [FIXED JENKINS-41391] Switch skipDefaultCheckout to default true

        That is - make skipDefaultCheckout() work the same as
        skipDefaultCheckout(true).

        SCM/JIRA link daemon added a comment - Code changed in jenkins User: Andrew Bayer Path: pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/options/impl/SkipDefaultCheckout.java pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/OptionsTest.java pipeline-model-definition/src/test/resources/multipleProperties.groovy http://jenkins-ci.org/commit/pipeline-model-definition-plugin/a632cc6ab24f42498d3827af5db4abe017a0c0b0 Log: [FIXED JENKINS-41391] Switch skipDefaultCheckout to default true That is - make skipDefaultCheckout() work the same as skipDefaultCheckout(true).

        Liam Newman added a comment -

        Bulk closing resolved issues.

        Liam Newman added a comment - Bulk closing resolved issues.

          abayer Andrew Bayer
          bitwiseman Liam Newman
          Votes:
          0 Vote for this issue
          Watchers:
          3 Start watching this issue

            Created:
            Updated:
            Resolved: