Revert Jenkinsfile changes
Some checks failed
DragSE Gitea/redis/pipeline/head There was a failure building this commit
Some checks failed
DragSE Gitea/redis/pipeline/head There was a failure building this commit
This commit is contained in:
parent
28bb81287e
commit
356098d858
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,7 +1,6 @@
|
|||||||
node {
|
node {
|
||||||
def app
|
def app
|
||||||
|
|
||||||
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,5 +27,4 @@ node {
|
|||||||
app.push("latest")
|
app.push("latest")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user