| pipeline { | |
| agent any | |
| stages { | |
| stage('test') { | |
| steps { | |
| echo "test" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
| pipeline { | |
| agent any | |
| stages { | |
| stage('test') { | |
| steps { | |
| echo "test" | |
| } | |
| } | |
| } | |
| } |
This comment has been minimized.
jeffchan commentedMar 5, 2017