diff --git a/Jenkinsfile b/Jenkinsfile index 9fb72e8..42c231c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') {