github-api-global-lib
github-api-global-lib copied to clipboard
Is there a technical difference between ``` sh "curl ...." ``` and ``` loadLinuxScript(name: 'script-which-calls-curl') sh 'script-which-calls-curl' ``` I know the loadLinuxScript will execute on the worker. Will the inline...
Replacing the builder pattern and moving some variables into environment blocks.
Pull Request - for updates
I have added this to shared libraries on a indows jenkins controller and the the job is run on a ubuntu agent. I get the error Checking out Revision bfe1e149a04416cf4bcfb58dfe719695b17936d0...
Hello Darin, Since "sidebar-link" plugin is no longer supported, It would be fantastic if we could use "AddSidebarLinkAction" Groovy Class for adding a link in sidebar of a job build...
Hello @darinpope I'm trying to implement a Jenkins declarative pipeline with parallel stages, but I've run into an issue with the GroovyLint tool. It's complaining about `The nested block depth...