Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/jenkins/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jenkins 运行管道时发生AbstractMethodError_Jenkins_Jenkins Pipeline - Fatal编程技术网

Jenkins 运行管道时发生AbstractMethodError

Jenkins 运行管道时发生AbstractMethodError,jenkins,jenkins-pipeline,Jenkins,Jenkins Pipeline,我有一个运行管道的Jenkins文件。管道在Jenkins的一个实例上正确运行,因此我相信我的脚本没有问题 我现在尝试将作业复制到另一个实例,但控制台输出中出现以下错误: Started by user [Pipeline] End of Pipeline java.lang.AbstractMethodError: Method org/jenkinsci/plugins/workflow/cps/global/UserDefinedGlobalVariableList.iterator()

我有一个运行管道的Jenkins文件。管道在Jenkins的一个实例上正确运行,因此我相信我的脚本没有问题

我现在尝试将作业复制到另一个实例,但控制台输出中出现以下错误:

Started by user

[Pipeline] End of Pipeline
java.lang.AbstractMethodError: Method org/jenkinsci/plugins/workflow/cps/global/UserDefinedGlobalVariableList.iterator()Ljava/util/Iterator; is abstract
    at org.jenkinsci.plugins.workflow.cps.global.UserDefinedGlobalVariableList.iterator(UserDefinedGlobalVariableList.java)
    at org.jenkinsci.plugins.workflow.cps.GlobalVariable$1$1.expand(GlobalVariable.java:74)
    at org.jenkinsci.plugins.workflow.cps.GlobalVariable$1$1.expand(GlobalVariable.java:71)
    at hudson.util.Iterators$FlattenIterator.hasNext(Iterators.java:74)
    at org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:100)
    at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:45)
    at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
    at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
    at com.cloudbees.groovy.cps.sandbox.DefaultInvoker.methodCall(DefaultInvoker.java:15)
    at WorkflowScript.run(WorkflowScript:3)
    at ___cps.transform___(Native Method)
    at com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:55)
    at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:106)
    at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:79)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
    at com.cloudbees.groovy.cps.impl.ClosureBlock.eval(ClosureBlock.java:40)
    at com.cloudbees.groovy.cps.Next.step(Next.java:58)
    at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:154)
    at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:164)
    at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:297)
    at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$000(CpsThreadGroup.java:78)
    at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:206)
    at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:204)
    at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:47)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:112)
    at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Finished: FAILURE
供参考的文件:

#!/usr/bin/env groovy

node {
    stage('build')
        echo 'hello world'
}
我相信我搞错了一个插件,但不确定是哪一个。以下是已安装插件的列表以及Jenkins的已安装版本:

Jenkins v1.651.3
=========

Ant Plugin
Uses the OWASP Java HTML Sanitizer to allow safe-seeming HTML markup to be entered in project descriptions and the like.
    1.2         

Artifact Deployer Plug-in
This plug-in makes it possible to deploy artifacts from workspace to output directories.
    0.33            

Artifactory Plugin
This plugin allows deploying maven artifacts and build info to Artifactory.
    2.4.7           

Async Http Client
This plugin provides a shared dependency on the async-http-client library so that other plugins can co-operate when using this library.
    1.7.24          

Authentication Tokens API Plugin
This plugin provides an API for converting credentials into authentication tokens in Jenkins.
    1.2         

Branch API Plugin
This plugin provides an API for multiple branch based projects.
    1.11            

Build Authorization Token Root Plugin
Lets build and related REST build triggers be accessed even when anonymous users cannot see Jenkins.
    1.4         

Build Pipeline Plugin
This plugin renders upstream and downstream connected jobs that typically form a build pipeline. In addition, it offers the ability to define manual triggers for jobs that require intervention prior to execution, e.g. an approval process outside of Jenkins.
    1.5.2           

build timeout plugin
This plugin allows builds to be automatically terminated after the specified amount of time has elapsed.
    1.16            

Build Trigger Badge Plugin
This plugin displays an icon representing the cause of a construction.
    2.2         

Build With Parameters
Allows the user to provide parameters for a build in the url (similar to /job/JOBNAME/buildWithParameters), prompting for confirmation before triggering the job.
    1.3         

build-name-setter
This plug-in sets the display name of a build to something other than #1, #2, #3, ...
    1.5.1           

CCCC Plug-in
This plugin parses CCCC output files to produce project and build reports.
    0.6         

CloudBees Docker Build and Publish plugin
This plugin enables building Dockerfile based projects, as well as publishing of the built images/repos to the docker registry.
    1.2.2           

