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 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/2bfb3baf-0f5a-44b0-996f-90a031b457f6n%40googlegroups.com. |
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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/7F518375-2B08-4778-94CA-CDD95502A867%40gmail.com. |
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: scm-api 2.6.4$ 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 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 On Sat, Feb 13, 2021 at 6:11 AM Ullrich Hafner <[hidden email]> wrote:
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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtHLPk1b%2Bga6N0hBD0%3DmemYubSMP9M%3DtW9hy_bx9Gmzoiw%40mail.gmail.com. |
Free forum by Nabble | Edit this page |