t.
internetmastercz/test/pipeline/head There was a failure building this commit

This commit is contained in:
2021-10-20 00:42:44 +02:00
parent caf2a04c19
commit b22eb3d214
Vendored
-4
View File
@@ -8,10 +8,6 @@ pipeline {
} }
stage('Build') { stage('Build') {
steps { steps {
script {
def dockerHome = tool 'docker'
env.PATH = "${dockerHome}/bin:${env.PATH}"
}
echo "Running ${env.BUILD_ID} on ${env.JENKINS_URL}" echo "Running ${env.BUILD_ID} on ${env.JENKINS_URL}"
echo 'Building..' echo 'Building..'
sh 'docker info' sh 'docker info'