CloudBees Docker Hub/Registry Notification
Integrates Jenkins with DockerHub and Docker Registry
    2.0         

CloudBees Docker Traceability
Provides an ability to trace server deployments via fingerprints
    1.2         

Cobertura Plugin
This plugin integrates Cobertura coverage reports to Jenkins.
    1.9.7           

Config File Provider Plugin
Ability to provide configuration files (e.g. settings.xml for maven, XML, groovy, custom files,...) loaded through the UI which will be copied to the job workspace.
    2.10.1          

Confluence Publisher
This plugin allows you to publish build artifacts into a Confluence wiki page. Currently limited to uploading an artifact as an attachment to a page id.
    1.8         

Copy Artifact Plugin
Adds a build step to copy artifacts from another project.
    1.37            

Credentials Binding Plugin
Allows credentials to be bound to environment variables for use from miscellaneous build steps.
    1.10            

Credentials Plugin
This plugin allows you to store credentials in Jenkins.
    2.1.1   



Crowd 2 Integration
This plugin enables use of Atlassian Crowd as an authentication source. It uses Crowd's REST API (available since Crowd 2.1) to access the services and supports single-sign-on.
    1.9-SNAPSHOT (private-04/03/2015 19:47-arnaud)  


Cucumber Plugin
run cucumber tests under jenkins CI
    0.0.2           

Cucumber reports
This project provides pretty html reports for Cucumber. It works by generating html from the cucumber json report formatter. Can be used anywhere a json report is generated (Java, Ruby, JavaScript and other implementations).
    3.6.0           

CVS Plug-in
Integrates Jenkins with CVS version control system using a modified version of the Netbeans cvsclient.
    2.12    



Deploy to container Plugin
This plugin allows you to deploy a war to a container after a successful build.
Glassfish 3.x remote deployment
    1.10            

Deploy to Websphere container Plugin
    1.0         

deployment-notification
This plugin provides abstract common parts for integration with configuration management tools like Chef and Puppet.
    1.4         

Discard Old Build plugin
This plugin enables detail configuration to discard old builds like using logfile size / status / days/ intervals days / build num / logfile regular expression.
    1.05            

disk-usage plugin
This plugin counts disk usage.
    0.28            

Docker Commons Plugin
Provides the common shared functionality for various Docker-related plugins.
    1.6 


Docker Pipeline
Build and use Docker containers from pipelines.
    1.6         

Docker plugin
This plugin integrates Jenkins with Docker
    0.16.0  


docker-build-step
This plugin allows to add various docker commands to your job as build steps.
    1.39    


Durable Task Plugin
Library offering an extension point for processes which can run outside of Jenkins yet be monitored.
    1.9         

Dynamic Parameter Plug-in
This plugin allows build parameters with dynamically generated default values.
    0.2.0           

Email Ext Recipients Column Plugin
This plugin is a sample to explain how to write a Jenkins plugin.
    1.0         

Email Extension Plugin
This plugin is a replacement for Jenkins's email publisher
    2.41.3  


Email Extension Template Plugin
This plugin allows administrators to create global templates for the Extended Email Publisher.
    0.4         

Environment Dashboard Plugin
This plugin is used to generate the Environment Dashboard.
    1.1.4           

Environment File Plugin
This plugin can be used to set environment variables from a file.
    1.2         

Environment Injector Plugin
This plugin makes it possible to set an environment for the builds.
    1.92.1          

export dynamic job data
This plugin exports Jenkins runtime job parameters into a properties file.
    0.4         

Extended Choice Parameter Plug-In
Adds extended functionality to Choice parameter
    0.74            

Extensible Choice Parameter plugin
Extensible Choice Parameter provides several ways to retrieve choices, including the way to share choices among all jobs.
    1.3.2           

External Monitor Job Type Plugin
Adds the ability to monitor the result of externally executed jobs
    1.4         

Flexible Publish Plugin
Choose the order of publisher execution and make the execution conditional
    0.15.2          

Folders Plugin
This plugin allows users to create "folders" to organize jobs. Users can define custom taxonomies (like by project type, organization type etc). Folders are nestable and you can define views within folders. Maintained by CloudBees, Inc.
    5.12            

Gatling Jenkins Plugin
This plugin integrates Gatling simulation reports into Jenkins.
    1.1.1           

Git Changelog
Plugin creating JIRA filter URL based on commit messages containing JIRA ticket keys in the GIT history
    1.2         

