Update 'Jenkinsfile'
Some checks failed
gitea-sync/antos-appimage/pipeline/head There was a failure building this commit

This commit is contained in:
dany 2023-06-01 16:48:19 +02:00
parent 977ee7a970
commit 37b8653aba

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@ def generateStage(name) {
return {
stage("ANTOS ${name}") {
copyArtifacts(projectName: 'gitea-sync/antos/' + name, target: 'antos/frontend/' + name);
copyArtifacts(projectName: 'gitea-sync/antosdk-apps/' + name, target: 'antos/packages/' + name);
copyArtifacts(projectName: 'gitea-sync/antosdk-apps/' + name, target: 'antos/packages/' + name, optional: true);
env.tag = name;
sh'''