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
Labels
Milestone
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.
The text was updated successfully, but these errors were encountered: