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"

        Liam Newman created issue -
        Liam Newman made changes -
        Link New: This issue relates to JENKINS-41392 [ JENKINS-41392 ]

        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
        Andrew Bayer made changes -
        Remote Link New: This issue links to "PR #100 (Web Link)" [ 15320 ]
        Andrew Bayer made changes -
        Status Original: Open [ 1 ] New: In Progress [ 3 ]
        Andrew Bayer made changes -
        Status Original: In Progress [ 3 ] New: In Review [ 10005 ]
        Andrew Bayer made changes -
        Resolution New: Fixed [ 1 ]
        Status Original: In Review [ 10005 ] New: Resolved [ 5 ]

        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 made changes -
        Link New: This issue relates to JENKINS-41609 [ JENKINS-41609 ]

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

            Created:
            Updated:
            Resolved: