This commit is contained in:
danielclough
2020-12-26 15:46:47 +01:00
parent ac0c3be923
commit f83cf7979a

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"
}
}
}