window.onload = function () { window.parent.postMessage(JSON.stringify(
{
"list": [
{
"authors": [{"name": "Vincent Dupain"}],
"comment": "This script will go through all workspaces for all jobs and wipe them.",
"core": "1.499",
"name": "Wipeout Workspace",
"parameters": ["dryRun"],
"script": "wipeout-workspace.groovy"
},
{
"authors": [{"name": "Andy Pemberton"}],
"comment": "Shows the total number of nodes and executors on Jenkins",
"core": "1.350",
"name": "Count executors",
"parameters": [],
"script": "countExecutors.groovy"
},
{
"authors": [{"name": "Kristian Kraljic"}],
"comment": "Find all jobs with names matching the given pattern and builds them.",
"core": "1.409",
"name": "Build Jobs Matching Pattern",
"parameters": ["jobPattern"],
"script": "buildJobsMatchingPattern.groovy"
},
{
"authors": [
{"name": "Wisen Tanasa"},
{"name": "Benjamin Francisoud"}
],
"comment": "Hashify all SCM triggers. See JENKINS-17311.",
"core": "1.511",
"name": "Hashify All SCM Triggers",
"parameters": ["dry"],
"script": "hashifyAllScmTriggers.groovy"
},
{
"authors": [{"name": "Mark Hudson"}],
"comment": "print list of plugins (optionally set build.displayName)",
"core": "0.601",
"name": "plugins lister",
"parameters": [],
"script": "pluglist_print.groovy"
},
{
"authors": [ {
"email": "Andrei.Pozolotin@gmail.com",
"name": "Andrei Pozolotin"
}],
"comment": "returns reverse sorted git tag list, assuming X.Y.Z version format in the tag; for use with https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Dynamic+Parameter+Plug-in",
"core": "1.450",
"name": "Barchart : Git Tag List",
"parameters": ["paramTag"],
"script": "barchartGitTagList.groovy"
},
{
"authors": [{"name": "Kuisathaverat"}],
"comment": "Sample groovy script to add credentials to Jenkins's folder into global domain",
"core": "1.609",
"name": "add credentials to folder",
"script": "addCredentialsToFolder.groovy"
},
{
"authors": [{"name": "Allan Burdajewicz"}],
"comment": "Simple report of Installed/Disabled/Bundled/Failed/Forced by Pinning/Inactive plugins of a Jenkins Instance",
"core": "1.609",
"name": "Plugins Manager Simple Report",
"parameters": [],
"script": "pluginManagerSimpleReport.groovy"
},
{
"authors": [{"name": "Thomas Froehlich - mail@thomas-froehlich.net"}],
"comment": "This allows you to download a remote workspace folder and extract it to your present Jenkins.",
"core": "1.300",
"name": "sync two jenkins servers",
"parameters": [],
"script": "downloadRemoteWorkspace.groovy"
},
{
"authors": [{"name": "Luis del Toro"}],
"comment": "It will delete all views provided and optionally the jobs inside them (dry run mode available)",
"core": "2.0",
"name": "Bulk delete of views",
"parameters": [
"dry",
"views",
"deleteJobs"
],
"script": "BulkDeleteViews.groovy"
},
{
"authors": [{"name": "Arun Sangal"}],
"comment": "For a given job and a given build numnber, delete all build except the user provided one.",
"core": "1.410",
"name": "Bulk Delete Builds except the given build number",
"parameters": [
"jobName",
"buildNumber"
],
"script": "bulkDeleteJenkinsBuildsExceptOne.groovy"
},
{
"authors": [
{"name": "thosor"},
{"name": "AVee"}
],
"comment": "Batch switch svn jobs to a different branch. JobFilter and URL filter are regular expression to select Job/SVN urls to replace. newBranch is the new value to set, oldBranch is the expression to replace (defaults to '/branches/[^/]* /' which replaces the url part after branches. No actual changes will be made unless applyChanges is set to 'true'",
"core": "1.499",
"name": "svnChangeBranch",
"parameters": [
"jobFilter",
"urlFilter",
"newBranch",
"oldBranch",
"applyChanges"
],
"script": "svnChangeBranch.groovy"
},
{
"authors": [{"name": "Thomas Froehlich - mail@thomas-froehlich.net"}],
"comment": "zip a folder using AntBuilder",
"core": "1.300",
"name": "zip a folder",
"parameters": [],
"script": "zipFolder.groovy"
},
{
"authors": [{"name": "EJ Ciramella"}],
"comment": "This script will go through all workspaces for any/all jobs and remove them.",
"core": "1.300",
"name": "Workspace Cleaner",
"parameters": [],
"script": "workspace-cleaner.groovy"
},
{
"authors": [{"name": "Julien Carsique"}],
"comment": "Activate the <a href=\"https://wiki.jenkins-ci.org/display/JENKINS/JIRA+Plugin\">Jira plugin<\/a> publisher",
"core": "1.424",
"name": "Jira issue update publisher",
"parameters": [
"dryRun",
"jobs",
"jobsPattern"
],
"script": "jira-publisher.groovy"
},
{
"authors": [{"name": "Thomas Froehlich - mail@thomas-froehlich.net"}],
"comment": "This allows you to manipulate the build parameters and also add new ones depending on existing ones.",
"core": "1.300",
"name": "inject and manipulate build parameters",
"parameters": [],
"script": "injectAndManipulateBuildParameters.groovy"
},
{
"authors": [{"name": "Giacomo Boccardo"}],
"comment": "If for any reason (e.g., an incorrect global configuration) many builds of many jobs fail, you'd have to spend a lot of time cleaning them. This plugin removes, for each job, all the builds to the last successful and resets the number of the next build properly (lastSuccessful+1). It seems to work also for multi-configuration multi-module maven projects. It's possible to conduct a dry run test using a parameter (default true) you could never guess;)",
"name": "Maven Multi-module Jobs Disaster Recovery",
"parameters": ["dryRun"],
"script": "jMavenMultiModuleJobsDisasterRecovery.groovy"
},
{
"authors": [{"name": "Daniel PETISME <danielpetisme> <daniel.petisme@gmail.com>"}],
"comment": "Export the permissions defined in the <a href='https://wiki.jenkins-ci.org/display/JENKINS/Role+Strategy+Plugin'>role-strategy plugin<\/a> in a CSV format. <br />Further information in the ticket <a href='https://issues.jenkins-ci.org/browse/JENKINS-8075'>JENKINS-8075<\/a>",
"core": "1.424.2",
"name": "Export role-strategy permissions to CSV",
"parameters": [],
"script": "export-role-strategy-permissions-to-csv.groovy"
},
{
"authors": [
{"name": "Gareth Bowles"},
{"name": "Benjamin Francisoud"}
],
"comment": "Disable jobs that haven't had a successful build for at least X days (default 90).",
"core": "1.409",
"name": "Disable Broken Jobs",
"parameters": [
"dryRun",
"jobName",
"numberOfDays"
],
"script": "disableBrokenJobs.groovy"
},
{
"authors": [{"name": "Nicolas Mommaerts"}],
"comment": "disables all jobs",
"core": "1.300",
"name": "disable all jobs",
"parameters": [],
"script": "disableAllJobs.groovy"
},
{
"authors": [{"name": "Sebastian Schuberth"}],
"comment": "Searches job names and configurations for a matching plain text for regexp pattern",
"core": "1.300",
"name": "Search Job Configuration",
"parameters": [
"pattern",
"details",
"disabled"
],
"script": "searchJobConfiguration.groovy"
},
{
"authors": [{"name": "Amit Modak"}],
"comment": "This script ouputs a JSON-formatted listing of the next build numbers for all jobs recursively. If you are interested in only a subset of the jobs, please specify the root folder explicitly. The output JSON can be captured in a file, copied over to another Jenkins server and used with the setNextBuildNumbers.groovy script. The idea is to ensure that build numbers do not get reset to 1 when migrating jobs from one Jenkins server to another.",
"core": "1.625",
"name": "Print next build numbers for all jobs",
"parameters": ["rootItem"],
"script": "getNextBuildNumbers.groovy"
},
{
"authors": [{"name": "Zamir Ivry - zamir.ivry@gmail.com"}],
"comment": "This script will add git clean after checkout to all Jenkins items ",
"name": "add git clean before checkout",
"parameters": [],
"script": "addGitCleanCheckout.groovy"
},
{
"authors": [{"name": "Allan Burdajewicz"}],
"comment": "Check Jenkins can reach out to a Server via SSL. The script also reports all trusted certificates",
"core": "1.609",
"name": "Check SSL handshake with Server",
"parameters": ["serverUrl"],
"script": "checkSSLConnection.groovy"
},
{
"authors": [{"name": "Benjamin Francisoud"}],
"comment": "Delete jobs disabled and where last build is older than specified param",
"core": "2.0",
"name": "Bulk Delete Jobs",
"parameters": [
"dryRun",
"numberOfDays",
"excludeRegexp"
],
"script": "bulkDeleteJobs.groovy"
},
{
"authors": [{"name": "Allan Burdajewicz"}],
"comment": "Update the definition of Job Parameters (update or override existing)",
"core": "1.609",
"name": "Update Job Parameters",
"parameters": [
"jobName",
"paramName",
"paramDefaultValue"
],
"script": "updateJobParameterDefinition.groovy"
},
{
"authors": [{"name": "Dmitriy Slupytskyi"}],
"comment": "Disable and clean up workspace for jobs that were built more than 90 day ago",
"core": "1.300",
"name": "disable and clean up workspace for old jobs",
"parameters": [],
"script": "disableAndCleanUpOldJobs.groovy"
},
{
"authors": [
{"name": "Mestachs"},
{"name": "Dominik Bartholdi"}
],
"comment": "This script disables artifact archiving for maven projects, if you use an enterprise repository this rarely usefull.",
"core": "1.350",
"name": "Disable Maven Artifact Archiving",
"parameters": ["dryRun"],
"script": "disableAutomaticMavenArchiving.groovy"
},
{
"authors": [{"name": "Kuisathaverat"}],
"comment": "List Jobs executed in a range of time",
"core": "1.609",
"name": "List executed Jobs",
"script": "jobExecutedInDateRange.groovy"
},
{
"authors": [{"name": "Benjamin Francisoud"}],
"comment": "Prevent people from use their own login/password (which expire every X months therefore breaking build/jobs) and forcing usage of service accounts with no expiration limit",
"core": "1.642",
"name": "List and remove invalid credential not present in a whitelist regexp",
"parameters": [
"dryRun",
"whitelistRegexp",
"moreInfo"
],
"script": "removeInvalidCredentials.groovy"
},
{
"authors": [
{"name": "Mestachs"},
{"name": "Dominik Bartholdi"},
{"name": "Denys Digtiar"}
],
"comment": "Changes the config of the builds to discard old builds (only if no log rotation is configured).",
"core": "2.46.2",
"name": "Discard old builds",
"parameters": [
"dryRun",
"daysToKeep",
"numToKeep",
"artifactDaysToKeep",
"artifactNumToKeep"
],
"script": "discardOldBuilds.groovy"
},
{
"authors": [{"name": "Ray Kivisto"}],
"comment": "Update the Token for a specific credential ID for a VaultTokenCredential of https://plugins.jenkins.io/hashicorp-vault-plugin",
"core": "2.107.3",
"name": "Update a VaultTokenCredential of hashicorp-vault-plugin",
"parameters": [
"vaultCredentialID",
"newTokenValue"
],
"script": "vaultTokenCredential.groovy"
},
{
"authors": [{"name": "Niels Harremoes"}],
"comment": "If you accidently trigger a lot of unneeded builds, it is useful to be able to <b>cancel<\/b> them all",
"core": "1.300",
"name": "Clear build queue",
"parameters": [],
"script": "clearBuildQueue.groovy"
},
{
"authors": [{"name": "Kuisathaverat"}],
"comment": "Add a pre-build shell script step to all Maven and Frestyle Projects",
"core": "1.609",
"name": "Add a pre-build shell script step",
"parameters": ["filePath"],
"script": "addShellPreBuildStepToProject.groovy"
},
{
"authors": [{"name": "ITO Hayato"}],
"comment": "put disk usage info and check used percentage.",
"core": "1.300",
"name": "Check Disk Usage",
"parameters": [
"root",
"threshold"
],
"script": "checkDiskUsage.groovy"
},
{
"authors": [{"name": "Allan Burdajewicz"}],
"comment": "Check the .jar version and the java version of the Nodes against the Master versions",
"core": "1.609",
"name": "Check Nodes Version",
"parameters": [],
"script": "checkNodesLauncherVersion.groovy"
},
{
"authors": [{"name": "EJ Ciramella"}],
"comment": "This script will warn the user if any jobs have dependencies on other jobs and the trigger flow is a loop.",
"core": "1.300",
"name": "Warn if looped triggers",
"parameters": [],
"script": "warn-if-looped-triggers.groovy"
},
{
"authors": [
{"name": "GigaAKS"},
{"name": "Arun Sangal"}
],
"comment": "Disables Jenkins agent nodes gracefully - waits until running jobs are complete.",
"core": "1.350",
"name": "Disable Jenkins agent nodes gracefully for all slaves starting with a given value",
"parameters": ["slaveStartsWith"],
"script": "disableSlaveNodeStartsWith.groovy"
},
{
"authors": [{"name": "Kuisathaverat"}],
"comment": "Search for dead executors and throws away them and get a new ones.",
"core": "1.609",
"name": "Restart Dead Executors",
"script": "restartDeadExecutors.groovy"
},
{
"authors": [{"name": "Ben Walding (kuisathaverat)"}],
"comment": "It lists name and java version installed on each Agents",
"core": "1.609",
"name": "Show Agent Java Version",
"parameters": [],
"script": "showAgentJavaVersion.groovy"
},
{
"authors": [
{"name": "Andrew Bayer"},
{"name": "Sam Gleske"}
],
"comment": "Runs the log rotator for each job, purging old builds if needed.",
"core": "1.409",
"name": "Purge Old Builds",
"parameters": [],
"script": "purgeOldBuilds.groovy"
},
{
"authors": [{"name": "Kuisathaverat"}],
"comment": "Sample groovy script to add credentials to Jenkins",
"core": "1.609",
"name": "add credentials",
"script": "addCredentials.groovy"
},
{
"authors": [{"name": "Christian Haeussler - https://github.com/cniweb"}],
"comment": "List <b>all builds<\/b> from <b>all jobs<\/b> in your Jenkins server",
"core": "1.300",
"name": "List all builds from all jobs",
"parameters": [],
"script": "listAllBuilds.groovy"
},
{
"authors": [{"name": "Amit Modak"}],
"comment": "This script consumes a JSON-formatted input file the lists the next build numbers for a collection of jobs and sets the next build numbers of matching jobs as per the input file. The input JSON can be generated using the getNextBuildNumbers.groovy script. The idea is to ensure that build numbers do not get reset to 1 when migrating jobs from one Jenkins server to another.",
"core": "1.625",
"name": "Print next build numbers for all jobs",
"parameters": ["inputFilePath"],
"script": "setNextBuildNumbers.groovy"
},
{
"authors": [{"name": "Arnaud Héritier"}],
"comment": "Find all pipeline jobs running for at least a given amount of time (delay).",
"core": "1.612.1",
"name": "Find running pipeline jobs.",
"parameters": [],
"script": "findRunningPipelineJobs.groovy"
},
{
"authors": [{"name": "Radek Antoniuk"}],
"comment": "check Plugin Update Server - workaround for JENKINS-27694",
"core": "1.300",
"name": "Check Update Server",
"parameters": [],
"script": "checkPluginUpdateServer.groovy"
},
{
"authors": [{"name": "EJ Ciramella"}],
"comment": "This script came about because there were many jobs that were both scheduled to run @midnight AND were polling the scm truth server. Doing one or the other makes sense, but having polling AND @midnight doesn't. This script will iterate over all the projects and pull out the timer based trigger as well as set the minute interval for how often it should poll. Initially, I used this to move from a really slopply written polling interval string to */5 (run every 5 minutes).",
"core": "1.300",
"name": "Trigger Manipulator",
"parameters": [],
"script": "trigger-manipulator.groovy"
},
{
"authors": [{"name": "Owen Wood"}],
"comment": "Add AnsiColor to all jobs",
"core": "1.409",
"name": "Add AnsiColor to all jobs",
"parameters": ["colorMapName"],
"script": "addAnsiColorToAllJobs.groovy"
},
{
"authors": [{"name": "EJ Ciramella"}],
"comment": "This script was written to create NEW jobs based on a series of other jobs and append a version string to the name of the job. For instance, if you have foo, bar, bat jobs AND they've all been branched to support 2.0 work, you can feed this script the name and the version you'd like to create the jobs for. This will create the new jobs with the proper name and will make sure the Mercurial scm configuration is pointed at that new branch.",
"core": "1.300",
"name": "Clone Branches",
"parameters": [],
"script": "clonebranches.groovy"
},
{
"authors": [{"name": "Scott Hebert"}],
"comment": "This script is used to remove the static list of BuildsByBranch that is uselessly stored for each build by the Git Plugin. This is a workaround for the problem described here: https://issues.jenkins-ci.org/browse/JENKINS-19022 Updated to handle Matrix Project types. Updated to better support SCM Polling",
"core": "1.509.4",
"name": "Remove Git Plugin BuildsByBranch BuildData",
"parameters": [],
"script": "removeGitPluginBuildsByBranchBuildData.groovy"
},
{
"authors": [{"name": "Amit Modak"}],
"comment": "Configure maven auto-installer in Jenkins global configuration",
"core": "1.625",
"name": "Configure Maven Auto Installer",
"parameters": [],
"script": "configMavenAutoInstaller.groovy"
},
{
"authors": [{"name": "Emily Bache"}],
"comment": "stop and remove all docker containers, remove all dangling and SNAPSHOT images.",
"core": "1.300",
"name": "Purge Dockers",
"parameters": [],
"script": "purgeDockers.groovy"
},
{
"authors": [{"name": "Allan Burdajewicz"}],
"comment": "Print all the Git branches and repositories of jobs that have polling configured",
"core": "1.609",
"name": "Get all Polling Repos",
"parameters": [],
"script": "getGitPollingRepositories.groovy"
},
{
"authors": [{"name": "Eric Dalquist"}],
"comment": "Add jabber notifications to the specified jobs",
"core": "1.409",
"name": "Add Jabber Notification",
"parameters": [
"views",
"jobs",
"targets",
"strategy",
"notifyOnBuildStart",
"notifySCMCommitters",
"notifySCMCulprits",
"notifyUpstreamCommitters",
"notifySCMFixers"
],
"script": "addJabberNotification.groovy"
},
{
"authors": [{"name": "kuisathaverat"}],
"comment": "Iterate all EC2 Clouds and every template on them, to list the instances running",
"core": "2.32",
"name": "List EC2 Cloud instances",
"parameters": [],
"script": "listEC2Instances.groovy"
},
{
"authors": [{"name": "Christian Haeussler - https://github.com/cniweb"}],
"comment": "Disables <b>all jobs<\/b> in <b>all folders<\/b> in your Jenkins server",
"core": "1.300",
"name": "Disable all jobs in all folders",
"parameters": [],
"script": "disableAllJobsInAllFolders.groovy"
},
{
"authors": [{"name": "Thomas Froehlich - mail@thomas-froehlich.net"}],
"comment": "Reload the job config of a specific job.",
"core": "1.300",
"name": "reload job config",
"parameters": [],
"script": "reloadJobConfig.groovy"
},
{
"authors": [{"name": "Eric Dalquist"}],
"comment": "Update Email Recipients for multiple jobs/views",
"core": "1.409",
"name": "Update Email Recipients",
"parameters": [
"views",
"jobs",
"recipients"
],
"script": "updateEmailAddress.groovy"
},
{
"authors": [{"name": "kuisathaverat"}],
"comment": "Show Java Version used on job",
"core": "1.609",
"name": "Show Java Version of job",
"parameters": [],
"script": "showJavaVersionUseOnJob.groovy"
},
{
"authors": [{"name": "Allan Burdajewicz"}],
"comment": "Report disabled and supported java security algorithms",
"core": "1.609",
"name": "Get java security algorithms",
"parameters": [],
"script": "getJavaSecurityAlgorithmReport.groovy"
},
{
"authors": [{"name": "Thomas LÉVEIL"}],
"comment": "Modify the password for an existing credential identified by username",
"core": "1.609",
"name": "Change credential password",
"parameters": [
"username",
"password"
],
"script": "changeCredentialPassword.groovy"
},
{
"authors": [{"name": "Allan Burdajewicz"}],
"comment": "Interrupt Polling Threads running for a certain amount of time. Script based on a comment in JENKINS-5413.",
"core": "1.609",
"name": "Interrupt Polling Threads",
"parameters": ["duration"],
"script": "interruptPollingThreads.groovy"
},
{
"authors": [{"name": "Ray Kivisto"}],
"comment": "Update the Secret ID for a specific Role ID for a VaultAppRoleCredential of https://plugins.jenkins.io/hashicorp-vault-plugin",
"core": "2.107.3",
"name": "Update VaultAppRoleCredential of hashicorp-vault-plugin",
"parameters": [
"vaultRoleID",
"newSecret"
],
"script": "vaultAppRoleCredential.groovy"
},
{
"authors": [{"name": "Zamir Ivry - zamir.ivry@gmail.com"}],
"comment": "This script will add slack notifications with slack plugin version 1.8 ",
"name": "Add Slack notification",
"parameters": [],
"script": "addSlackNotification-1.8.groovy"
},
{
"authors": [{"name": "Giacomo Boccardo"}],
"comment": "Removes all the builds (modules included) of a given Maven Multi-module Project job ('jobName') and resets the number of the next build to 'newNextBuildNumber' (default 1). It's possible to conduct a dry run test using a parameter (default true) you could never guess ;)",
"name": "Maven Multi-Module Project Batch Builds Remover",
"parameters": [
"jobName",
"newNextBuildNumber",
"dryRun"
],
"script": "jMavenMultiModuleProjectBuildsCleaner.groovy"
},
{
"authors": [{"name": "Steffen Legler"}],
"comment": "Deletes Log-Files for a Job from the Build History.",
"core": "1.409",
"name": "Delete Logs from Build History",
"parameters": [
"jobName",
"period"
],
"script": "deleteBuildLogHistory.groovy"
},
{
"authors": [{"name": "EJ Ciramella"}],
"comment": "This script came about because there were many jobs that were disabled and interlaced between active jobs in the hundreds. If you don't want to set up a new view that lists out just the disabled (or never run) jobs, this is a quick fix that will provide counts at the end of the run.",
"core": "1.300",
"name": "List Disabled Jobs",
"parameters": [],
"script": "listdisabledjobs.groovy"
},
{
"authors": [{"name": "Allan Burdajewicz"}],
"comment": "Disable all the buildable projects inside a Folder (full name must be provided)",
"core": "1.609",
"name": "Disable All Jobs In Folder",
"parameters": ["folderFullName"],
"script": "disableJobsInFolder.groovy"
},
{
"authors": [{"name": "EJ Ciramella"}],
"comment": "This script will make sure ALL of your maven jobs are triggered by builds on any snapshot dependencies. There is a basic example of how to exclude jobs by name in the top of this script.",
"core": "1.300",
"name": "Trigger via Snapshot",
"parameters": [],
"script": "trigger-via-snapshot-deps.groovy"
},
{
"authors": [{"name": "Amit Modak"}],
"comment": "Delete all global credentials in Jenkins",
"core": "1.625",
"name": "Delete all global credentials",
"parameters": [],
"script": "deleteAllGlobalCredentials.groovy"
},
{
"authors": [{"name": "Andrew Bayer"}],
"comment": "For a given job and a given range of possible build numbers, delete those builds.",
"core": "1.409",
"name": "Bulk Delete Builds",
"parameters": [
"jobName",
"buildRange"
],
"script": "bulkDeleteBuilds.groovy"
},
{
"authors": [{"name": "Hans Schulz"}],
"comment": "Modify the secret text for an existing credential identified by the ID",
"core": "1.609",
"name": "Change secret text",
"parameters": [
"id",
"scope",
"secret"
],
"script": "changeSecretText.groovy"
},
{
"authors": [{"name": "Gareth Bowles"}],
"comment": "Find offline slaves with a given name prefix.",
"core": "1.409",
"name": "Find Offline Slaves",
"parameters": ["namePrefix"],
"script": "findOfflineSlaves.groovy"
},
{
"authors": [{"name": "Andrew Bayer"}],
"comment": "Find all jobs with names matching the given pattern and either disables or enables them, depending on the flag.",
"core": "1.409",
"name": "Disable/Enable Jobs Matching Pattern",
"parameters": [
"jobPattern",
"disableOrEnable"
],
"script": "disableEnableJobsMatchingPattern.groovy"
},
{
"authors": [
{"name": "Stefan Heintz"},
{"name": "Nico Mommaerts"},
{"name": "Rob Fagen"}
],
"comment": "Show an overview of all labels defined and which slaves have which labels",
"core": "1.300",
"name": "Show labels overview",
"parameters": [],
"script": "show-labels-overview.groovy"
},
{
"authors": [{"name": "Allan Burdajewicz"}],
"comment": "Get information about direct and recursive (JSON object) dependencies of/to a specific plugin.",
"core": "1.609",
"name": "Plugin Dependencies Report",
"parameters": ["pluginShortName"],
"script": "pluginDependenciesReport.groovy"
},
{
"authors": [{"name": "Emily Bache"}],
"comment": "remove specified packages from m2 repo. Pass parameters to narrow down what's deleted: 'com.example.package1 com.example.package2'",
"core": "1.300",
"name": "Purge M2 repo",
"parameters": ["packages"],
"script": "purgeM2Repo.groovy"
}
],
"signature": {
"certificates": ["MIIFqjCCA5KgAwIBAgIFAN6tvwMwDQYJKoZIhvcNAQENBQAwgYoxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApDYWxpZm9ybmlhMREwDwYDVQQHDAhTYW4gSm9zZTEYMBYGA1UECgwPSmVua2lucyBQcm9qZWN0MRowGAYDVQQDDBFLb2hzdWtlIEthd2FndWNoaTEdMBsGCSqGSIb3DQEJARYOa2tAa29oc3VrZS5vcmcwHhcNMjQwNDAzMTAwOTA2WhcNMjUwNDAzMTAwOTA2WjBeMQswCQYDVQQGEwJVUzETMBEGA1UECAwKQ2FsaWZvcm5pYTEYMBYGA1UECgwPSmVua2lucyBQcm9qZWN0MSAwHgYDVQQDDBdDb21tdW5pdHkgVXBkYXRlIENlbnRlcjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMLZKgXJ8qD5lmUdWbwdv85gtbVYnqmNoPdWIeJJ/Oq692/toTgIsnUMRKKXCTT1KN6YcBdHa3NbEA4tABHfKmQTDzKxx0zmT1omLtj+ZM/Z0jwgm5DX8Obqkij8YDnOIEpOVdtPQ92THfpbfIaUDgagOMYHOrMtMHYneVJgx9thymTsNkTqrHGM+KHZISpBFuTbTIjUgtUfHx8Fps8U29Z7E0snHxSZ+IenLFGu9LqSrwYYs5m5nX/tjYZo21NYj9JV5636XMeVu/G1iWIkhcu1ahCYGnSytXx5Z5rhUIw6V48wqRVYSSRrcLvKf8bUx2yDkVouEvpXTjvtSJQmj4kYuvchw+D+1TO8FCbmeghDGRNIy+ifokI0Q/nJmTF+5ywOhjgKKTCfxE5TzgcHhMePCZXQ2mcjqWFtLiEZXsQK+0g3euLPkocte4/7mxwAhb9O5k5JyJYNuC/aes2YM3gC2Fb9P8GD0tjk5iKXPs5MoTJmwFoFce+dfZXGmVucZN731+Sh1YaGF0a5OF8Jv4AtmRmv95472KfLKgKQri3C300HBfG3V+8FYTuTz9K9Qwy5ExKhKbwwtWvcAVw7bs66exfDsKUGTgndzqlDU/4rJ8enlhqqIto+EOoeZJnogLFwUCMBN2WAFZCUpstwXRTopi5GDKWZ7QUAtXt0jLqJAgMBAAGjQjBAMB0GA1UdDgQWBBRy9sXVTf3tZ4BG3PPeqt2fUGfOKjAfBgNVHSMEGDAWgBQRxuXUMC3pVcYBtWtQctI2frQBhzANBgkqhkiG9w0BAQ0FAAOCAgEAxGEd64ECpbEf8M0AWIWOrBeiGOW51knZDrz7V5lNbtFDsNf/XHa/YjiSBaGWZLfgFmvhxLsf3/I+dNuF5YFnQvo8w2JqwI/jjnoC3JUsOHpeZj7gRSOe/NpbM5UjcCGLPlLMPCduUDH6jkiLhcvrX6Tz0o/WzxaWoYovypswscWjql9qra5ri1von3KjusJckTdlS23JuK98npbIkdGPxA8qW8T/OS4uFBj+6IzMpdxEHSVLYKPivnmEn8kBVK257Bl1GdgdhPRXEPJBFRLI4cn9aoI1JvbzVd8THWO5vfbpOWbcbBQuxP0sTMdc0mk3hAIGhmOsLmbo/ONs89VEQFp5NGA5/dWVU0rV+vfPYyh0GtQqRORfgj35oTrYP05rgnFwy74mIlJqGsbMQHE++HKR634yCR5huzyzIk2hjrXFcZ/r2Aybt1v2o34K8LIgzObndQo8v/x7SptDFKa+9bxj+evn0LAzHGr/y8ALo7ePs5jn00ERrCt4FM8QBDMYPBd+/JeNIkCqaQ+TVSDpXXO60TlFInmiZyAoI2Chq/6yPpVB25R6MkeB3W3jtL2V/D619rF3r3QUpIna82XI3/Eqb6Xx8KnpGkKsTb3tJd3L8A28KSd5MLd7flKylb4dm4ojobRGUeshAlhMP1NZlpBL8lRon+fhgi+wHnupL1A="],
"correct_digest": "6J0q9HVo8jl4wcKrir3ju2BY6C0=",
"correct_digest512": "b67ee269f3a1eca1209896cc9a47016abd677a5de0e4900f12d007f5a144335cdaf75d10cfaf7b4f7139b9ef0ec9cbe5ce914d5962ccacb6bc84ed33a59e0f04",
"correct_signature": "EG9m5jACrD2Malh/9o5PsMd29j3bdk8mjOoC2aMyMQa++4iYDPFX6uxuLZnpZjI+SKUl/8WGBvS580rN7utwKpUnHb0FDxeol19hJ0DYTF8gh+NZ7NSUXVijNLRwPibh0kUpqarlXregB5WfhT41xgydoglSNHn4UpuQ/3iMZa2Z5ge9C2qVEnInnqRVkbfHqkhj93AqIYlnyK19b0Ef3KDZzDZBtSaIrxjLge2KTWQf3M0XHjAp5gVe0hPLjRzhpvVCS5fnCViy/7k9r5zddJCwVzmMT4p8XPsDbygWw1HrXW16z/TjNtAjwEUB5KVbXnw7YxKC4RHlKLSWUunephZeStclFZhE3/UyZOJvBBjOhsxQUunpJg+tsPfmj9IqZvbgfXuWbUXln/41G9XGdo2wmVmYOdwV10gdjUctjBLsIvkYF+EAQgPbek554xhXwITVmZyfOAYOvy72T+Yqhi1hYjHwgCvRJe67Ma7ZcTYlhCnikxRBBX6nXTf2dqxSMe9S1iPruSAJJPF2244CJtFseOSB/Bfq4A4abEu/DgVFzKb5QiBisYdYfXNia1c4P+V1DO8vzXbSFtpvVZxYhfSwzqjPQ8CfouS3b8n2vCu8TDYIv9BeLkJD4nYbuRN3G15lLaFa2vMkh64+OtmaNKIg5/sP7ZaBZR4FYvBYJNw=",
"correct_signature512": "492bb4edd57d06dabb810eaa22fc8644d17a565ce7c124c452ac8151a29f9de3727e1a1a1ba8b81c531459fbd059d8ff1b5002d57ef1251d3becc3167aa47b7afec922ac09939452c6c5ca6482e933ea6ea1cb6604f340e06b18325973764fe42a9ee5bc02a46453ff9b4d0a12cee83ee9a5847fdfa6cbb3fc355abd3e6ca19ad3c6962a7bf57c82b888902cc82bd4b9f71decd773b1d4f3ba31fecc3998f09f14691b229d5c402f0dfe3f60857917ff17ba99e8d03377403630c1c66c296b963c5d43b7223ba822d8366a85541e6eed3dd0363469fd428b30b9da087dd2fc80b8df7759c75ea560d168efaf0a2fbde0a62b4eb27b8ed039c22a4fed1a240381747b43fd6765073bc455c933648b258935bffb2a86367b78fd1ed69d787b851f7e552fe5c2429c18db3bab420623a791540f54dbdc7492350fe1f24f57d8762e896fca32dec51227090c8c4d5160d8f7c57b6cff2204f407c4cdf656c21c76aab480a00797150a3bd024789036e4885b22d612f7c04f2f698e73489c3f7491e9ecfaf08a207b70f6941b44ff11cfcfd00a5c6c17bfaa2ebc2f36950bb92ca2a90780b1237e43b61f4c58a3961c256962f9bafcbe505e68794c5be136fc05b25d62d1cc53c717ad2e1ed5daf7733f76a3f4849708f2d78fdce0f7ba2afe063bcf75d2f33a713d92952b440757baded05495fb12605e6c4e2d08e9a23432affc65",
"digest": "TQZjzM2zq4ck71Vuu7j1y66SRyA=",
"digest512": "ea2ea0602e69d5602846e969ca85938df3ddad47e92e02d9801207ae76f74e0a0e395aa7068a1c563e3769930c4c674b553e309c8d9ce5817a104bf72122392b",
"signature": "CRiM0mIs0WPiMMrCl1ltoixSFI8x6SiwQ24a3cjmteXLPa2eiwAScO/Q3GKLAe2Q2xsaExUJk4QTw1TbkHc3nXopVc84Z+vIFyNNWyqnEDHvO0kxYiNQsChLkU11t5ASHHQwlCKOMl5zZzQADpyAqQdBK+JNapekklo0osUOd3DdcXL8g41y0Lqgm6YtS2QdCnFWRYfUWoFfVuV0IP0csEb69nevWJFibbv8DZim8kN4IMA/+Um4ZDT+EFpIcNdveDy6w9xWmr/U1aiDTQ744h17Hs68jk5kqCE/d4crSev8vQmXIg52c2ck5tSEMWGcyzoP++1MjzVORmLbe3EQNbuUXyVuvvEtS4vJG12qCQjV/c1M4lQAnPXd1SX9nc/rKqNwW+VmlwHBdw6SsNkqbKgs/MvYddUBQm2+ZLLl2/3tu/GTeE8iS84PHTRJsDN+9EBrrz5UGBGXNsEjp7xrMgxoUWkZPrVdmCsUqvtxQGmHT3+3nsQ6mHrtqPNnatJo4JUI5pRPxL78XKz/awCWEvOM5RkCrYipZAqx3k2LBBXUAIRK9vlFDezP9jK8pdZVExJsJaxq1qKAr2QZl+lL4TBpBQi4T9USYfV8ms7PdoRDreTlS4PD0Glu8BDTwXQZkxfmihKMsV6MWafpOTc6vYjiM2dASzm7aG15aCzqf2o=",
"signature512": "b8bca30b7f168323daad7c7ba02b1c7a0375b6ae821c19975b995f7815a4d6df03684e3f88d5be745ed043492ce2a4887b1dc98dc0f7f0e6529404be6661d87153f1390d5dc1ff080c98d4eb9e4e758f82f9407454e50a45dd7c05f07105585d6eb0f51474a4f45f0667d5937f9493d4bc5be54526e07e4d4bed2a451ddf07db712940ad04c15bcac5d653f52d71dd574997b061e879899d5375d621e11ef8338f01693a48ce86b3c63069c7079c6f96ce2e0a67337b0ff12b40943aac86113e637ca67addc0f9a1bd9e8a5449a50836aeb600b532fff5229f7636f582a76739c14a8bc2d319bea17b7640d690d1652d3874f593762eb05adbb108a8b00a11d83f888758a8f679dfae258e19c80a9d0fda40a2c442378ad072bd1613d8c0dcce71e7d287fd6e67c05a4a9c5772d18cf5329bda98a7c397c5b7f6bbce7d8c6eb25eefcc270b285f9e57b42ff8b96db6d5f814b74cc1734f919e15c0131eaf618e8e8392a40813344ba117e947109d7ffc9cf8cbea40f0275704cc7b335d2e77aec35a4df20add7d7f30e0223a0a5c7d396ce2f0596c1b71b05874a34ceb0a999a6ac0a5f08e443e78eba71c3e50cd8a3264b513cbb3ad8d1ba4b497f67f9b37cd9aa6cfadbdf53e5225bb521b3c6fce315d152a494795908db7e0725ba12a347e2ec7266dfb612ce0647e37adf96170cc6c5aed8e8046fc1919d0a274a7169418"
}
}
),'*'); };