Jenkins demo pipeline checkout step
This commit is contained in:
parent
8f591f8506
commit
1a500971ad
11
Jenkinsfile
vendored
Normal file
11
Jenkinsfile
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
node {
|
||||
|
||||
def app
|
||||
|
||||
stage('Clone repository') {
|
||||
/* Let's make sure we have the repository cloned to our workspace */
|
||||
|
||||
checkout scm
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user