Commit e3076f46 authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

modify jenkinsfile

parent 1c0e230c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ pipeline {
            steps {
                echo 'Installing Dependencies'
                sh 'cat /etc/os-release'
                sh 'apk add --no-cache --upgrade bash'
                sh 'sudo apk add --no-cache --upgrade bash'
                sh 'sudo apk update'
                //sh 'curl https://unofficial-builds.nodejs.org/download/release/v14.17.6/node-v14.17.6-linux-x64-usdt.tar.xz --output node-v14.17.6-linux'
                sh 'curl https://unofficial-builds.nodejs.org/download/release/v14.17.6/node-v14.17.6-linux-x64-usdt.tar.xz --output node-v14.17.6-linux-x64-usdt'