chucknorris-kotlin-spring/Jenkinsfile

11 lines
175 B
Plaintext
Raw Normal View History

2020-04-21 13:04:14 +00:00
node {
def app
stage('Clone repository') {
/* Let's make sure we have the repository cloned to our workspace */
checkout scm
}
}