Git client plugin
Utility plugin for Git support in Jenkins
    1.19.6  


Git Parameter Plug-In
Adds ability to choose from git repository revisions or tags
    0.4.0           

Git plugin
This plugin integrates Git with Jenkins.
    2.5.2   


GIT server Plugin
Allows Jenkins to act as a Git server.
    1.6 


Git Tag Message Plugin
Exports the message for a git tag as an environment variable during a build.
    1.4         

git-notes Plugin
Add git-notes with Jenkins build status!
    0.0.4           

Gitcolony Build Notification plugin
This plugin updates live branch build status in Gitcolony.
    1.1         

GitHub API Plugin
This plugin provides GitHub API for other plugins.
    1.71    


GitHub Authentication plugin
This is the an authentication plugin using github OAuth.
    0.22.2          

GitHub plugin
This plugin integrates GitHub to Jenkins.
    1.16.0  


Gradle Plugin
This plugin allows Jenkins to invoke Gradle build scripts directly.
    1.24            

Green Balls
Because green is better than blue! For color blind support configure user property.
    1.15            

Groovy
This plugin executes Groovy code.
    1.3         

HP Application Automation Tools
This plugin allows integration with HP ALM, HP Unified Functional Testing, HP LoadRunner and HP Performance cente
    4.0.1           

HPE Security Fortify Jenkins Plugin
HPE Security Fortify Jenkins Plugin, publish FPR result in Project page, upload FPR to Software Security Center (SSC), consider a build as fail if too many vulnerabilities
    1.16.10         

HTML Publisher plugin
This plugin publishes HTML reports.
    1.11            

HTTP Request Plugin
This plugin sends a http request to an url with some parameters. See the release notes for changes and compatibility https://github.com/jenkinsci/http-request-plugin/releases
    1.8.11          

Hudson SCP publisher plugin
This plugin uploads build artifacts to repository sites using SCP (SSH) protocol.
    1.8         

Icon Shim Plugin
Allows plugins make full use of the <l:icon> layout tag when running on newer versions of Jenkins, while still being compatible with older versions.
    2.0.3           

JaCoCo plugin
    1.0.16          

Javadoc Plugin
    1.3 



JavaScript GUI Lib: ACE Editor bundle plugin
JavaScript GUI Lib: ACE Editor bundle plugin.
    1.1         

JavaScript GUI Lib: Handlebars bundle plugin
JavaScript GUI Lib: Handlebars bundle plugin.
    1.1         

JavaScript GUI Lib: jQuery bundles (jQuery and jQuery UI) plugin
JavaScript GUI Lib: jQuery bundles (jQuery and jQuery UI) plugin.
    1.2.1           

JavaScript GUI Lib: Moment.js bundle plugin
JavaScript GUI Lib: Moment.js bundle plugin.
    1.1         

JIRA plugin
This plugin integrates Jenkins to Atlassian JIRA.
    2.1         

Job Configuration History Plugin
Job history plugin for Jenkins.
    2.13            

Job DSL
This plugin allows Jobs and Views to be defined via DSLs
    1.45    


Job Import Plugin
The Job Import Plugin lets you import jobs from another Jenkins instance.
    1.3.1   


Job/Queue/Slaves Monitoring Plugin
This plugin shows different information about the queue, slaves and jobs in jenkins.
    1.4         

jQuery plugin
This allows other plugins to use jQuery in UI.
    1.11.2-0    


jQuery UI plugin
This plugin allows you to use jQuery UI on view descriptions.
    1.0.2           

JUnit Plugin
Allows JUnit-format test results to be published.
    1.10    



Kubernetes plugin
Jenkins plugin to run dynamic slaves in a Kubernetes/Docker environment
    0.7         

LDAP Plugin
Adds LDAP authentication to Jenkins
    1.11            

Mailer Plugin
This plugin allows you to configure email notifications for build results
    1.16    



Managed Scripts
This plugin allows to centrally manage shell scripts and reference these as build steps in your builds.
    1.2.1           

MapDB API Plugin
This plugin provides a shared dependency on the MapDB library so that other plugins can co-operate when using this library.
    1.0.6.0 


Mask Passwords Plugin
This plugin allows masking passwords that may appear in the console.
    2.8         

Matrix Authorization Strategy Plugin
Offers matrix-based security authorization strategies (global and per-project).
    1.2 



Matrix Project Plugin
Multi-configuration (matrix) project type.
    1.6 



Maven Integration plugin
This plug-in provides, for better and for worse, a deep integration of Jenkins and Maven: Automatic triggers between projects depending on SNAPSHOTs, automated configuration of various Jenkins publishers (Junit, ...).
    2.12.1  



