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