Updated Jenkinsfile to publish HTML mod list file.
This commit is contained in:
parent
0879be5fa2
commit
9a9839cceb
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -23,6 +23,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh "git clean -dfX"
|
sh "git clean -dfX"
|
||||||
sh "rm -rf server/world"
|
sh "rm -rf server/world"
|
||||||
|
publishHTML([allowMissing: false, alwaysLinkToLastBuild: false, keepAll: false, reportDir: 'curseforge/', reportFiles: 'modlist.html', reportName: 'Mod List', reportTitles: ''])
|
||||||
zip archive: true, dir: 'curseforge', exclude: '', glob: '', overwrite: true, zipFile: 'publish/RSEMCS.zip'
|
zip archive: true, dir: 'curseforge', exclude: '', glob: '', overwrite: true, zipFile: 'publish/RSEMCS.zip'
|
||||||
zip archive: true, dir: 'server', exclude: '', glob: '', overwrite: true, zipFile: 'publish/RSEMCS_server.zip'
|
zip archive: true, dir: 'server', exclude: '', glob: '', overwrite: true, zipFile: 'publish/RSEMCS_server.zip'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user