formation před 3 roky
rodič
revize
662bd1abf4
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      Jenkinsfile

+ 2 - 1
Jenkinsfile

@@ -36,7 +36,8 @@ node{
        
 	   
       dir("${env.WORKSPACE}/angular-client")
-       {  
+       {   
+		   sh 'npm install -g phantomjs-prebuilt'
 		   sh 'npm i @angular-devkit/build-angular@0.901.4'
 		   sh 'npm list | grep phantomjs'
     //           sh 'npm install'