mirror of
https://github.com/GeyserMC/GeyserOptionalPack.git
synced 2025-12-19 14:59:14 +00:00
Move to .mcpack extension for 1 click loading into the client (#5)
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -7,11 +7,11 @@ pipeline {
|
||||
stage ('Build') {
|
||||
steps {
|
||||
sh 'bash copy_java_files_to_pack.sh'
|
||||
sh 'zip GeyserOptionalPack.zip -r . -x ".*" Jenkinsfile required_files.txt copy_java_files_to_pack.sh'
|
||||
sh 'zip GeyserOptionalPack.mcpack -r . -x ".*" Jenkinsfile required_files.txt copy_java_files_to_pack.sh'
|
||||
}
|
||||
post {
|
||||
success {
|
||||
archiveArtifacts artifacts: 'GeyserOptionalPack.zip'
|
||||
archiveArtifacts artifacts: 'GeyserOptionalPack.mcpack'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user