Update 'Jenkinsfile'
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good
This commit is contained in:
parent
661ef1b485
commit
ffd61da47c
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'''
|
||||
|
Loading…
Reference in New Issue
Block a user