Maven Metadata Plugin for Jenkins CI server
Adds a build parameter that presents versions of an artifact from a maven repository as a drop down list.
    1.5.0           

Monitoring
Jenkins' monitoring with JavaMelody. Open report after installation.
    1.59.0          

Multiple SCMs plugin
This plugin enables the selection of multiple source code management systems for a build. For example, it enables checking out the source code from one SCM while checking out legacy or third-party code from another.
    0.6         

Next Build Number Plugin
Sets the build number Jenkins will use for a job's next build
    1.4         

NodeJS Plugin
NodeJS Plugin executes NodeJS script as a build step.
    0.2.1           

OpenShift Deployer Plugin
This plugin enable Jenkins jobs to create containers(gears) on OpenShift and deploy applications to it
    1.2.0           

OpenShift Pipeline Jenkins Plugin
This plugin facilitates the construction of jobs, pipelines, and workflows that operate on a Kubernetes based OpenShift server.
    1.0.21          

OpenShift Sync
Syncs OpenShift BuildConfigs with Jenkins jobs
    0.0.11          

OWASP Markup Formatter Plugin
Uses the OWASP Java HTML Sanitizer to allow safe-seeming HTML markup to be entered in project descriptions and the like.
    1.3 



PAM Authentication plugin
Adds Unix Pluggable Authentication Module (PAM) support to Jenkins
    1.2 



Parameterized Remote Trigger Plugin
This plugin triggers a job on a remote Jenkins host
    2.2.2           

Parameterized Trigger plugin
    2.30            

Performance Plugin
This plugin integrates JMeter reports, JUnit reports, wrk output, and Iago reports into Hudson.
    1.13            

Pipeline
A suite of plugins that lets you orchestrate automation, simple or complex. See Pipeline as Code with Jenkins for more details.
    2.5         

Pipeline Graph Analysis Plugin
Provides a REST API to access pipeline and pipeline run data.
    1.3         

Pipeline: API
Plugin that defines Pipeline API.
    2.1 


Pipeline: Basic Steps
Commonly used steps for Pipelines.
    2.4         

Pipeline: Build Step
Adds the Pipeline step build to trigger builds of other jobs.
    2.4         

Pipeline: Declarative Extension Points API
APIs for extension points used in Declarative Pipelines.
    1.1.1           

Pipeline: GitHub Groovy Libraries
Allows Pipeline Grrovy libraries to be loaded on the fly from GitHub.
    1.0         

Pipeline: Groovy
Pipeline execution engine based on continuation passing style transformation of Groovy scripts.
    2.9         

Pipeline: Input Step
Adds the Pipeline step input to wait for human input or approval.
    2.5         

Pipeline: Job
Defines a new job type for pipelines and provides their generic user interface.
    2.3         

Pipeline: Milestone Step
Plugin that provides the milestone step
    1.3         

Pipeline: Model API
Model API for Declarative Pipeline.
    1.1.1           

Pipeline: Model Definition
An opinionated, declarative Pipeline.
    1.1.1           

Pipeline: Multibranch
Enhances Pipeline plugin to handle branches better by automatically grouping builds from different branches.
    2.9.2   


Pipeline: Nodes and Processes
Pipeline steps locking agents and workspaces, and running external processes that may survive a Jenkins restart or slave reconnection.
    2.10            

Pipeline: REST API Plugin
Provides a REST API to access pipeline and pipeline run data.
    1.5         

Pipeline: SCM Step
Adds a Pipeline step to check out or update working sources from various SCMs (version control).
    2.2         

Pipeline: Shared Groovy Libraries
Shared libraries for Pipeline scripts.
    2.7         

Pipeline: Stage Step
Adds the Pipeline step stage to delineate portions of a build.
    2.2         

Pipeline: Stage Tags Metadata
Library plugin for Pipeline stage tag metadata.
    1.1.1           

Pipeline: Stage View Plugin
Pipeline Stage View Plugin.
    2.6         

Pipeline: Step API
API for asynchronous build step primitive.
    2.9 


Pipeline: Supporting APIs
Common utility implementations to build Pipeline Plugin
    2.13    


Plain Credentials Plugin
Allows use of plain strings and files as credentials.
    1.1         

Port Allocator Plug-in
This plugin allocates free ports as environment variables.
    1.8         

Post-Build Script Plug-in
No description available.
    0.17            

