Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nrayapati
Last active April 24, 2020 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nrayapati/3cbf84213be6d492d334be1802f65349 to your computer and use it in GitHub Desktop.
Save nrayapati/3cbf84213be6d492d334be1802f65349 to your computer and use it in GitHub Desktop.
Jenkins starup errors 2.231, error.log and also please check plugins.txt for plugin versions
2020-04-24 20:08:03.716+0000 [id=1] INFO org.eclipse.jetty.util.log.Log#initialized: Logging initialized @738ms to org.eclipse.jetty.util.log.JavaUtilLog
2020-04-24 20:08:03.830+0000 [id=1] INFO winstone.Logger#logInternal: Beginning extraction from war file
2020-04-24 20:08:03.873+0000 [id=1] WARNING o.e.j.s.handler.ContextHandler#setContextPath: Empty contextPath
2020-04-24 20:08:03.981+0000 [id=1] INFO org.eclipse.jetty.server.Server#doStart: jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
2020-04-24 20:08:04.313+0000 [id=1] INFO o.e.j.w.StandardDescriptorProcessor#visitServlet: NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet
2020-04-24 20:08:04.374+0000 [id=1] INFO o.e.j.s.s.DefaultSessionIdManager#doStart: DefaultSessionIdManager workerName=node0
2020-04-24 20:08:04.375+0000 [id=1] INFO o.e.j.s.s.DefaultSessionIdManager#doStart: No SessionScavenger set, using defaults
2020-04-24 20:08:04.379+0000 [id=1] INFO o.e.j.server.session.HouseKeeper#startScavenging: node0 Scavenging every 660000ms
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/var/jenkins/war/WEB-INF/lib/xstream-1.4.7-jenkins-1.jar) to field java.util.TreeMap.comparator
WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2020-04-24 20:08:04.902+0000 [id=1] INFO hudson.WebAppMain#contextInitialized: Jenkins home directory: /var/jenkins found at: EnvVars.masterEnvVars.get("JENKINS_HOME")
2020-04-24 20:08:05.233+0000 [id=1] INFO o.e.j.s.handler.ContextHandler#doStart: Started w.@1e287667{Jenkins v2.231,/,file:///var/jenkins/war/,AVAILABLE}{/var/jenkins/war}
2020-04-24 20:08:05.298+0000 [id=1] INFO o.e.j.server.AbstractConnector#doStart: Started ServerConnector@38425407{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
2020-04-24 20:08:05.298+0000 [id=1] INFO org.eclipse.jetty.server.Server#doStart: Started @2323ms
2020-04-24 20:08:05.299+0000 [id=23] INFO winstone.Logger#logInternal: Winstone Servlet Engine running: controlPort=disabled
2020-04-24 20:08:05.785+0000 [id=30] INFO jenkins.InitReactorRunner$1#onAttained: Started initialization
2020-04-24 20:08:06.732+0000 [id=30] WARNING hudson.ClassicPluginStrategy#createClassJarFromWebInfClasses: Created /var/jenkins/plugins/toolenv/WEB-INF/lib/classes.jar; update plugin to a version created with a newer harness
2020-04-24 20:08:08.378+0000 [id=35] WARNING hudson.ClassicPluginStrategy#createClassJarFromWebInfClasses: Created /var/jenkins/plugins/job-dsl/WEB-INF/lib/classes.jar; update plugin to a version created with a newer harness
2020-04-24 20:08:08.515+0000 [id=36] WARNING hudson.ClassicPluginStrategy#createClassJarFromWebInfClasses: Created /var/jenkins/plugins/email-ext-recipients-column/WEB-INF/lib/classes.jar; update plugin to a version created with a newer harness
2020-04-24 20:08:09.937+0000 [id=30] WARNING hudson.ClassicPluginStrategy#createClassJarFromWebInfClasses: Created /var/jenkins/plugins/jquery-ui/WEB-INF/lib/classes.jar; update plugin to a version created with a newer harness
2020-04-24 20:08:13.862+0000 [id=33] WARNING hudson.ClassicPluginStrategy#createClassJarFromWebInfClasses: Created /var/jenkins/plugins/saferestart/WEB-INF/lib/classes.jar; update plugin to a version created with a newer harness
2020-04-24 20:08:13.984+0000 [id=33] INFO jenkins.InitReactorRunner$1#onAttained: Listed all plugins
2020-04-24 20:08:15.359+0000 [id=37] WARNING j.t.i.j.MissingClassTelemetry#reportException: Added a missed class for missing class telemetry. Class: javax.annotation.Nonnull
java.lang.ClassNotFoundException: javax.annotation.Nonnull
at jenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1387)
at jenkins.util.AntClassLoader.findClass(AntClassLoader.java:1342)
at jenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1089)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:398)
at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:114)
at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:125)
at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)
at java.base/sun.reflect.annotation.AnnotationParser.parseSig(AnnotationParser.java:440)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotation2(AnnotationParser.java:242)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:121)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:73)
at java.base/java.lang.reflect.Executable.declaredAnnotations(Executable.java:604)
at java.base/java.lang.reflect.Executable.declaredAnnotations(Executable.java:602)
at java.base/java.lang.reflect.Executable.getAnnotation(Executable.java:572)
at java.base/java.lang.reflect.Method.getAnnotation(Method.java:695)
at java.base/java.lang.reflect.AnnotatedElement.isAnnotationPresent(AnnotatedElement.java:274)
at java.base/java.lang.reflect.AccessibleObject.isAnnotationPresent(AccessibleObject.java:517)
at org.jvnet.hudson.annotation_indexer.Index$2$1.listAnnotatedElements(Index.java:119)
at org.jvnet.hudson.annotation_indexer.Index$2$1.fetch(Index.java:103)
at org.jvnet.hudson.annotation_indexer.Index$2$1.hasNext(Index.java:73)
at org.jvnet.hudson.annotation_indexer.SubtypeIterator.fetch(SubtypeIterator.java:18)
at org.jvnet.hudson.annotation_indexer.SubtypeIterator.hasNext(SubtypeIterator.java:28)
at hudson.init.TaskMethodFinder.discoverTasks(TaskMethodFinder.java:56)
at hudson.init.InitializerFinder.discoverTasks(InitializerFinder.java:33)
at hudson.PluginManager$2$1$3.run(PluginManager.java:587)
at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:296)
at jenkins.model.Jenkins$5.runTask(Jenkins.java:1132)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:214)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
2020-04-24 20:08:15.368+0000 [id=37] WARNING j.t.i.j.MissingClassTelemetry#reportException: Added a missed class for missing class telemetry. Class: javax.annotation.Nonnull
java.lang.ClassNotFoundException: javax.annotation.Nonnull
at jenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1387)
at jenkins.util.AntClassLoader.findClass(AntClassLoader.java:1342)
at jenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1089)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:398)
at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:114)
at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:125)
at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)
at java.base/sun.reflect.annotation.AnnotationParser.parseSig(AnnotationParser.java:440)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotation2(AnnotationParser.java:242)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:121)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:73)
at java.base/java.lang.reflect.Executable.declaredAnnotations(Executable.java:604)
at java.base/java.lang.reflect.Executable.declaredAnnotations(Executable.java:602)
at java.base/java.lang.reflect.Executable.getAnnotation(Executable.java:572)
at java.base/java.lang.reflect.Method.getAnnotation(Method.java:695)
at java.base/java.lang.reflect.AnnotatedElement.isAnnotationPresent(AnnotatedElement.java:274)
at java.base/java.lang.reflect.AccessibleObject.isAnnotationPresent(AccessibleObject.java:517)
at org.jvnet.hudson.annotation_indexer.Index$2$1.listAnnotatedElements(Index.java:119)
at org.jvnet.hudson.annotation_indexer.Index$2$1.fetch(Index.java:103)
at org.jvnet.hudson.annotation_indexer.Index$2$1.hasNext(Index.java:73)
at org.jvnet.hudson.annotation_indexer.SubtypeIterator.fetch(SubtypeIterator.java:18)
at org.jvnet.hudson.annotation_indexer.SubtypeIterator.hasNext(SubtypeIterator.java:28)
at hudson.init.TaskMethodFinder.discoverTasks(TaskMethodFinder.java:56)
at hudson.init.InitializerFinder.discoverTasks(InitializerFinder.java:33)
at hudson.PluginManager$2$1$3.run(PluginManager.java:587)
at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:296)
at jenkins.model.Jenkins$5.runTask(Jenkins.java:1132)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:214)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
2020-04-24 20:08:15.372+0000 [id=37] WARNING j.t.i.j.MissingClassTelemetry#reportException: Added a missed class for missing class telemetry. Class: javax.annotation.Nonnull
java.lang.ClassNotFoundException: javax.annotation.Nonnull
at jenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1387)
at jenkins.util.AntClassLoader.findClass(AntClassLoader.java:1342)
at jenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1089)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:398)
at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:114)
at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:125)
at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)
at java.base/sun.reflect.annotation.AnnotationParser.parseSig(AnnotationParser.java:440)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotation2(AnnotationParser.java:242)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:121)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:73)
at java.base/java.lang.reflect.Executable.declaredAnnotations(Executable.java:604)
at java.base/java.lang.reflect.Executable.declaredAnnotations(Executable.java:602)
at java.base/java.lang.reflect.Executable.getAnnotation(Executable.java:572)
at java.base/java.lang.reflect.Method.getAnnotation(Method.java:695)
at java.base/java.lang.reflect.AnnotatedElement.isAnnotationPresent(AnnotatedElement.java:274)
at java.base/java.lang.reflect.AccessibleObject.isAnnotationPresent(AccessibleObject.java:517)
at org.jvnet.hudson.annotation_indexer.Index$2$1.listAnnotatedElements(Index.java:119)
at org.jvnet.hudson.annotation_indexer.Index$2$1.fetch(Index.java:103)
at org.jvnet.hudson.annotation_indexer.Index$2$1.hasNext(Index.java:73)
at org.jvnet.hudson.annotation_indexer.SubtypeIterator.fetch(SubtypeIterator.java:18)
at org.jvnet.hudson.annotation_indexer.SubtypeIterator.hasNext(SubtypeIterator.java:28)
at hudson.init.TaskMethodFinder.discoverTasks(TaskMethodFinder.java:56)
at hudson.init.InitializerFinder.discoverTasks(InitializerFinder.java:33)
at hudson.PluginManager$2$1$3.run(PluginManager.java:587)
at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:296)
at jenkins.model.Jenkins$5.runTask(Jenkins.java:1132)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:214)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
2020-04-24 20:08:15.374+0000 [id=37] WARNING j.t.i.j.MissingClassTelemetry#reportException: Added a missed class for missing class telemetry. Class: javax.annotation.Nonnull
java.lang.ClassNotFoundException: javax.annotation.Nonnull
at jenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1387)
at jenkins.util.AntClassLoader.findClass(AntClassLoader.java:1342)
at jenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1089)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:398)
at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:114)
at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:125)
at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)
at java.base/sun.reflect.annotation.AnnotationParser.parseSig(AnnotationParser.java:440)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotation2(AnnotationParser.java:242)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:121)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:73)
at java.base/java.lang.reflect.Executable.declaredAnnotations(Executable.java:604)
at java.base/java.lang.reflect.Executable.declaredAnnotations(Executable.java:602)
at java.base/java.lang.reflect.Executable.getAnnotation(Executable.java:572)
at java.base/java.lang.reflect.Method.getAnnotation(Method.java:695)
at java.base/java.lang.reflect.AnnotatedElement.isAnnotationPresent(AnnotatedElement.java:274)
at java.base/java.lang.reflect.AccessibleObject.isAnnotationPresent(AccessibleObject.java:517)
at org.jvnet.hudson.annotation_indexer.Index$2$1.listAnnotatedElements(Index.java:119)
at org.jvnet.hudson.annotation_indexer.Index$2$1.fetch(Index.java:103)
at org.jvnet.hudson.annotation_indexer.Index$2$1.hasNext(Index.java:73)
at org.jvnet.hudson.annotation_indexer.SubtypeIterator.fetch(SubtypeIterator.java:18)
at org.jvnet.hudson.annotation_indexer.SubtypeIterator.hasNext(SubtypeIterator.java:28)
at hudson.init.TaskMethodFinder.discoverTasks(TaskMethodFinder.java:56)
at hudson.init.InitializerFinder.discoverTasks(InitializerFinder.java:33)
at hudson.PluginManager$2$1$3.run(PluginManager.java:587)
at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:296)
at jenkins.model.Jenkins$5.runTask(Jenkins.java:1132)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:214)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
2020-04-24 20:08:15.377+0000 [id=37] WARNING j.t.i.j.MissingClassTelemetry#reportException: Added a missed class for missing class telemetry. Class: javax.annotation.Nonnull
java.lang.ClassNotFoundException: javax.annotation.Nonnull
at jenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1387)
at jenkins.util.AntClassLoader.findClass(AntClassLoader.java:1342)
at jenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1089)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:398)
at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:114)
at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:125)
at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)
at java.base/sun.reflect.annotation.AnnotationParser.parseSig(AnnotationParser.java:440)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotation2(AnnotationParser.java:242)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:121)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:73)
at java.base/java.lang.reflect.Executable.declaredAnnotations(Executable.java:604)
at java.base/java.lang.reflect.Executable.declaredAnnotations(Executable.java:602)
at java.base/java.lang.reflect.Executable.getAnnotation(Executable.java:572)
at java.base/java.lang.reflect.Method.getAnnotation(Method.java:695)
at java.base/java.lang.reflect.AnnotatedElement.isAnnotationPresent(AnnotatedElement.java:274)
at java.base/java.lang.reflect.AccessibleObject.isAnnotationPresent(AccessibleObject.java:517)
at org.jvnet.hudson.annotation_indexer.Index$2$1.listAnnotatedElements(Index.java:119)
at org.jvnet.hudson.annotation_indexer.Index$2$1.fetch(Index.java:103)
at org.jvnet.hudson.annotation_indexer.Index$2$1.hasNext(Index.java:73)
at org.jvnet.hudson.annotation_indexer.SubtypeIterator.fetch(SubtypeIterator.java:18)
at org.jvnet.hudson.annotation_indexer.SubtypeIterator.hasNext(SubtypeIterator.java:28)
at hudson.init.TaskMethodFinder.discoverTasks(TaskMethodFinder.java:56)
at hudson.init.InitializerFinder.discoverTasks(InitializerFinder.java:33)
at hudson.PluginManager$2$1$3.run(PluginManager.java:587)
at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:296)
at jenkins.model.Jenkins$5.runTask(Jenkins.java:1132)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:214)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
2020-04-24 20:08:15.383+0000 [id=37] WARNING j.t.i.j.MissingClassTelemetry#reportException: Added a missed class for missing class telemetry. Class: javax.annotation.Nonnull
java.lang.ClassNotFoundException: javax.annotation.Nonnull
at jenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1387)
at jenkins.util.AntClassLoader.findClass(AntClassLoader.java:1342)
at jenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1089)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:398)
at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:114)
at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:125)
at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)
at java.base/sun.reflect.annotation.AnnotationParser.parseSig(AnnotationParser.java:440)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotation2(AnnotationParser.java:242)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:121)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:73)
at java.base/java.lang.reflect.Field.declaredAnnotations(Field.java:1175)
at java.base/java.lang.reflect.Field.declaredAnnotations(Field.java:1173)
at java.base/java.lang.reflect.Field.getAnnotation(Field.java:1142)
at java.base/java.lang.reflect.AnnotatedElement.isAnnotationPresent(AnnotatedElement.java:274)
at java.base/java.lang.reflect.AccessibleObject.isAnnotationPresent(AccessibleObject.java:517)
at org.jvnet.hudson.annotation_indexer.Index$2$1.listAnnotatedElements(Index.java:119)
at org.jvnet.hudson.annotation_indexer.Index$2$1.fetch(Index.java:104)
at org.jvnet.hudson.annotation_indexer.Index$2$1.hasNext(Index.java:73)
at org.jvnet.hudson.annotation_indexer.SubtypeIterator.fetch(SubtypeIterator.java:18)
at org.jvnet.hudson.annotation_indexer.SubtypeIterator.hasNext(SubtypeIterator.java:28)
at hudson.init.TaskMethodFinder.discoverTasks(TaskMethodFinder.java:56)
at hudson.init.InitializerFinder.discoverTasks(InitializerFinder.java:33)
at hudson.PluginManager$2$1$3.run(PluginManager.java:587)
at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:296)
at jenkins.model.Jenkins$5.runTask(Jenkins.java:1132)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:214)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
2020-04-24 20:08:15.688+0000 [id=37] WARNING j.t.i.j.MissingClassTelemetry#reportException: Added a missed class for missing class telemetry. Class: javax.annotation.CheckForNull
java.lang.ClassNotFoundException: javax.annotation.CheckForNull
at jenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1387)
at jenkins.util.AntClassLoader.findClass(AntClassLoader.java:1342)
at jenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1089)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:398)
at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:114)
at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:125)
at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)
at java.base/sun.reflect.annotation.AnnotationParser.parseSig(AnnotationParser.java:440)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotation2(AnnotationParser.java:242)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:121)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:73)
at java.base/java.lang.reflect.Executable.declaredAnnotations(Executable.java:604)
at java.base/java.lang.reflect.Executable.declaredAnnotations(Executable.java:602)
at java.base/java.lang.reflect.Executable.getAnnotation(Executable.java:572)
at java.base/java.lang.reflect.Method.getAnnotation(Method.java:695)
at java.base/java.lang.reflect.AnnotatedElement.isAnnotationPresent(AnnotatedElement.java:274)
at java.base/java.lang.reflect.AccessibleObject.isAnnotationPresent(AccessibleObject.java:517)
at org.jvnet.hudson.annotation_indexer.Index$2$1.listAnnotatedElements(Index.java:119)
at org.jvnet.hudson.annotation_indexer.Index$2$1.fetch(Index.java:103)
at org.jvnet.hudson.annotation_indexer.Index$2$1.hasNext(Index.java:73)
at org.jvnet.hudson.annotation_indexer.SubtypeIterator.fetch(SubtypeIterator.java:18)
at org.jvnet.hudson.annotation_indexer.SubtypeIterator.hasNext(SubtypeIterator.java:28)
at hudson.init.TaskMethodFinder.discoverTasks(TaskMethodFinder.java:56)
at hudson.init.InitializerFinder.discoverTasks(InitializerFinder.java:33)
at hudson.PluginManager$2$1$3.run(PluginManager.java:587)
at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:296)
at jenkins.model.Jenkins$5.runTask(Jenkins.java:1132)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:214)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
2020-04-24 20:08:15.740+0000 [id=37] WARNING j.t.i.j.MissingClassTelemetry#reportException: Added a missed class for missing class telemetry. Class: javax.annotation.Nonnull
java.lang.ClassNotFoundException: javax.annotation.Nonnull
at jenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1387)
at jenkins.util.AntClassLoader.findClass(AntClassLoader.java:1342)
at jenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1089)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:398)
at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:114)
at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:125)
at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)
at java.base/sun.reflect.annotation.AnnotationParser.parseSig(AnnotationParser.java:440)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotation2(AnnotationParser.java:242)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:121)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:73)
at java.base/java.lang.reflect.Executable.declaredAnnotations(Executable.java:604)
at java.base/java.lang.reflect.Executable.declaredAnnotations(Executable.java:602)
at java.base/java.lang.reflect.Executable.getAnnotation(Executable.java:572)
at java.base/java.lang.reflect.Method.getAnnotation(Method.java:695)
at java.base/java.lang.reflect.AnnotatedElement.isAnnotationPresent(AnnotatedElement.java:274)
at java.base/java.lang.reflect.AccessibleObject.isAnnotationPresent(AccessibleObject.java:517)
at org.jvnet.hudson.annotation_indexer.Index$2$1.listAnnotatedElements(Index.java:119)
at org.jvnet.hudson.annotation_indexer.Index$2$1.fetch(Index.java:103)
at org.jvnet.hudson.annotation_indexer.Index$2$1.hasNext(Index.java:73)
at org.jvnet.hudson.annotation_indexer.SubtypeIterator.fetch(SubtypeIterator.java:18)
at org.jvnet.hudson.annotation_indexer.SubtypeIterator.hasNext(SubtypeIterator.java:28)
at hudson.init.TaskMethodFinder.discoverTasks(TaskMethodFinder.java:56)
at hudson.init.InitializerFinder.discoverTasks(InitializerFinder.java:33)
at hudson.PluginManager$2$1$3.run(PluginManager.java:587)
at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:296)
at jenkins.model.Jenkins$5.runTask(Jenkins.java:1132)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:214)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
2020-04-24 20:08:15.744+0000 [id=37] WARNING j.t.i.j.MissingClassTelemetry#reportException: Added a missed class for missing class telemetry. Class: javax.annotation.CheckForNull
java.lang.ClassNotFoundException: javax.annotation.CheckForNull
at jenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1387)
at jenkins.util.AntClassLoader.findClass(AntClassLoader.java:1342)
at jenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1089)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:398)
at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:114)
at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:125)
at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)
at java.base/sun.reflect.annotation.AnnotationParser.parseSig(AnnotationParser.java:440)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotation2(AnnotationParser.java:242)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:121)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:73)
at java.base/java.lang.reflect.Executable.declaredAnnotations(Executable.java:604)
at java.base/java.lang.reflect.Executable.declaredAnnotations(Executable.java:602)
at java.base/java.lang.reflect.Executable.getAnnotation(Executable.java:572)
at java.base/java.lang.reflect.Method.getAnnotation(Method.java:695)
at java.base/java.lang.reflect.AnnotatedElement.isAnnotationPresent(AnnotatedElement.java:274)
at java.base/java.lang.reflect.AccessibleObject.isAnnotationPresent(AccessibleObject.java:517)
at org.jvnet.hudson.annotation_indexer.Index$2$1.listAnnotatedElements(Index.java:119)
at org.jvnet.hudson.annotation_indexer.Index$2$1.fetch(Index.java:103)
at org.jvnet.hudson.annotation_indexer.Index$2$1.hasNext(Index.java:73)
at org.jvnet.hudson.annotation_indexer.SubtypeIterator.fetch(SubtypeIterator.java:18)
at org.jvnet.hudson.annotation_indexer.SubtypeIterator.hasNext(SubtypeIterator.java:28)
at hudson.init.TaskMethodFinder.discoverTasks(TaskMethodFinder.java:56)
at hudson.init.InitializerFinder.discoverTasks(InitializerFinder.java:33)
at hudson.PluginManager$2$1$3.run(PluginManager.java:587)
at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:296)
at jenkins.model.Jenkins$5.runTask(Jenkins.java:1132)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:214)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
2020-04-24 20:08:15.746+0000 [id=37] WARNING j.t.i.j.MissingClassTelemetry#reportException: Added a missed class for missing class telemetry. Class: javax.annotation.Nonnull
java.lang.ClassNotFoundException: javax.annotation.Nonnull
at jenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1387)
at jenkins.util.AntClassLoader.findClass(AntClassLoader.java:1342)
at jenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1089)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:398)
at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:114)
at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:125)
at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)
at java.base/sun.reflect.annotation.AnnotationParser.parseSig(AnnotationParser.java:440)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotation2(AnnotationParser.java:242)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:121)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:73)
at java.base/java.lang.reflect.Executable.declaredAnnotations(Executable.java:604)
at java.base/java.lang.reflect.Executable.declaredAnnotations(Executable.java:602)
at java.base/java.lang.reflect.Executable.getAnnotation(Executable.java:572)
at java.base/java.lang.reflect.Method.getAnnotation(Method.java:695)
at java.base/java.lang.reflect.AnnotatedElement.isAnnotationPresent(AnnotatedElement.java:274)
at java.base/java.lang.reflect.AccessibleObject.isAnnotationPresent(AccessibleObject.java:517)
at org.jvnet.hudson.annotation_indexer.Index$2$1.listAnnotatedElements(Index.java:119)
at org.jvnet.hudson.annotation_indexer.Index$2$1.fetch(Index.java:103)
at org.jvnet.hudson.annotation_indexer.Index$2$1.hasNext(Index.java:73)
at org.jvnet.hudson.annotation_indexer.SubtypeIterator.fetch(SubtypeIterator.java:18)
at org.jvnet.hudson.annotation_indexer.SubtypeIterator.hasNext(SubtypeIterator.java:28)
at hudson.init.TaskMethodFinder.discoverTasks(TaskMethodFinder.java:56)
at hudson.init.InitializerFinder.discoverTasks(InitializerFinder.java:33)
at hudson.PluginManager$2$1$3.run(PluginManager.java:587)
at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:296)
at jenkins.model.Jenkins$5.runTask(Jenkins.java:1132)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:214)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
2020-04-24 20:08:15.750+0000 [id=37] WARNING j.t.i.j.MissingClassTelemetry#reportException: Added a missed class for missing class telemetry. Class: javax.annotation.Nonnull
java.lang.ClassNotFoundException: javax.annotation.Nonnull
at jenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1387)
at jenkins.util.AntClassLoader.findClass(AntClassLoader.java:1342)
at jenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1089)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:398)
at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:114)
at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:125)
at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)
at java.base/sun.reflect.annotation.AnnotationParser.parseSig(AnnotationParser.java:440)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotation2(AnnotationParser.java:242)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:121)
at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:73)
at java.base/java.lang.reflect.Field.declaredAnnotations(Field.java:1175)
at java.base/java.lang.reflect.Field.declaredAnnotations(Field.java:1173)
at java.base/java.lang.reflect.Field.getAnnotation(Field.java:1142)
at java.base/java.lang.reflect.AnnotatedElement.isAnnotationPresent(AnnotatedElement.java:274)
at java.base/java.lang.reflect.AccessibleObject.isAnnotationPresent(AccessibleObject.java:517)
at org.jvnet.hudson.annotation_indexer.Index$2$1.listAnnotatedElements(Index.java:119)
at org.jvnet.hudson.annotation_indexer.Index$2$1.fetch(Index.java:104)
at org.jvnet.hudson.annotation_indexer.Index$2$1.hasNext(Index.java:73)
at org.jvnet.hudson.annotation_indexer.SubtypeIterator.fetch(SubtypeIterator.java:18)
at org.jvnet.hudson.annotation_indexer.SubtypeIterator.hasNext(SubtypeIterator.java:28)
at hudson.init.TaskMethodFinder.discoverTasks(TaskMethodFinder.java:56)
at hudson.init.InitializerFinder.discoverTasks(InitializerFinder.java:33)
at hudson.PluginManager$2$1$3.run(PluginManager.java:587)
at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:296)
at jenkins.model.Jenkins$5.runTask(Jenkins.java:1132)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:214)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
"ace-editor:1.1",
"active-directory:2.16",
"analysis-core:1.96",
"anchore-container-scanner:1.0.22",
"ansible:1.0",
"ansicolor:0.6.3",
"ant:1.11",
"antisamy-markup-formatter:2.0",
"apache-httpcomponents-client-4-api:4.5.10-2.0",
"authentication-tokens:1.3",
"authorize-project:1.3.0",
"aws-credentials:1.28",
"aws-java-sdk:1.11.723",
"basic-branch-build-strategies:1.3.2",
"block-queued-job:0.2.0",
"blueocean:1.23.0",
"blueocean-autofavorite:1.2.4",
"blueocean-bitbucket-pipeline:1.23.0",
"blueocean-commons:1.23.0",
"blueocean-config:1.23.0",
"blueocean-core-js:1.23.0",
"blueocean-dashboard:1.23.0",
"blueocean-display-url:2.3.1",
"blueocean-events:1.23.0",
"blueocean-executor-info:1.23.0",
"blueocean-git-pipeline:1.23.0",
"blueocean-github-pipeline:1.23.0",
"blueocean-i18n:1.23.0",
"blueocean-jira:1.23.0",
"blueocean-jwt:1.23.0",
"blueocean-personalization:1.23.0",
"blueocean-pipeline-api-impl:1.23.0",
"blueocean-pipeline-editor:1.23.0",
"blueocean-pipeline-scm-api:1.23.0",
"blueocean-rest:1.23.0",
"blueocean-rest-impl:1.23.0",
"blueocean-web:1.23.0",
"bouncycastle-api:2.18",
"branch-api:2.5.6",
"build-timeout:1.19.1",
"build-token-root:1.6",
"build-token-trigger:1.0.0",
"build-user-vars-plugin:1.5",
"cloudbees-bitbucket-branch-source:2.7.0",
"cloudbees-folder:6.12",
"config-file-provider:3.6.3",
"configuration-as-code:1.39",
"confluence-publisher:2.0.5",
"command-launcher:1.4",
"credentials:2.3.7",
"credentials-binding:1.22",
"custom-tools-plugin:0.7",
"disk-usage:0.28",
"display-url-api:2.3.2",
"docker-commons:1.16",
"docker-java-api:3.1.5.2",
"docker-plugin:1.2.0",
"docker-workflow:1.23",
"durable-task:1.34",
"email-ext:2.69",
"email-ext-recipients-column:1.0",
"emailext-template:1.1",
"extended-choice-parameter:0.78",
"external-monitor-job:1.7",
"favorite:2.3.2",
"generic-webhook-trigger:1.67",
"git:4.2.2",
"git-client:3.2.1",
"git-server:1.9",
"github:1.29.5",
"github-api:1.111",
"github-branch-source:2.6.0",
"github-oauth:0.33",
"github-organization-folder:1.6",
"github-pullrequest:0.2.8",
"global-build-stats:1.5",
"google-oauth-plugin:1.0.0",
"gradle:1.36",
"h2-api:1.4.199",
"handlebars:1.1.1",
"handy-uri-templates-2-api:2.1.8-1.0",
"htmlpublisher:1.22",
"http_request:1.8.26",
"hubot-steps:2.0.5",
"icon-shim:2.0.3",
"jackson2-api:2.10.3",
"javadoc:1.5",
"jaxb:2.3.0.1",
"jdk-tool:1.4",
"jenkins-design-language:1.23.0",
"jira:3.0.15",
"jira-steps:1.5.3",
"job-dsl:1.77",
"jobConfigHistory:2.25",
"jquery:1.12.4-1",
"jquery-detached:1.2.1",
"jquery-ui:1.0.2",
"jsch:0.1.55.2",
"junit:1.28",
"kubernetes:1.25.3",
"kubernetes-client-api:4.9.1-1",
"kubernetes-credentials:0.6.2",
"ldap:1.24",
"lockable-resources:2.7",
"login-theme:1.1",
"mailer:1.32",
"managed-scripts:1.4",
"mapdb-api:1.0.9.0",
"matrix-auth:2.5",
"matrix-project:1.14",
"maven-plugin:3.6",
"mercurial:2.10",
"metrics:4.0.2.6",
"momentjs:1.1.1",
"monitoring:1.82.0",
"next-build-number:1.6",
"oauth-credentials:0.4",
"Office-365-Connector:4.12.4",
"pam-auth:1.6",
"permissive-script-security:0.6",
"pipeline-aws:1.41",
"pipeline-build-step:2.12",
"pipeline-github:2.5",
"pipeline-github-lib:1.0",
"pipeline-githubnotify-step:1.0.5",
"pipeline-graph-analysis:1.10",
"pipeline-input-step:2.11",
"pipeline-maven:3.8.2",
"pipeline-milestone-step:1.3.1",
"pipeline-model-api:1.6.0",
"pipeline-model-declarative-agent:1.1.1",
"pipeline-model-definition:1.6.0",
"pipeline-model-extensions:1.6.0",
"pipeline-rest-api:2.13",
"pipeline-stage-step:2.3",
"pipeline-stage-tags-metadata:1.6.0",
"pipeline-stage-view:2.13",
"pipeline-utility-steps:2.5.0",
"plain-credentials:1.7",
"publish-over:0.22",
"publish-over-ssh:1.20.1",
"pubsub-light:1.13",
"rebuild:1.31",
"resource-disposer:0.14",
"role-strategy:2.16",
"saferestart:0.3",
"scm-api:2.6.3",
"script-security:1.71",
"slack:2.40",
"snakeyaml-api:1.26.4",
"sonar:2.11",
"sse-gateway:1.23",
"ssh-agent:1.19",
"ssh-credentials:1.18.1",
"ssh-slaves:1.31.2",
"ssh-steps:2.0.0",
"structs:1.20",
"subversion:2.13.1",
"timestamper:1.11.3",
"token-macro:2.12",
"toolenv:1.1",
"trilead-api:1.0.6",
"uno-choice:2.2.2",
"variant:1.3",
"windows-slaves:1.6",
"workflow-aggregator:2.6",
"workflow-api:2.40",
"workflow-basic-steps:2.20",
"workflow-cps:2.80",
"workflow-cps-global-lib:2.16",
"workflow-durable-task-step:2.35",
"workflow-job:2.38",
"workflow-multibranch:2.21",
"workflow-scm-step:2.11",
"workflow-step-api:2.22",
"workflow-support:3.4",
"ws-cleanup:0.38"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment