From cf755735fd40ab4447625a2b693fc436578a4b0e Mon Sep 17 00:00:00 2001 From: dany Date: Thu, 29 Sep 2022 21:38:32 +0200 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1693120..33bd844 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,8 @@ pipeline{ copyArtifacts(projectName: 'gitea-sync/antd-tunnel-publishers/master', target: 'build/backend'); copyArtifacts(projectName: 'luasocket', target: 'build/backend'); copyArtifacts(projectName: 'luasec', target: 'build/backend'); - copyArtifacts(projectName: 'gitea-sync/antd-web-apps/master', target: 'build/backend'); + copyArtifacts(projectName: 'gitea-sync/antos/master', target: 'build/frontend'); + //copyArtifacts(projectName: 'gitea-sync/antd-web-apps/master', target: 'build/backend'); sh''' tree build '''