Update 'Jenkinsfile'
Some checks failed
gitea-sync/antos-deb/pipeline/head There was a failure building this commit

This commit is contained in:
dany 2023-01-01 14:21:42 +01:00
parent f78fb09ee2
commit bb8cdee6ac

4
Jenkinsfile vendored
View File

@ -22,11 +22,11 @@ def generateStage(name) {
return {
stage("ANTOS ${name}") {
env.tag = name;
//env.arch = "x86_64";
sh'''
echo "Deploy antos webapps for version $tag on architecture $arch"
echo "Build AntOS deb package for version $tag on architecture $arch"
set -e
set -x
./build_deb.sh $tag $arch
'''
}
}