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

This commit is contained in:
dany 2023-05-30 13:38:46 +02:00
parent 661ef1b485
commit ffd61da47c

2
Jenkinsfile vendored
View File

@ -77,6 +77,7 @@ pipeline{
mkdir -p antos/frontend
mkdir -p antos/backend
mkdir -p antos/webapps
cat /dev/null > /home/dany/public/antos-release/sdk/versions.txt
'''
copyArtifacts(projectName: 'gitea-sync/ant-http/master', target: 'antos/backend');
copyArtifacts(projectName: 'gitea-sync/antd-fcgi-plugin/master', target: 'antos/backend');
@ -90,7 +91,6 @@ pipeline{
copyArtifacts(projectName: 'gitea-sync/antos-backend/master', target: 'antos/webapps');
script
{
cat /dev/null > /home/dany/public/antos-release/sdk/versions.txt
parallel parallelStagesMap;
}
sh'''