Compare commits

...
3 Commits
Author SHA1 Message Date
Len d06793cfe1 Fix Weathered Copper Trapdoor 2026-08-01 06:33:16 -05:00
Len df1e0d6d23 update Jenkinsfile build script 2026-08-01 06:16:37 -05:00
Len a265349c69 Fix Jenkinsfile name 2026-08-01 06:13:15 -05:00
3 changed files with 10 additions and 6 deletions
BIN
View File
Binary file not shown.
+9 -5
View File
@@ -1,11 +1,15 @@
pipeline { pipeline {
agent any agent any
stages { stages {
stage('Gradle') { // stage('Gradle') {
steps { // steps {
sh './zip.sh' // sh '''
} // set +x
} // chmod +x zip.sh
// ./zip.sh
// '''
// }
// }
stage('Archive') { stage('Archive') {
steps { steps {
archiveArtifacts artifacts: 'Galaxy.zip', followSymlinks: false archiveArtifacts artifacts: 'Galaxy.zip', followSymlinks: false
@@ -1,6 +1,6 @@
{ {
"type": "minecraft:stonecutting", "type": "minecraft:stonecutting",
"ingredient": "minecraft:copper_block", "ingredient": "minecraft:weathered_copper",
"result": { "result": {
"count": 3, "count": 3,
"id": "minecraft:weathered_copper_trapdoor" "id": "minecraft:weathered_copper_trapdoor"