t
Some checks failed
internetmastercz/test/pipeline/head There was a failure building this commit
internetmastercz/test/pipeline/pr-feature/Feature-1 There was a failure building this commit

This commit is contained in:
2021-10-19 23:13:41 +02:00
parent 9a33dfa882
commit 32bf313825

1
Jenkinsfile vendored
View File

@@ -6,6 +6,7 @@ pipeline {
steps {
echo "Running ${env.BUILD_ID} on ${env.JENKINS_URL}"
echo 'Building..'
sh 'docker info'
}
}
stage('Test') {