testing Jenkinsfile

This commit is contained in:
Szakalakamaka
2020-09-29 15:17:58 +02:00
parent bcd8bc6505
commit 0a986d5b4a
10 changed files with 14 additions and 21 deletions

1
Jenkinsfile vendored
View File

@@ -20,6 +20,7 @@ pipeline {
stage('Logs') {
steps {
sleep time: 1, unit: 'MINUTES'
sh "export DOCKER_HOST=tcp://jenkins@s5000xvn:22"
sh 'docker logs klaus'
}
}