Jenkinsfile pip doc works
Some checks failed
pipdoc/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2020-05-28 15:06:32 +03:00
parent 1010eaf6db
commit b8e4e7203f

2
Jenkinsfile vendored
View File

@@ -32,7 +32,7 @@ node {
for (int i = 0; i < platforms.size(); ++i) {
if (_envmap["BUILD_${platforms[i]}"] == "1") {
stage("${platforms[i]}-libs") {
//_msg += build_docker("${platforms[i]}")
_msg += build_docker("${platforms[i]}")
}
}
}