Update 'Jenkinsfile'
Some checks failed
gitea-sync/antos-deb/pipeline/head There was a failure building this commit
Some checks failed
gitea-sync/antos-deb/pipeline/head There was a failure building this commit
This commit is contained in:
parent
f78fb09ee2
commit
bb8cdee6ac
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -22,11 +22,11 @@ def generateStage(name) {
|
|||||||
return {
|
return {
|
||||||
stage("ANTOS ${name}") {
|
stage("ANTOS ${name}") {
|
||||||
env.tag = name;
|
env.tag = name;
|
||||||
//env.arch = "x86_64";
|
|
||||||
sh'''
|
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 -e
|
||||||
set -x
|
set -x
|
||||||
|
./build_deb.sh $tag $arch
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user