浏览代码

modif php-v

formation 5 年之前
父节点
当前提交
9a0054d7ba
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -15,7 +15,7 @@ node{
     stage('Waiting Container'){
         waitUntil{
             try{
-                sh "docker exec ${containerApache.id} php -v"
+                sh "docker exec ${containerApache.id}"
             return true
         } catch(Exception $e){
             return false