formation 2 년 전
부모
커밋
870705cc2f
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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 {