diff --git a/Jenkinsfile b/Jenkinsfile index 727c9ec..4b246f5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -74,6 +74,7 @@ pipeline{ mkdir -p antos/webapps ''' copyArtifacts(projectName: 'gitea-sync/ant-http/master', target: 'antos/backend'); + copyArtifacts(projectName: 'gitea-sync/antd-fcgi-plugin/master', target: 'antos/backend'); copyArtifacts(projectName: 'gitea-sync/luafcgi/master', target: 'antos/backend'); copyArtifacts(projectName: 'gitea-sync/antd-tunnel-plugin/master', target: 'antos/backend'); copyArtifacts(projectName: 'gitea-sync/antd-wvnc-plugin/master', target: 'antos/backend');