formation 3 anni fa
parent
commit
0f03310057
1 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 6 6
      Jenkinsfile

+ 6 - 6
Jenkinsfile

@@ -150,12 +150,12 @@ node{
     }
 	
 
-    stage('Build Docker MEAN Stack(PreProduction Deployment)') 
-    {
-        sh 'docker-compose -v'
-        sh 'docker-compose build'
-        sh 'docker-compose up -d'
-    }
+    // stage('Build Docker MEAN Stack(PreProduction Deployment)') 
+    // {
+    //     sh 'docker-compose -v'
+    //     sh 'docker-compose build'
+    //     sh 'docker-compose up -d'
+    // }
    
     stage('Fin du Pipeline') 
     {