Update 'Jenkinsfile'
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good

This commit is contained in:
dany 2022-09-29 21:38:32 +02:00
parent 4f6a9dec82
commit cf755735fd

3
Jenkinsfile vendored
View File

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