pipeline-playground/Jenkinsfile

5 lines
48 B
Groovy

node {
checkout scm
load 'foo.groovy'
}