adding logs from the application

This commit is contained in:
Szakalakamaka
2020-09-28 14:06:50 +02:00
parent c820560efe
commit 15486207a4
2 changed files with 15 additions and 15 deletions

4
Jenkinsfile vendored
View File

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