Update 'Jenkinsfile'
All checks were successful
gitea-sync/antos-deb/pipeline/head This commit looks good

This commit is contained in:
dany 2023-01-01 12:45:52 +01:00
parent 96da882d4d
commit e8f7aef43d

2
Jenkinsfile vendored
View File

@ -41,7 +41,7 @@ def generateStage(name) {
'''
}
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.arch = "armv7l";
sh'''