Update Jenkinsfile
This commit is contained in:
parent
53f5aec90c
commit
7b99ead0eb
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -1,6 +1,8 @@
|
|||||||
node {
|
node {
|
||||||
def app
|
def app
|
||||||
|
agent any
|
||||||
|
|
||||||
|
stages {
|
||||||
stage('Clone repository') {
|
stage('Clone repository') {
|
||||||
/* Let's make sure we have the repository cloned to our workspace */
|
/* 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