Updated version run in pipeline and powershell script.

This commit is contained in:
Harrison Deng 2022-05-25 13:35:28 -05:00
parent 569ea0e520
commit d36a070c0d
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -28,7 +28,7 @@ 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: '')])
pwsh returnStatus: true, script: 'echo "stop" | java -Xmx4G @libraries/net/minecraftforge/forge/1.18.2-40.1.19/unix_args.txt'
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')])
}

View File

@ -1 +1 @@
java "@user_jvm_args.txt" "@libraries/net/minecraftforge/forge/1.18.2-40.1.19/unix_args.txt" $args
java "@user_jvm_args.txt" "@libraries/net/minecraftforge/forge/1.18.2-40.1.25/unix_args.txt" $args