Revert Jenkinsfile changes
Some checks failed
DragSE Gitea/redis/pipeline/head There was a failure building this commit

This commit is contained in:
Lennard Brinkhaus 2022-01-27 00:10:54 +01:00
parent 28bb81287e
commit 356098d858
Signed by: lennard.brinkhaus
GPG Key ID: D4C9B6A87F97B070

2
Jenkinsfile vendored
View File

@ -1,7 +1,6 @@
node {
def app
stages {
stage('Clone repository') {
/* Let's make sure we have the repository cloned to our workspace */
@ -28,5 +27,4 @@ node {
app.push("latest")
}
}
}
}