Update 'Jenkinsfile'
Some checks failed
gitea-sync/antos-appimage/pipeline/head There was a failure building this commit

This commit is contained in:
dany 2022-09-29 21:31:29 +02:00
parent b745111370
commit 50cd3aaf8e

3
Jenkinsfile vendored
View File

@ -33,6 +33,9 @@ pipeline{
copyArtifacts(projectName: 'luasocket', target: 'build/backend');
copyArtifacts(projectName: 'luasec', target: 'build/backend');
copyArtifacts(projectName: 'gitea-sync/gitea-sync/antd-web-apps/master/master', target: 'build/backend');
sh'''
tree build
'''
}
}
stage('Build AMD64') {