-
Improvement
-
Resolution: Won't Fix
-
Minor
-
None
we are using the Github Organization plugin, and using a Jenkinsfile checked into each git repo in the organization.
i want to be able to use the 'clean before checkout' option which is available when we configure pipeline builds outside of the github organization. it seems like this should be an option exposed in the organization configuration.
- is related to
-
JENKINS-38212 We should only get the Jenkinsfile from github, not the whole repository
-
- Closed
-
-
JENKINS-37817 checkout scm should be able to override extensions/settings
-
- Resolved
-
Mark: Thank you for the idea. While I think that would work for now, I'm concerned about needing to statically specify so much of what is already provided by the built-in `scm` global variable. (As Christian also raises in JENKINS-37817.)
Christian: Thank you for that explanation. Makes sense. Based on your explanation, it sounds like being able to specify 'clean before checkout' in the org plugin wouldn't accomplish what I want anyway. (Since I think i'd be cleaning the `<branch>@script` working copy rather than the actual workspace where the build it going to happen? If I've got that right, then I think this issue is probably invalid.