formation há 2 anos atrás
pai
commit
a3ac5ab182
1 ficheiros alterados com 4 adições e 0 exclusões
  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") {