This commit is contained in:
Kameron Kenny 2025-01-09 23:08:19 -05:00
parent 0c1114597f
commit d0db813b12
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -55,7 +55,7 @@ pipeline {
script {
//#def status_s = sh(returnStatus: true, script: 'grep $(docker --context pi502 compose ps | tail -n1 | awk \'{ print $2 }\') docker-compose.yml')
sh 'docker --context pi502 compose pull telegraf'
sh 'docker --context pi502 compose pull telegraf-syslog
sh 'docker --context pi502 compose pull telegraf-syslog'
//if (status_s != 0) {
// sh 'docker --context pi502 compose up -d'