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

This commit is contained in:
dany 2022-09-29 23:30:38 +02:00
parent 39afc2c63b
commit f56d253b3b

5
Jenkinsfile vendored
View File

@ -15,7 +15,10 @@ def generateStage(name) {
return {
stage("ANTOS ${name}") {
copyArtifacts(projectName: 'gitea-sync/antos/' + name, target: 'antos/frontend/' + name);
copyArtifacts(projectName: 'gitea-sync/antd-web-apps/master', target: 'antos/frontend' + name);
env.tag = name;
sh'''
echo "TAGGGGG IS $tag"
'''
}
}
}