fix env and install script

This commit is contained in:
danielclough
2020-12-26 15:45:01 +01:00
parent 91b6717f0a
commit ac0c3be923
2 changed files with 23 additions and 5 deletions

2
Jenkinsfile vendored
View File

@@ -3,7 +3,7 @@ pipeline {
stages {
stage('build') {
steps {
sh "contrib/docker/build.sh -o aarch64-linux-gnu blackcoinnl github CoinBlack env.GIT_LOCAL_BRANCH Etc/UTC"
sh "contrib/docker/build.sh -o aarch64-linux-gnu blackcoinnl github CoinBlack" + env.GIT_LOCAL_BRANCH + "Etc/UTC"
}
}
}