[nostalgia] Update Jenkinsfile to force conan remote add

This commit is contained in:
Gary Talent 2020-05-04 18:20:50 -05:00
parent 6af681bad6
commit b39735bb08

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stage('Environment') { stage('Environment') {
steps { steps {
sh 'conan profile update settings.compiler.libcxx=libstdc++11 default' sh 'conan profile update settings.compiler.libcxx=libstdc++11 default'
sh 'conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan' sh 'conan remote add -f bincrafters https://api.bintray.com/conan/bincrafters/public-conan'
} }
} }
stage('Build') { stage('Build') {