Update Jenkinsfile
Some checks failed
continuous-integration/drone/push Build is failing
DragSE Gitea/redis/pipeline/head There was a failure building this commit

This commit is contained in:
Lennard Brinkhaus 2022-01-26 23:48:56 +01:00
parent 53f5aec90c
commit 7b99ead0eb
Signed by: lennard.brinkhaus
GPG Key ID: D4C9B6A87F97B070

3
Jenkinsfile vendored
View File

@ -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 {
}
}
}
}