Update 'Jenkinsfile'
Some checks failed
gitea-sync/antos-appimage/pipeline/head There was a failure building this commit
Some checks failed
gitea-sync/antos-appimage/pipeline/head There was a failure building this commit
This commit is contained in:
parent
977ee7a970
commit
37b8653aba
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -22,7 +22,7 @@ def generateStage(name) {
|
|||||||
return {
|
return {
|
||||||
stage("ANTOS ${name}") {
|
stage("ANTOS ${name}") {
|
||||||
copyArtifacts(projectName: 'gitea-sync/antos/' + name, target: 'antos/frontend/' + 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;
|
env.tag = name;
|
||||||
sh'''
|
sh'''
|
||||||
|
Loading…
Reference in New Issue
Block a user