From 5adce9064f29a72113d481fac91766aecb9c983f Mon Sep 17 00:00:00 2001 From: DanyLE Date: Fri, 27 Jan 2023 16:07:53 +0100 Subject: [PATCH] add missing plugin --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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');