Browse Source

07env-install-centos.sh

lizw 2 years ago
parent
commit
94d557dded
1 changed files with 1 additions and 1 deletions
  1. 1 1
      05shengke/03xxljob.groovy

+ 1 - 1
05shengke/03xxljob.groovy

@@ -24,7 +24,7 @@ pipeline {
                     chmod +x 03xxljob-prod.sh
                     chmod +x 03xxljob-prod.sh
                     ./03xxljob-prod.sh stop
                     ./03xxljob-prod.sh stop
                     ./03xxljob.sh pull
                     ./03xxljob.sh pull
-                    ./03xxljob-prod.sh start
+                    JENKINS_NODE_COOKIE=dontKillMe nohup ./03xxljob-prod.sh start > /dev/null 2>&1 &
                 """
                 """
             }
             }
         }
         }