Promoted Builds (Simple)
Simpler version of Promoted Builds plugin, with only manual promotion of builds.
    1.9         

promoted builds plugin
This plugin implements a "promoted build" feature where a build of one job can be marked as "promoted" when it passes certain criteria.
    2.27    


Publish Over SSH
Send build artifacts over SSH
    1.14            

PWauth Security Realm
This plug-in adds authentication via pwauth and supports both *nix system users and groups through PAM.
    0.4         

ready-api-jenkins-plugin
The Ready! API Plugin can be used to start and stop ServiceV Virts during your builds.
    1.8.5           

Reverse Proxy Auth Plugin
    1.4.0           

Role-based Authorization Strategy
Enables authorization using a role-based strategy.
    2.3.2           

ruby-runtime
Hosts runtime for enabling pure-Ruby plugins
    0.12            

Run Condition Extras Plugin
Plugin provides extra run conditions and plugin integrations for Run Conditions Plugin.
    0.2         

Run Condition Plugin
Define conditions for the execution of build steps
    1.0         

Safe Restart Plugin
This plugin allows you to restart Jenkins safely.
    0.3         

sbt plugin
This plugin allows running SBT empowered scala projects in Hudson.
    1.5         

SCM API Plugin
This plugin provides a new enhanced API for interacting with SCM systems.
    1.2 


Scoverage Plugin
Scoverage Plugin
    1.3.2           

Script Security Plugin
Allows Jenkins administrators to control what in-process scripts can be run by less-privileged users.
    1.21    



Scriptler
Scriptler allows you to store/edit/execute groovy scripts on any of the slaves/nodes... no need for copy paste groovy code anymore. Beside administer your scripts, Scritpler also provides a way to share scripts between users via hosted script catalogs on the internet.
    2.9         

Security Realm by custom script
This plugin adds authentication via user-defined script, in additon to the orignal script-realm, this one also supports groups.
    1.5         

Selenium HTML report
This is an jenkins plugin to visualize the results of selenium tests
    1.0         

Shared Objects Plugin

This plugin makes it possible to populate as environment variables some objects such as public file paths, Clearcase objects, locations of installed tools and so on. This plugin contributes to the EnvInject plugin.
    0.44            

SonarQube Plugin
This plugin allows an easy integration of SonarQube, the open source platform for Continuous Inspection of code quality.
    2.3         

SSH Agent Plugin
    1.9         

SSH Credentials Plugin
Allows storage of SSH credentials in Jenkins
    1.11    



SSH plugin
This plugin executes shell commands remotely using SSH protocol.
    2.4         

SSH Slaves plugin
Allows to launch agents over SSH, using a Java implementation of the SSH protocol
    1.10    



Static Analysis Collector Plug-in
This plug-in is an add-on for the plug-ins Checkstyle, Dry, FindBugs, PMD, Tasks, and Warnings: the plug-in collects the different analysis results and shows the results in a combined trend graph. Additionally, the plug-in provides health reporting and build stability based on these combined results.
    1.47            

Static Analysis Utilities
This plug-in provides utilities for the static code analysis plug-ins.
    1.76            

Structs Plugin
Library plugin for DSL plugins that need names for Jenkins objects.
    1.4 


Subversion Plug-in
    2.5.7   



TestNG Results Plugin
This plugin integrates TestNG test reports to Jenkins.
    1.13            

ThinBackup
Backs up the most important global and job specific configuration files.
    1.7.4           

Timestamper
Adds timestamps to the Console Output
    1.7.2           

Token Macro Plugin
This plug-in adds reusable macro expansion capability for other plug-ins to use.
    1.12.1  


Translation Assistance plugin
    1.12    



Validating String Parameter Plugin
Adds a new parameter type called Validating String Parameter which supports regular expression validation of a user entered parameter.
    2.3         

WAS Builder Plugin
This plugin adds an "IBM WebSphere Application Server 6.x/7.x" builder which allows running wsadmin commands (or scripts) from a job.
    1.6.1           

WebSphere Deployer Plugin
Deploys your web artifacts automatically to IBM WebSphere Application Server and IBM WebSphere Liberty Profile
    1.3.4           

Windows Slaves Plugin
Allows you to connect to Windows machines and start slave agents on them.
    1.1 



Zentimestamp plugin
Plugin that allows the customization of the date and time pattern for the Jenkins BUILD_TIMESTAMP variable. 
 4.2
