Update 'Jenkinsfile'
All checks were successful
gitea-sync/antos-deb/pipeline/head This commit looks good
All checks were successful
gitea-sync/antos-deb/pipeline/head This commit looks good
This commit is contained in:
parent
96da882d4d
commit
e8f7aef43d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -41,7 +41,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'''
|
||||||
|
Loading…
Reference in New Issue
Block a user