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 {
agent any
stages {
stage('Gradle') {
steps {
sh './zip.sh'
}
}
// stage('Gradle') {
// steps {
// sh '''
// set +x
// chmod +x zip.sh
// ./zip.sh
// '''
// }
// }
stage('Archive') {
steps {
archiveArtifacts artifacts: 'Galaxy.zip', followSymlinks: false
@@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:copper_block",
"ingredient": "minecraft:weathered_copper",
"result": {
"count": 3,
"id": "minecraft:weathered_copper_trapdoor"