Browse Source

modif php-v

formation 5 năm trước cách đây
mục cha
commit
9a0054d7ba
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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