formation %!s(int64=5) %!d(string=hai) anos
pai
achega
9a0054d7ba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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