adding logs from the application

This commit is contained in:
Szakalakamaka
2020-09-28 14:11:36 +02:00
parent 15486207a4
commit 0442310dee
2 changed files with 9 additions and 4 deletions

4
Jenkinsfile vendored
View File

@@ -11,9 +11,11 @@ pipeline {
sh "docker-compose up -d"
}
}
stage('logs'){
stage('Deploy') {
steps {
sleep time: 1, unit: 'MINUTES'
sh 'docker logs klaus'
}
}
}
}