Skip to content

amarula/pipeline-gerrit-lib-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gerrit Groovy Libraries

Pipeline: Gerrit Groovy Libraries

Allows Pipeline Groovy libraries to be loaded on the fly from public repositories on Gerrit, private with credentials authentication. Unlike regular library definitions, no preconfiguration at the global or folder level is needed.

You can configure the plugin from general settings:

Gerrit config panel

As pipeline example:

@Library('i-tools/ci_jenkins_lib@changes/42/38742/16') _
if (currentBuildExt().hasChangeIn('src')) {
  return
}
node {
  sh 'make'
}

Documentation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages