Skip to content

Instantly share code, notes, and snippets.

@HRMPW
Created August 17, 2017 00:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HRMPW/7752165ca9a14999c140a29d52405a3a to your computer and use it in GitHub Desktop.
Save HRMPW/7752165ca9a14999c140a29d52405a3a to your computer and use it in GitHub Desktop.
output from credentials and environment test
Started by user admin
[Pipeline] node
Running on master in /Users/pwolf/.jenkins/workspace/pipeline tests/creds
[Pipeline] {
[Pipeline] withCredentials
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (foo)
[Pipeline] sh
[creds] Running shell script
+ echo 'SOME_VAR is SOME VALUE'
SOME_VAR is SOME VALUE
[Pipeline] sh
[creds] Running shell script
+ echo 'INBETWEEN is Something in between'
INBETWEEN is Something in between
[Pipeline] sh
[creds] Running shell script
+ echo 'OTHER_VAR is SOME VALUE'
OTHER_VAR is SOME VALUE
[Pipeline] sh
[creds] Running shell script
+ echo ****
[Pipeline] sh
[creds] Running shell script
+ echo ****
[Pipeline] archive
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment