Jenkins: add stages

This commit is contained in:
2020-05-08 22:26:56 +03:00
parent 63012cd7e4
commit 682e493fa3

2
Jenkinsfile vendored
View File

@@ -29,8 +29,10 @@ node {
for (int i = 0; i < platforms.size(); ++i) {
//echo "check BUILD_${platforms[i]} -> ${_v}"
if (_envmap["BUILD_${platforms[i]}"] == "1") {
stage("${platforms[i]}-libs") {
_msg += build_docker("${platforms[i]}")
}
}
}
echo "${_msg}"
}