Updated Jenkinsfile.
This commit is contained in:
parent
b14b036648
commit
70afaa8fe2
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -24,7 +24,6 @@ pipeline {
|
|||||||
sh "git clean -dfX"
|
sh "git clean -dfX"
|
||||||
zip archive: true, dir: 'curseforge', exclude: '', glob: '', zipFile: 'publish/RSEMCS.zip'
|
zip archive: true, dir: 'curseforge', exclude: '', glob: '', zipFile: 'publish/RSEMCS.zip'
|
||||||
zip archive: true, dir: 'server', exclude: '', glob: '', zipFile: 'publish/RSEMCS_server.zip'
|
zip archive: true, dir: 'server', exclude: '', glob: '', zipFile: 'publish/RSEMCS_server.zip'
|
||||||
fingerprint 'publish/*.zip'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user