add missing plugin
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good

This commit is contained in:
DanyLE 2023-01-27 16:07:53 +01:00
parent 590ae447e4
commit 5adce9064f

1
Jenkinsfile vendored
View File

@ -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');