We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156df6c commit 26ada7cCopy full SHA for 26ada7c
README.md
@@ -5,9 +5,10 @@ This repo contains various scripts that get used throughout our Jenkins setup.
5
# Usage
6
7
A recommended way of using these scripts could be to setup a separate Jenkins
8
-job that pull in this repository.
+job that pull in this repository. You can easily set a global variable JENKINS_SCRIPTS
9
+pointing to that workspace and use ${JENKINS_SCRIPTS} throughout your setup.
10
-Define each script as a managed script and add the arguments. See the README or
11
+Another option is to include the scripts as managed scripts and add the arguments. See the README or
12
script itself to find out what arguments are available.
13
14
# Jenkins
0 commit comments