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 '''