Jenkins v1.651.3
=========
蚂蚁插件
使用OWASP Java HTML消毒器允许在项目描述等中输入看似安全的HTML标记。
1.2
工件部署器插件
此插件使您能够将工件从工作区部署到输出目录。
0.33
人工插件
该插件允许将maven工件和构建信息部署到Artifactory。
2.4.7           
异步Http客户端
此插件提供了对异步http客户端库的共享依赖,以便其他插件在使用此库时可以进行协作。
1.7.24          
身份验证令牌API插件
该插件提供了一个API,用于在Jenkins中将凭证转换为身份验证令牌。
1.2
分支API插件
此插件为多个基于分支的项目提供API。
1.11
构建授权令牌根插件
即使匿名用户看不到Jenkins,也可以访问生成和相关的REST生成触发器。
1.4
构建管道插件
此插件呈现通常形成构建管道的上游和下游连接作业。此外,它还能够为执行前需要干预的作业定义手动触发器,例如Jenkins之外的批准流程。
1.5.2           
构建超时插件
此插件允许在指定的时间过后自动终止构建。
1.16
建立触发徽章插件
此插件显示一个图标,表示构造的原因。
2.2
使用参数构建
允许用户在url中为生成提供参数(类似于/job/JOBNAME/buildWithParameters),在触发作业之前提示确认。
1.3
生成名称设置器
此插件将生成的显示名称设置为除#1、#2、#3、。。。
1.5.1           
CCCC插件
这个插件解析CCCC输出文件以生成项目和构建报告。
0.6
CloudBees Docker构建和发布插件
此插件支持构建基于Dockerfile的项目,以及将构建的图像/repo发布到docker注册表。
1.2.2           
CloudBees Docker中心/注册表通知
将Jenkins与DockerHub和Docker注册表集成
2
CloudBees Docker可追溯性
提供通过指纹跟踪服务器部署的能力
1.2
Cobertura插件
该插件将Cobertura覆盖率报告集成到Jenkins。
1.9.7           
配置文件提供程序插件
能够提供通过UI加载的配置文件(例如maven的settings.xml、xml、groovy、自定义文件等),这些文件将被复制到作业工作区。
2.10.1          
合流出版社
此插件允许您将构建构件发布到Confluence wiki页面中。当前仅限于将工件作为附件上载到页面id。
1.8
复制工件插件
添加生成步骤以从另一个项目复制工件。
1.37
凭据绑定插件
允许将凭据绑定到环境变量,以便从其他生成步骤中使用。
1.10
凭证插件
此插件允许您在Jenkins中存储凭据。
2.1.1   
人群2整合
此插件支持使用Atlassian群组作为身份验证源。它使用群组的RESTAPI(从群组2.1开始提供)来访问服务,并支持单点登录。
1.9-快照(private-04/03/2015 19:47-arnaud)
黄瓜插件
在jenkins CI下运行cucumber测试
0.0.2           
黄瓜报道
这个项目为Cucumber提供了漂亮的html报告。它通过从json报告格式化程序生成html来工作。可以在生成json报告的任何地方使用(Java、Ruby、JavaScript和其他实现)。
3.6.0           
CVS插件
使用改进版的Netbeans cvsclient将Jenkins与CVS版本控制系统集成。
2.12
部署到容器插件
此插件允许您在成功构建后将war部署到容器中。
Glassfish 3.x远程部署
1.10
部署到Websphere容器插件
1
部署通知
该插件提供抽象的公共部分,用于与配置管理工具(如Chef和Puppet)集成。
1.4
放弃旧的构建插件
此插件支持详细配置以丢弃旧版本,如使用日志文件大小/状态/天数/间隔天数/构建数/日志文件正则表达式。
1.05
磁盘使用插件
此插件统计磁盘使用情况。
0.28
Docker Commons插件
为各种Docker相关插件提供公共共享功能。
1.6
Docker管道
从管道中构建和使用Docker容器。
1.6
Docker插件
这个插件集成了Jenkins和Docker
0.16.0  
docker构建步骤
该插件允许在构建步骤中将各种docker命令添加到作业中。
1.39
持久任务插件
库为可以在Jenkins之外运行但尚未被监视的进程提供扩展点。
1.9
动态参数插件
此插件允许使用动态生成的默认值生成参数。
0.2.0           
电子邮件外接收件人列插件
此插件是一个示例,用于解释如何编写Jenkins插件。
1
电子邮件扩展插件
这个插件取代了Jenkins的电子邮件发布器
2.41.3  
电子邮件扩展模板插件
Th
at WorkflowScript.run(WorkflowScript:3)
at WorkflowScript.run(WorkflowScript:3)