formation 2 lat temu
rodzic
commit
662bd1abf4
1 zmienionych plików z 2 dodań i 1 usunięć
  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'