Skip to content

Commit

Permalink
Use ProtocolLib jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Doridian committed Nov 26, 2023
1 parent f7493f5 commit ceedc0f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docker/updater/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ export const config: {
type: 'jenkins_artifact',
url: 'https://ci.codemc.io/',
},
dmulloy2_jenkins: {
type: 'jenkins_artifact',
url: 'https://ci.dmulloy2.net/',
},
},
items: [
{
Expand Down Expand Up @@ -64,11 +68,11 @@ export const config: {
},
},
{
repository: 'github_release',
source: 'dmulloy2/ProtocolLib',
destination: 'plugins/ProtocolLib.jar',
repository: 'dmulloy2_jenkins',
source: 'job/ProtocolLib',
destination: 'plugins/ProtocolLib.jar',
params: {
asset: 'ProtocolLib.jar',
artifactRegex: '^ProtocolLib\\.jar$',
},
},
{
Expand Down

0 comments on commit ceedc0f

Please sign in to comment.