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

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

5
Jenkinsfile vendored
View File

@ -1,6 +1,11 @@
node {
def app
stage('Initialize'){
def dockerHome = tool 'docker'
env.PATH = "${dockerHome}/bin:${env.PATH}"
}
stage('Clone repository') {
/* Let's make sure we have the repository cloned to our workspace */