formation 2 년 전
부모
커밋
a3ac5ab182
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Jenkinsfile

+ 4 - 0
Jenkinsfile

@@ -46,6 +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") {