diff --git a/Jenkinsfile b/Jenkinsfile index 42c231c..1693120 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ 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/gitea-sync/antd-web-apps/master/master', target: 'build/backend'); + copyArtifacts(projectName: 'gitea-sync/antd-web-apps/master', target: 'build/backend'); sh''' tree build '''