formation il y a 2 ans
Parent
commit
a3ac5ab182
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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") {