formation %!s(int64=2) %!d(string=hai) anos
pai
achega
a3ac5ab182
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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") {