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
39afc2c63b
commit
f56d253b3b
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -15,7 +15,10 @@ 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/antd-web-apps/master', target: 'antos/frontend' + name);
|
env.tag = name;
|
||||||
|
sh'''
|
||||||
|
echo "TAGGGGG IS $tag"
|
||||||
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user