Reporting Period: February 9 to June 21, 2026 (19 weeks)
Organization Size: 11 people
Contents: Executive Summary · Adoption Tree · Not Yet Active · Full Table
Reporting Period: February 9 to June 21, 2026 (19 weeks)
Organization Size: 11 people
Contents: Executive Summary · Adoption Tree · Not Yet Active · Full Table
Reporting Period: February 9 to June 21, 2026 (19 weeks)
Organization Size: 31 people
Contents: Executive Summary · Adoption Tree · Not Yet Active · Full Table
| # Bedrock Usage Report - Anthony Aquilio's Organization | |
| **Reporting Period:** February 9 to June 7, 2026 (17 weeks) | |
| **Organization Size:** 157 people | |
| **Contents:** [Executive Summary](#executive-summary) · [Adoption Tree](#adoption-tree) · [Not Yet Active](#users-not-yet-active) · [Full Table](#usage-by-team-member) | |
| ## Executive Summary |
| * Java source, ASCII text | |
| import org.apache.commons.io.FileUtils; | |
| import org.junit.Before; | |
| import org.junit.Rule; | |
| import org.junit.Test; | |
| import org.junit.rules.TemporaryFolder; | |
| import javax.annotation.Nonnull; | |
| import java.io.File; | |
| import java.io.IOException; |
Démarré par l'utilisateur admin
java.lang.IllegalArgumentException
at org.kohsuke.asm5.ClassReader.<init>(ClassReader.java:170)
at org.kohsuke.asm5.ClassReader.<init>(ClassReader.java:153)
at org.jenkinsci.bytecode.helper.ClassLoadingReferenceTypeHierachyReader.reader(ClassLoadingReferenceTypeHierachyReader.java:64)
at org.jenkinsci.bytecode.helper.TypeHierarchyReader.hierarchyOf(TypeHierarchyReader.java:176)
at org.jenkinsci.bytecode.helper.ClassLoadingReferenceTypeHierachyReader.hierarchyOf(ClassLoadingReferenceTypeHierachyReader.java:39)
at org.jenkinsci.bytecode.helper.TypeHierarchyReader$TypeHierarchy.isAssignableFrom(TypeHierarchyReader.java:321)
at org.jenkinsci.bytecode.helper.TypeHierarchyReader$TypeHierarchy.isAssignableFromAnyInterfaceImplementedBy(TypeHierarchyReader.java:329)
| import groovy.json.* | |
| def slurper = new groovy.json.JsonSlurper() | |
| def result = slurper.parse(new File('jvms.json')) | |
| def vget(def map, def key) { | |
| map.get(key) ?: "0" | |
| } | |
| final def JVM_VERSIONS = ["1.5", "1.6", "1.7", "1.8", "1.9"] |
| def generatedItemNames = | |
| Jenkins.instance.getExtensionList('javaposse.jobdsl.plugin.DescriptorImpl')[0].generatedJobMap.keySet() | |
| def adminItems = Jenkins.instance.items | |
| .findAll { it.name.startsWith('admin-') || it.name.startsWith('forge-') || it.name.contains('marmotte') } | |
| .collect { it.name } | |
| def nonDslized = adminItems | |
| .findAll { !generatedItemNames.contains(it) } |
| def someMap = [ | |
| 'key1': "value", | |
| 'key2': 142.1 | |
| ] | |
| def json = new groovy.json.JsonBuilder() | |
| json rootKey: someMap | |
| println "json output: " |
| { | |
| "busyExecutors": 0, | |
| "computer": [ | |
| { | |
| "actions": [], | |
| "displayName": "maître", | |
| "executors": [ | |
| {}, | |
| {} | |
| ], |
| cat repos.jenkins| jq -r '.[] | "\(.name) \(.has_issues)"' | grep -e '-plugin' | grep true | sort | sed 's/ true//' | |
| allure-plugin | |
| antexec-plugin | |
| appdynamics-plugin | |
| archived-artifact-url-viewer-plugin | |
| artifact-promotion-plugin | |
| audit2db-plugin | |
| aws-beanstalk-publisher-plugin | |
| aws-credentials-plugin | |
| azure-publishersettings-credentials-plugin |