puzzle / jenkins-pipeline-shared-libraries

Shared functionality for Jenkins Pipeline Groovy scripts.
GNU General Public License v3.0
10 stars 13 forks source link

Add git-crypt command #6

Closed dtschan closed 4 years ago

dtschan commented 4 years ago

Adds a withGitCrypt step which unlocks a Git repository with git-crypt during the scope of the step and locks it afterwards. See vars/withGitCrypt.txt for more information.