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
0d06d4ca19
commit
532cb31376
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -23,7 +23,7 @@ def generateStage(name) {
|
||||
stage("ANTOS ${name} AMD64") {
|
||||
//copyArtifacts(projectName: 'gitea-sync/antos/' + name, target: 'antos/frontend/' + name);
|
||||
env.tag = name;
|
||||
env.arch = x86_64
|
||||
env.arch = x86_64;
|
||||
sh'''
|
||||
echo "Deploy antos webapps for version $tag on architecture $arch"
|
||||
set -e
|
||||
@ -33,7 +33,7 @@ def generateStage(name) {
|
||||
stage("ANTOS ${name} ARM64") {
|
||||
//copyArtifacts(projectName: 'gitea-sync/antos/' + name, target: 'antos/frontend/' + name);
|
||||
env.tag = name;
|
||||
env.arch = aarch64
|
||||
env.arch = aarch64;
|
||||
sh'''
|
||||
echo "Deploy antos webapps for version $tag on architecture $arch"
|
||||
set -e
|
||||
@ -43,7 +43,7 @@ def generateStage(name) {
|
||||
stage("ANTOS ${name} ARM") {
|
||||
copyArtifacts(projectName: 'gitea-sync/antos/' + name, target: 'antos/frontend/' + name);
|
||||
env.tag = name;
|
||||
env.arch = armv7l
|
||||
env.arch = armv7l;
|
||||
sh'''
|
||||
echo "Deploy antos webapps for version $tag on architecture $arch"
|
||||
set -e
|
||||
|
Loading…
Reference in New Issue
Block a user