window.onload = function () { window.parent.postMessage(JSON.stringify(
{
"list": [
{
"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": "Kuisathaverat"}],
"comment": "List Jobs executed in a range of time",
"core": "1.609",
"name": "List executed Jobs",
"script": "jobExecutedInDateRange.groovy"
},
{
"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": "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": "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": "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": "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": "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": "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": "Mark Hudson"}],
"comment": "print list of plugins (optionally set build.displayName)",
"core": "0.601",
"name": "plugins lister",
"parameters": [],
"script": "pluglist_print.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": "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": "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": "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": "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": "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": "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": "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": "Nicolas Mommaerts"}],
"comment": "disables all jobs",
"core": "1.300",
"name": "disable all jobs",
"parameters": [],
"script": "disableAllJobs.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": "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"
},
{
"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": "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": "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": "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": "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": "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": "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": "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": "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": "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": [ {
"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": "Radek Antoniuk"}],
"comment": "check Plugin Update Server - workaround for JENKINS-27694",
"core": "1.300",
"name": "Check Update Server",
"parameters": [],
"script": "checkPluginUpdateServer.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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "Allan Burdajewicz"}],
"comment": "Report disabled and supported java security algorithms",
"core": "1.609",
"name": "Get java security algorithms",
"parameters": [],
"script": "getJavaSecurityAlgorithmReport.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": "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": "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": "GigaAKS"},
{"name": "Arun Sangal"}
],
"comment": "Disables Jenkins Hudson slave nodes gracefully - waits until running jobs are complete.",
"core": "1.350",
"name": "Disable Jenkins Hudson slaves nodes gracefully for all slaves starting with a given value",
"parameters": ["slaveStartsWith"],
"script": "disableSlaveNodeStartsWith.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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "Owen Wood"}],
"comment": "Add AnsiColor to all jobs",
"core": "1.409",
"name": "Add AnsiColor to all jobs",
"parameters": ["colorMapName"],
"script": "addAnsiColorToAllJobs.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": "Kuisathaverat"}],
"comment": "Sample groovy script to add credentials to Jenkins",
"core": "1.609",
"name": "add credentials",
"script": "addCredentials.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": "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": "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": "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": "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": "Amit Modak"}],
"comment": "Delete all global credentials in Jenkins",
"core": "1.625",
"name": "Delete all global credentials",
"parameters": [],
"script": "deleteAllGlobalCredentials.groovy"
}
],
"signature": {
"certificates": ["MIIFYTCCA0kCBQDerb7+MA0GCSqGSIb3DQEBDQUAMIGKMQswCQYDVQQGEwJVUzETMBEGA1UECAwKQ2FsaWZvcm5pYTERMA8GA1UEBwwIU2FuIEpvc2UxGDAWBgNVBAoMD0plbmtpbnMgUHJvamVjdDEaMBgGA1UEAwwRS29oc3VrZSBLYXdhZ3VjaGkxHTAbBgkqhkiG9w0BCQEWDmtrQGtvaHN1a2Uub3JnMB4XDTIyMDYwMTA3MTMxNloXDTIzMDYwMTA3MTMxNlowXjELMAkGA1UEBhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWExGDAWBgNVBAoMD0plbmtpbnMgUHJvamVjdDEgMB4GA1UEAwwXQ29tbXVuaXR5IFVwZGF0ZSBDZW50ZXIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC8Zs2Fw0XQjrB2fNQjRMMBYgApa75KeIvNgK38JGc9xiY/JgSLgCkzNMe3QZG8jwUsOO3CGRfp9M5S2pAxPhcGinWh7bbYAfuIpzbWZ6f+qFi17HPuwUQJmPOC+kZmxKwj1CezPpFZHRduQuQPf5E0EQdLHSF/FDcEOxYJEitBkJbD3OybbA1QDbu2mz77LKio1ZOCp6SuX6LB4N0ySZMEu5nJoCs3ISVS32Q8poVQkvMmB6MHof7Xs7Hkx5hajHOonMdqC027Q1sqHn5GoK1VTOYiOloRolKeH6Xszd28vTmeCMSu0TI4UNzIW+E5YgCt9O6qzV7eve4J7a4s7RT4R/aoUvPhDVavaxuUTJvFtBX+szYXygj6jNGKWsR3TZyIrqFvs+OQdWs9AZtSe0mI3xoeRyM4K6ELIblHXRpdzUsoeV48jMnegHqagtXAwTdUeki0LUMVo7dMk/Ek9Bl29WL8MvVXQ4um2NPzyI/NDzkVYWK7UlPxKlj6ewMyXHWpeCAsV5PwzfQnE5dH36g5oX5o2vVp5laEJbWpgacKtM4z6PlDYEVy6NsvSY4Q4WJRcf0+oW8B39AAK+39mjgqJ6ezp47p9m/l/2VZNqc4nrVB9RdOWdOXEfASbK3BWh6TG99QSnOmhDwlY8PVyqSYlXZriRug32qqHsSGpzcBCQIDAQABMA0GCSqGSIb3DQEBDQUAA4ICAQBniEu2FNft21CAFvtXsFFvBsto0wvRI0130W3i18viTrMCSWO/1gdov69mERzXq7HBV7Co2XKDXjANswMIeCIu4NokpZgvQPju7YNKMV3BG5/dD6hC2eHC26pXZiM3JqzLmk21ZzjY0DRT0Ol41GADEGEdn8Ost54Gj6ORpdyCG17cWpogrnokgr9vw9ZftvtcXiuv2SJYYzq/AYE8yl1iocIJKL5ylpWYGx15bGUu3H0rWRsZJMxhq1rZVphiXGFkNCjzkl8pdfb1t0zgZtAk2ywxrUwH85BObJIM6vvBx/tGcoOOpK0Z2BeSoLlh7eaQp08VNjjp0ARkEnC6v8dvjqrbxkjdoSfiH2mIpbTzqF6VuiVw2vVvGZ8hgfx5hinHNkjQAdaVzS+YEXHmb4dD4t6ImvPtYo+dlib+nqjMgQL7PgA6tMJgL47IFOSFXKBUdja9rHkdhrMAcJpbt35KWOkjx51sd23ddHDomfu6lijOADKsk8FCECKFjhiVf2yFxSmtyMEk1OLNDWDQHTdEcGkeXHW7IuBUCYjxAtv52ltTrmk/AMd8udtbV22yVq5RPX4lYUxSFMSadmZzHYCA/eZeD5ohn1vETWqzuHLJArBNRRCTvwlM3xKrVgZZzBlIJh/MqeQOiOkUYCPo+ImerTyjmwLJFGR/wb9zwLOpPg=="],
"correct_digest": "1QMCUnjbnKrX0qefitUvXBLmDRY=",
"correct_digest512": "349d39f28360a3d042a97577bc5ac3965906e2a7727fef300d00f2034ad2c5bb0dd8d689532754f0943a7b20b14434e9d3956618fcceec85dd76f9e5620a01f3",
"correct_signature": "WA8C/zoO0oKbtHlSk8r5e20WtoJHWO2KBajk0qVwwiQt7ZghfVIJGO4TQDLcLxnq56F98JukN8TQL39Op/OjEumvxMvpiZk0lp5YqZqgdcP36TGhwHvWhWW+EXGR+5q7O+pz7Pk4coZTeDB4wIO2jpMqeGNXJf3tCFgmbdelZyqRS3it53kFUBgMJkp95cgUHU0xgwF8ln1U2q1B6JX0FnLeX+cf6nQ6v/x7lOU2dyW0lM+egjQTx3m1KjF5TTapyJ8Zj9Qh8jn4RVaR4bx/ppyybbSvin2Pg3toKjeZR7w0oaT6R72U/3RHs08vSrFBgSuR30hQIvZ8HqcW6vDpbKEOeg76L3q/L4l2gj+DSZkp/QjBPr8llV3o8nhARC/lhu9MBVH8ncCH1tWFGuzx133IjuEjsz4w4GfxGRvyWe4H39iBCEGYjj9eYiza2j7eQsX+vGq4XZh49VEgwhQlT6afy8Z+Kr81fMstTecwe/5qLa71/YHY5jHyxqocL1SS6fybC6NPhSl2v7+SIT6/cdNts2rLEnb0NUCOpD8iWjVK36sOcLRmw6K8jHMz1boV6cUd0wZjnBurCYrlCFBATUKw5eHQ4yQfcP80QaEIyBMoKemJxGcWeZku9n6xUXX+ONYk4QgC5uJJBUi19+VhP36wfZRrynRaLhqaXqf1JW4=",
"correct_signature512": "9cacc08d832d5e119d78a1359192d19294f89e5e49f5d90246660962a497366029983752038dc336017e58f421cd22e5acb6eaaeda7a9cddb69b85d88bd112c07edd086298540916a829cc19d13f5d8a281fea0dfb302548391ada1b33e75a05d52ef931cf2ce8efc401622016ecd25ad577d79210bd0e09006c4de67bc132d23c39ea4d2d82ea36913b572f77b27c16955879f06c9cc21056769b51925c4cfe7ec10c57cbe85ea187530bec556fe765c3fd19e96f1303d789be0428e65e6bcfbbe2feea232178626c803d19b943325ef17af87bf34a795620fe9766ee0045763edc8c1fb61312f1f3dc8f98c5b87391c7947effed0e831008bd37d844e06975289e0033f101d2eeb566229a3c195673d3e6dc4b191cee5836e30bfa987faa5b53f243af7fce5f72c4d5287c2caff5a21131df50f28bf34a5641df691d0064da49ebe5f9baef6e0ab92c025b78b9aebd823b22bd3e33f8267da5d05019bef41ee35d63e5e08af75befe8737a2d91204e0f7c342d83fadd930eb14562df22589b00856ff420659f9160ceeacab3d7fc367b72f92b59da3fdb466ca121a0a3aeb1d1fa0562ee6e1fe2de4a6194e550593477a7ebdc25a4aa2195cfd98be0b6b721d52cafa67663c069fd4444eb65e6d677041c33341e83f677d1064c5ae9918f784c4b005b12173c1e2cd7562e07cee5d36d3d0b400d969bed8ae15b7f19a127e9",
"digest": "LkGI9PalKqCk9f5B37Du4PMaQrk=",
"digest512": "28cf5ff5a599e9837f8058a71070147ee0e702557b45e00c67db63a07a8a4b6b42e7caeae3de45c48becfa5ba165889b42f4ed045cbcd7bd6d5a4fee683d5286",
"signature": "MAHD/UWgZ0xuck85lOyslsL6UsxSubw//hVtN50gn1mskjnjOxPf2uET6pm231PCEnGWoNIyAiuAl/77BkOksL7u6YBatxSX4OuMQc/ZQpGeC8oJuXMLVQutJpwcewqX+kVKaEKkLIM+MQzRvroAEJpI+rQeroWWOZy/8Sg5VnR5hHSqzKcuD16cZqmxOVUQByD8lCsA3KFQhu6KjWKc+41VkJi778x+69hYELjq/GRB/Z0rrVnyiGmlXv81QCbIuMueIDQxRhv9GEqUN2l4bVf1qqgRnwueXKbqUMH5pcRmr5vgm2KQW0J+ONcAE1wJbXCkyLr6YZH6zzHWWhXJnG0y/V1eRleZtgAmfdt8XcDaqA9+u2s8d6y0Lf1c8w2W13m4COY13vlswyvqXodOBwIGe7ZxPm+lUx13OWG7AUdPgw4P4/Dx/J3zDNyFXB7XIFdAhXiUYn7aTup+dJHaV2XzUUUzRIYcYSmyuJHmQ0xAL3/vzc7f/YvhPXMl6ZxXIdG7Kte8bDK+7N65I5qLR2FSl48QiTcQAWBWfxwEkVeLokFQLSuAlbrcz50WeQzc5+gk5DF/wr+rQH3pMuoTkXE5s8jiPPv52dj99FqaCfAfK3EZxm9GFGgRFlwehcmgkq207ceb+c3pGmFWErZCEpls4G0+QsNmtnWwUUSWA5g=",
"signature512": "9eda8d87eec42dbdb59dcb1b68f9557dfa6ea2797b9b5cd49644ef1e233f74342d985d8ee8aea7acd012f5fe3c052f44099c8281a9ba62c47997f99529430e577823ab906d17f4a434ae70f64760308b872187a4ee91132a4ee8579f9f76d2c56eecd5c34038c98002ffacb4c63c07890b8e209ae536c119af36d2c706fc44783416d33f8fc596fc428329e68b898ececf5e3828a33ceb94d4dda913abcd2b000393a82684b189ee695f9d467747f3910f968d8df35abe6ae98f8ebc63e18c766af7c6d81d2544553ed9ee1a93d360bda0a2668f6814c88636a2f55f6c99f45a01100205f242506916dfd5f323726a8dd9c50b679fd5e2de9fccfd7f84781c5b14ed5ff7946983e1b7bd603b37ce6ddb875e3655d66824c94d9b8b75df77478657e2e58056e7ba5a647f11b3d9ee2578de1b026613331015812a2eafcd6529f22749abdad25ce2c5089008c304d02f194345499537a199e6c6994147f5bf8ea90ddd2460166bbcc9d81fbd23952f53c30ff05fdb27c10c612866643069840c1b4178901a722834474881d695259a3caa0f72133b23d559a2d68e51949a67c9bafd009dc092c21007dc9feba3f3c1c8aa498ead9cd82a921565641ab8ca850e4a8d6eb3b067237c98a2885b4d4ba0db19e9cce466152c5caa36b8d7999d14476ceaaf37c75857c8896957f696a481b37a4b7598dd7055c2aa1af8909ea2f2a415"
}
}
),'*'); };