diff --git a/Jenkinsfile b/Jenkinsfile index 647324c..658c292 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" + ''' } } }