From af900b9a04eae53702e04f5a03028feef0cd88cb Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Wed, 3 Oct 2018 21:23:00 -0700 Subject: [PATCH] Remove Version strings from Jenkins Plugins Removing the version string will always install the newest version of the plugins when the container is built. This removes the need to update the version strings periodically as plugins get out of date. Specific plugin versions can still be installed by modifying the plugins.txt file, specifying the version, and rebuilding the container. Change-Id: I265656d4675e38749f29889ff20b151173622af3 Signed-off-by: Trevor Bramwell --- jenkins/plugins.txt | 176 ++++++++++++++++++++++++++-------------------------- 1 file changed, 88 insertions(+), 88 deletions(-) diff --git a/jenkins/plugins.txt b/jenkins/plugins.txt index c5e57b6..1cbc852 100644 --- a/jenkins/plugins.txt +++ b/jenkins/plugins.txt @@ -1,88 +1,88 @@ -ace-editor:1.1 -ansible:1.0 -ant:1.8 -antisamy-markup-formatter:1.5 -apache-httpcomponents-client-4-api:4.5.5-2.0 -authentication-tokens:1.3 -bouncycastle-api:2.16.2 -branch-api:2.0.20 -build-timeout:1.19 -cloudbees-folder:6.4 -command-launcher:1.2 -config-file-provider:2.18 -credentials-binding:1.16 -credentials:2.1.16 -description-setter:1.10 -display-url-api:2.2.0 -docker-commons:1.11 -docker-workflow:1.15.1 -durable-task:1.22 -email-ext:2.62 -envinject-api:1.5 -envinject:2.1.5 -external-monitor-job:1.7 -gerrit-trigger:2.27.5 -git-client:2.7.1 -git-server:1.7 -git:3.8.0 -github-api:1.90 -github-branch-source:2.3.4 -github:1.29.0 -gradle:1.28 -handlebars:1.1.1 -icon-shim:2.0.3 -jackson2-api:2.8.11.1 -javadoc:1.4 -jclouds-jenkins:2.14 -jdk-tool:1.1 -jquery-detached:1.2.1 -jsch:0.1.54.2 -junit:1.24 -ldap:1.20 -mailer:1.21 -mapdb-api:1.0.9.0 -mask-passwords:2.11.0 -matrix-auth:2.2 -matrix-project:1.13 -maven-plugin:3.1.2 -momentjs:1.1.1 -openstack-cloud:2.34 -pam-auth:1.3 -pipeline-build-step:2.7 -pipeline-github-lib:1.0 -pipeline-graph-analysis:1.6 -pipeline-input-step:2.8 -pipeline-milestone-step:1.3.1 -pipeline-model-api:1.2.9 -pipeline-model-declarative-agent:1.1.1 -pipeline-model-definition:1.2.9 -pipeline-model-extensions:1.2.9 -pipeline-rest-api:2.10 -pipeline-stage-step:2.3 -pipeline-stage-tags-metadata:1.2.9 -pipeline-stage-view:2.10 -plain-credentials:1.4 -postbuildscript:2.7.0 -resource-disposer:0.8 -scm-api:2.2.7 -script-security:1.44 -ssh-agent:1.15 -ssh-credentials:1.13 -ssh-slaves:1.26 -structs:1.14 -subversion:2.10.5 -timestamper:1.8.10 -token-macro:2.5 -windows-slaves:1.3.1 -workflow-aggregator:2.5 -workflow-api:2.27 -workflow-basic-steps:2.7 -workflow-cps-global-lib:2.9 -workflow-cps:2.53 -workflow-durable-task-step:2.19 -workflow-job:2.21 -workflow-multibranch:2.18 -workflow-scm-step:2.6 -workflow-step-api:2.14 -workflow-support:2.18 -ws-cleanup:0.34 +ace-editor +ansible +ant +antisamy-markup-formatter +apache-httpcomponents-client-4-api +authentication-tokens +bouncycastle-api +branch-api +build-timeout +cloudbees-folder +command-launcher +config-file-provider +credentials-binding +credentials +description-setter +display-url-api +docker-commons +docker-workflow +durable-task +email-ext +envinject-api +envinject +external-monitor-job +gerrit-trigger +git-client +git-server +git +github-api +github-branch-source +github +gradle +handlebars +icon-shim +jackson2-api +javadoc +jclouds-jenkins +jdk-tool +jquery-detached +jsch +junit +ldap +mailer +mapdb-api +mask-passwords +matrix-auth +matrix-project +maven-plugin +momentjs +openstack-cloud +pam-auth +pipeline-build-step +pipeline-github-lib +pipeline-graph-analysis +pipeline-input-step +pipeline-milestone-step +pipeline-model-api +pipeline-model-declarative-agent +pipeline-model-definition +pipeline-model-extensions +pipeline-rest-api +pipeline-stage-step +pipeline-stage-tags-metadata +pipeline-stage-view +plain-credentials +postbuildscript +resource-disposer +scm-api +script-security +ssh-agent +ssh-credentials +ssh-slaves +structs +subversion +timestamper +token-macro +windows-slaves +workflow-aggregator +workflow-api +workflow-basic-steps +workflow-cps-global-lib +workflow-cps +workflow-durable-task-step +workflow-job +workflow-multibranch +workflow-scm-step +workflow-step-api +workflow-support +ws-cleanup -- 2.16.6