Fix plugin versions

Running the jenkins master docker image without existing config
failed, because the downloaded plugins (latest version) weren't
compatible with Jenkins 2.25.

This change fixes the plugin versions to the versions currently
deployed on gerrit-ci.gerritforge.com

Change-Id: Iff7f3290c8e329ad45a5d9afe464944f6fb177e2
diff --git a/jenkins-docker/master/plugins.txt b/jenkins-docker/master/plugins.txt
index cfef388..6584082 100644
--- a/jenkins-docker/master/plugins.txt
+++ b/jenkins-docker/master/plugins.txt
@@ -1,58 +1,61 @@
-ace-editor:latest
-antisamy-markup-formatter:latest
-branch-api:latest
-build-flow-plugin:latest
-build-timeout:latest
-cloudbees-folder:latest
-credentials:latest
-docker-plugin:latest
-durable-task:latest
-embeddable-build-status:latest
-envinject:latest
-git:latest
-git-client:latest
-github:latest
-github-api:latest
-github-branch-source:latest
-github-oauth:latest
-github-organization-folder:latest
-git-server:latest
-greenballs:latest
-groovy-postbuild:latest
-handlebars:latest
-logstash:latest
-icon-shim:latest
-jquery-detached:latest
-junit:latest
-mailer:latest
-mask-passwords:latest
-matrix-auth:latest
-matrix-project:latest
-momentjs:latest
-monitoring:latest
-pipeline-build-step:latest
-pipeline-input-step:latest
-pipeline-rest-api:latest
-pipeline-stage-step:latest
-pipeline-stage-view:latest
-plain-credentials:latest
-scm-api:latest
-script-security:latest
-ssh-credentials:latest
-ssh-slaves:latest
-structs:latest
-token-macro:latest
-timestamper:latest
-windows-slaves:latest
-workflow-aggregator:latest
-workflow-api:latest
-workflow-basic-steps:latest
-workflow-cps:latest
-workflow-cps-global-lib:latest
-workflow-durable-task-step:latest
-workflow-job:latest
-workflow-multibranch:latest
-workflow-scm-step:latest
-workflow-step-api:latest
-workflow-support:latest
-xvfb:latest
+ace-editor:1.1
+antisamy-markup-formatter:1.3
+branch-api:1.8
+build-flow-plugin:0.19
+build-timeout:1.16
+cloudbees-folder:5.11
+credentials:2.1.16
+docker-commons:1.11
+docker-java-api:3.0.14
+docker-plugin:1.0.4
+durable-task:1.10
+embeddable-build-status:1.9
+envinject:1.92.1
+git:2.4.4
+git-client:1.19.6
+github:1.19.1
+github-api:1.75
+github-branch-source:1.7
+github-oauth:0.24
+github-organization-folder:1.3
+git-server:1.6
+greenballs:1.15
+groovy-postbuild:2.3.1
+handlebars:1.1.1
+logstash:1.2.0
+icon-shim:2.0.3
+jackson2-api:2.7.3
+jquery-detached:1.2.1
+junit:1.13
+mailer:1.20
+mask-passwords:2.8
+matrix-auth:1.4
+matrix-project:1.7
+momentjs:1.1.1
+monitoring:1.60.0
+pipeline-build-step:2.0
+pipeline-input-step:2.0
+pipeline-rest-api:1.4
+pipeline-stage-step:2.1
+pipeline-stage-view:1.4
+plain-credentials:1.4
+scm-api:1.2
+script-security:1.19
+ssh-credentials:1.12
+ssh-slaves:1.11
+structs:1.14
+token-macro:1.12.1
+timestamper:1.8.2
+windows-slaves:1.1
+workflow-aggregator:2.1
+workflow-api:2.0
+workflow-basic-steps:2.0
+workflow-cps:2.4
+workflow-cps-global-lib:2.0
+workflow-durable-task-step:2.0
+workflow-job:2.2
+workflow-multibranch:2.4
+workflow-scm-step:2.0
+workflow-step-api:2.14
+workflow-support:2.0
+xvfb:1.1.3
\ No newline at end of file