Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

[Jenkins] Download the pipeline definition instead of cloning it from Git #146

Closed
oiavorskyi opened this issue Feb 27, 2018 · 1 comment
Closed

Comments

@oiavorskyi
Copy link
Contributor

Currently, each step in the pipeline clones common scripts from the Github repository. The credentials used to access the repository are the same as the Git credentials used to access the source project's repository. While acceptable for the sample projects and unmodified SCP sources, this is not a valid scenario in some corporate environments. Besides, there is no control of which version of the SCP is used.

The proposal is to download release archive from the Git repo instead of cloning it.

@marcingrzejszczak
Copy link
Contributor

Implemented for Jenkins Job DSL

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants