From 2297c86e02d8dd3f63d9b9e182065a7fae093bac Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Mon, 30 May 2022 16:05:53 -0500 Subject: [PATCH] Enabled block scanning for dynmap. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b5743af..98618cc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,10 +27,10 @@ pipeline { } steps { fileOperations([fileCreateOperation(fileContent: 'eula=true', fileName: 'eula.txt')]) - // fileOperations([fileDownloadOperation(password: '', proxyHost: '', proxyPort: '', targetFileName: 'DynmapBlockScan.jar', targetLocation: 'mods/', url: 'https://github.com/webbukkit/DynmapBlockScan/releases/download/v3.4-beta-1/DynmapBlockScan-3.4-beta-1-forge-1.18.jar', userName: '')]) + fileOperations([fileDownloadOperation(password: '', proxyHost: '', proxyPort: '', targetFileName: 'DynmapBlockScan.jar', targetLocation: 'mods/', url: 'https://github.com/webbukkit/DynmapBlockScan/releases/download/v3.4-beta-1/DynmapBlockScan-3.4-beta-1-forge-1.18.jar', userName: '')]) pwsh returnStatus: true, script: 'echo "stop" | java -Xmx4G @libraries/net/minecraftforge/forge/1.18.2-40.1.25/unix_args.txt' logParser failBuildOnError: true, projectRulePath: 'Jenkinsparse', parsingRulesPath: 'Jenkinsparse', showGraphs: true, unstableOnWarning: true, useProjectRule: true - // fileOperations([fileDeleteOperation(excludes: '', includes: 'mods/DynmapBlockScan.jar')]) + fileOperations([fileDeleteOperation(excludes: '', includes: 'mods/DynmapBlockScan.jar')]) } } stage("deploy") {