Skip to content

Instantly share code, notes, and snippets.

@Citymonstret
Created March 24, 2019 14:40
Show Gist options
  • Select an option

  • Save Citymonstret/d6a83f922aba5f8d2342a7a53fb388ef to your computer and use it in GitHub Desktop.

Select an option

Save Citymonstret/d6a83f922aba5f8d2342a7a53fb388ef to your computer and use it in GitHub Desktop.
{
"jenkins_base": "https://ci.athion.net/",
"targets": [
{
"identifier": "3",
"types": [
{
"job_name": "PlotSquared-Legacy",
"identifier": "dev",
"versions": [
{
"identifier": "bukkit",
"artifact_pattern": "^PlotSquared-Bukkit-(?<version>[A-Za-z0-9.-]+).jar$"
},
{
"identifier": "nukkit",
"artifact_pattern": "^PlotSquared-Nukkit-(?<version>[A-Za-z0-9.-]+).jar$"
},
{
"identifier": "sponge",
"artifact_pattern": "^PlotSquared-Sponge-(?<version>[A-Za-z0-9.-]+).jar$"
}
]
}
]
},
{
"identifier": "4",
"types": [
{
"job_name": "PlotSquared-Breaking",
"identifier": "dev",
"versions": [
{
"identifier": "bukkit",
"artifact_pattern": "^PlotSquared-Bukkit-(?<version>[0-9.]+).jar$"
}
]
},
{
"job_name": "PlotSquared-Releases",
"identifier": "release",
"versions": [
{
"identifier": "bukkit",
"artifact_pattern": "^PlotSquared-Bukkit-(?<version>[0-9.-]+).jar$"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment