Jenkins Plugins Versions and their compatible versions

已查看 30 次
跳至第一个未读帖子

Balu Balaji

未读,
2021年2月11日 10:07:022021/2/11
收件人 Jenkins Users
Hi All, 
I am trying to find the Jenkins plugins list and their compatibility to the Jenkins version 2.222.4 version. 

Could you please help me with the Jenkins 2.222.4 compatible below Plugins versions?

LDAP
ssh-agent
apache-httpcomponents-client-4-api
bouncycastle-api
branch-api
pipeline-model-declarative-agent
pipeline-rest-api
pipeline-stage-view
token-macro
variant
workflow-basic-steps
workflow-durable-task-step
workflow-scm-step

For all the above plugins, what are the compatible versions with Jenkins 2.222.4 version?
For example, what is the branch-api plugin version which is compatible with Jenkins 2.222.4 version? and so on.


Thanks
Balaji Sivaramagari

Ullrich Hafner

未读,
2021年2月13日 08:11:492021/2/13
收件人 Jenkins Users
You can have a look here:


--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/2bfb3baf-0f5a-44b0-996f-90a031b457f6n%40googlegroups.com.

Mark Waite

未读,
2021年2月13日 09:29:562021/2/13
收件人 Jenkins Users
You could also use the Jenkins command line tool "plugin installation manager" to generate a list of plugins for Jenkins 2.222.4.  I believe the sequence would be like this:

$ cat > plugins.txt <<End-of-plugin-list
ldap
ssh-agent
apache-httpcomponents-client-4-api
bouncycastle-api
branch-api
pipeline-model-declarative-agent
pipeline-rest-api
pipeline-stage-view
token-macro
variant
workflow-basic-steps
workflow-durable-task-step
workflow-scm-step
End-of-plugin-list
$ java -jar jenkins-plugin-manager-2.5.0.jar --war jenkins.war --plugin-file plugins.txt --plugin-download-directory plugins --view-security-warnings  --list

Installed plugins:

Bundled plugins:

All requested plugins:
ace-editor 1.1
apache-httpcomponents-client-4-api 4.5.13-1.0
bouncycastle-api 2.18
branch-api 2.6.2
cloudbees-folder 6.15
credentials 2.3.15
credentials-binding 1.24
display-url-api 2.3.4
durable-task 1.35
handlebars 1.1.1
jackson2-api 2.12.1
ldap 1.25
mailer 1.32.1
momentjs 1.1.1
pipeline-graph-analysis 1.10
pipeline-input-step 2.12
pipeline-model-api 1.8.4
pipeline-model-declarative-agent 1.1.1
pipeline-model-extensions 1.8.4
pipeline-rest-api 2.19
pipeline-stage-step 2.5
pipeline-stage-view 2.19
plain-credentials 1.7
scm-api 2.6.4
script-security 1.76
snakeyaml-api 1.27.0
ssh-agent 1.20
ssh-credentials 1.18.1
structs 1.21
token-macro 2.13
trilead-api 1.0.13
variant 1.3
workflow-api 2.41
workflow-basic-steps 2.21
workflow-cps 2.87
workflow-durable-task-step 2.35
workflow-job 2.40
workflow-scm-step 2.11
workflow-step-api 2.23
workflow-support 3.7

Plugins that will be downloaded:
ace-editor 1.1
apache-httpcomponents-client-4-api 4.5.13-1.0
bouncycastle-api 2.18
branch-api 2.6.2
cloudbees-folder 6.15
credentials 2.3.15
credentials-binding 1.24
display-url-api 2.3.4
durable-task 1.35
handlebars 1.1.1
jackson2-api 2.12.1
ldap 1.25
mailer 1.32.1
momentjs 1.1.1
pipeline-graph-analysis 1.10
pipeline-input-step 2.12
pipeline-model-api 1.8.4
pipeline-model-declarative-agent 1.1.1
pipeline-model-extensions 1.8.4
pipeline-rest-api 2.19
pipeline-stage-step 2.5
pipeline-stage-view 2.19
plain-credentials 1.7
scm-api 2.6.4
script-security 1.76
snakeyaml-api 1.27.0
ssh-agent 1.20
ssh-credentials 1.18.1
structs 1.21
token-macro 2.13
trilead-api 1.0.13
variant 1.3
workflow-api 2.41
workflow-basic-steps 2.21
workflow-cps 2.87
workflow-durable-task-step 2.35
workflow-job 2.40
workflow-scm-step 2.11
workflow-step-api 2.23
workflow-support 3.7

Resulting plugin list:
ace-editor 1.1
apache-httpcomponents-client-4-api 4.5.13-1.0
bouncycastle-api 2.18
branch-api 2.6.2
cloudbees-folder 6.15
credentials 2.3.15
credentials-binding 1.24
display-url-api 2.3.4
durable-task 1.35
handlebars 1.1.1
jackson2-api 2.12.1
ldap 1.25
mailer 1.32.1
momentjs 1.1.1
pipeline-graph-analysis 1.10
pipeline-input-step 2.12
pipeline-model-api 1.8.4
pipeline-model-declarative-agent 1.1.1
pipeline-model-extensions 1.8.4
pipeline-rest-api 2.19
pipeline-stage-step 2.5
pipeline-stage-view 2.19
plain-credentials 1.7
scm-api 2.6.4
script-security 1.76
snakeyaml-api 1.27.0
ssh-agent 1.20
ssh-credentials 1.18.1
structs 1.21
token-macro 2.13
trilead-api 1.0.13
variant 1.3
workflow-api 2.41
workflow-basic-steps 2.21
workflow-cps 2.87
workflow-durable-task-step 2.35
workflow-job 2.40
workflow-scm-step 2.11
workflow-step-api 2.23
workflow-support 3.7

Security warnings:
Done
回复全部
回复作者
转发
0 个新帖子