Browse Source

modif php-v

formation 5 years ago
parent
commit
9a0054d7ba
1 changed files with 1 additions and 1 deletions
  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