diff --git a/Jenkinsfile b/Jenkinsfile index 6a26333..bb12386 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,6 +57,8 @@ pipeline { if (status != 0) { sh 'docker --context pi503 compose up -d' sh 'docker --context pi503 compose ps' + sh 'sleep 3' + sh 'docker --context pi503 compose logs' } else { echo 'skip' }