test
Some checks failed
internetmastercz/test/pipeline/head There was a failure building this commit

This commit is contained in:
2021-10-19 23:57:56 +02:00
parent 9cc7208c48
commit d937561e1b

3
Jenkinsfile vendored
View File

@@ -13,6 +13,9 @@ pipeline {
} }
} }
steps { steps {
def dockerHome = tool 'docker'
env.PATH = "${dockerHome}/bin:${env.PATH}"
sh 'node --version' sh 'node --version'
} }
} }