pipeline-playground/Jenkinsfile

5 lines
48 B
Plaintext
Raw Permalink Normal View History

2017-08-02 23:00:05 +00:00
node {
2017-08-02 23:06:39 +00:00
checkout scm
2017-08-02 23:00:05 +00:00
load 'foo.groovy'
}