add Dockerfile for ubuntu

This commit is contained in:
2020-09-17 13:45:40 +03:00
parent f96fc25d8d
commit f3b31a25fd
2 changed files with 18 additions and 1 deletions

2
Jenkinsfile vendored
View File

@@ -28,7 +28,7 @@ node {
_envmap["${_n}"] = "${_v}";
}
def _msg = "Built images:"
def platforms = ['debian', 'osx', 'windows', 'android', 'pi']
def platforms = ['debian', 'osx', 'windows', 'android', 'pi', 'ubuntu']
for (int i = 0; i < platforms.size(); ++i) {
if (_envmap["BUILD_${platforms[i]}"] == "1") {
stage("${platforms[i]}-shstk") {