You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now a lot of repos have just copy+pasted the jenkinsfile from another repo.
It should be possible to DRY them up, so that if a fix is done in one repo, this applies to all repos.
Right now a lot of repos have just copy+pasted the jenkinsfile from another repo.
It should be possible to DRY them up, so that if a fix is done in one repo, this applies to all repos.
It seems like that shared libraries are the way to go: https://www.jenkins.io/blog/2017/10/02/pipeline-templates-with-shared-libraries/
The text was updated successfully, but these errors were encountered: