#CertifiedRetard2
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -55,9 +55,9 @@ pipeline {
|
||||
unstash name: 'frontend'
|
||||
}
|
||||
unstash name: 'backend-glibc'
|
||||
sh 'tar -cvJf --transform="flags=r;s|backend_rust|server|" linux-x64-glibc.tar.xz backend_rust static'
|
||||
sh 'tar -cvJf linux-x64-glibc.tar.xz --transform="flags=r;s|backend_rust|server|" backend_rust static'
|
||||
unstash name: 'backend-muslc'
|
||||
sh 'tar -cvJf --transform="flags=r;s|backend_rust|server|" linux-x64-muslc.tar.xz backend_rust static'
|
||||
sh 'tar -cvJf linux-x64-muslc.tar.xz --transform="flags=r;s|backend_rust|server|" backend_rust static'
|
||||
archiveArtifacts artifacts: '*.tar.xz', allowEmptyArchive: false, onlyIfSuccessful: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user