Update Jenkinsfile
This commit is contained in:
parent
53f5aec90c
commit
7b99ead0eb
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -1,6 +1,8 @@
|
||||
node {
|
||||
def app
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Clone repository') {
|
||||
/* Let's make sure we have the repository cloned to our workspace */
|
||||
|
||||
@ -28,3 +30,4 @@ node {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user