formation il y a 5 ans
Parent
commit
9a0054d7ba
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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