- update README.md

- updating Jenkinsfile-PROD
This commit is contained in:
Szakalakamaka
2020-11-19 17:05:26 +01:00
parent 64843a2a0e
commit 024485ace0
4 changed files with 75 additions and 33 deletions

View File

@@ -14,11 +14,5 @@ pipeline {
sh "docker-compose -f docker-compose-PROD --context PROD up -d"
}
}
stage('Logs') {
steps {
sleep time: 1, unit: 'MINUTES'
sh 'docker -f docker-compose-PROD --context PROD logs klaus'
}
}
}
}