formation 2 years ago
parent
commit
a3ac5ab182
1 changed files with 4 additions and 0 deletions
  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") {