formation há 2 anos atrás
pai
commit
870705cc2f
1 ficheiros alterados com 1 adições e 4 exclusões
  1. 1 4
      Jenkinsfile

+ 1 - 4
Jenkinsfile

@@ -46,13 +46,10 @@ node{
     stage('stage 2bis'){
         sh 'ls -ls'
     }
-
-     stage('bzip2'){
-        sh 'apt-get update && apt-get install -y bzip2'
-    }
    stage('Test') {
     
        dir("${env.WORKSPACE}/angular-client") {
+        sh'npm install phantomjs-prebuilt@2.1.13 --ignore-scripts'
      sh 'npm i @angular-devkit/build-angular@0.901.15'
     		
     try {