Revert "Update Jenkins to 2.263.4 and plugins"

This reverts commit ffe6af856e38813f995583c81309dce3502301a8.
This reverts commit 748de249ab66fc64f490f04817ec57abd8fe3181.

Related-Prod: PROD-36362
Change-Id: I8c75f3c2824e3b24f5d81b7ece161e63035d6a44
diff --git a/Dockerfile b/Dockerfile
index 1d8a726..6f921dd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -51,10 +51,10 @@
 
 # jenkins version being bundled in this docker image
 ARG JENKINS_VERSION
-ENV JENKINS_VERSION ${JENKINS_VERSION:-2.263.4}
+ENV JENKINS_VERSION ${JENKINS_VERSION:-2.204.3}
 
 # jenkins.war checksum, download will be validated using it
-ARG JENKINS_SHA=1d4a7409784236a84478b76f3f2139939c0d7a3b4b2e53b1fcef400c14903ab6
+ARG JENKINS_SHA=aa35f86e92812b511fd97f52e22b1e35965ef984f5eb60215b70b5914f9dc9ea
 
 # Can be used to customize where jenkins.war get downloaded from
 ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war
@@ -93,8 +93,8 @@
 # list of plugins which should be installed. Doesn't include deps list, which specified in jenkins-plugins-deps file.
 RUN JENKINS_UC_DOWNLOAD=http://archives.jenkins-ci.org /usr/local/bin/install-plugins.sh \
         antisamy-markup-formatter:1.5 \
-        artifactory:3.10.6 \
-        audit-trail:3.8 \
+        artifactory:2.16.2 \
+        audit-trail:2.5 \
         blueocean:1.9.0 \
         build-blocker-plugin:1.7.3 \
         build-monitor-plugin:1.12+build.201809061734 \
@@ -102,25 +102,25 @@
         build-user-vars-plugin:1.5 \
         categorized-view:1.10 \
         command-launcher:1.2 \
-        copyartifact:1.46 \
+        copyartifact:1.41 \
         description-setter:1.10 \
         discard-old-build:1.05 \
         docker-workflow:1.17 \
-        email-ext:2.82 \
-        envinject:2.3.0 \
+        email-ext:2.63 \
+        envinject:2.1.6 \
         extended-choice-parameter:0.76 \
         extensible-choice-parameter:1.6.0 \
-        gerrit-trigger:2.33.0 \
-        git:4.6.0 \
+        gerrit-trigger:2.27.7 \
+        git:3.9.1 \
         github:1.29.3 \
         heavy-job:1.1 \
         jdk-tool:1.1 \
         jobConfigHistory:2.18.2 \
         jira:3.0.3 \
         ldap:1.20 \
-        lockable-resources:2.10 \
-        matrix-auth:2.6.6 \
-        monitoring:1.87.0 \
+        lockable-resources:2.3 \
+        matrix-auth:2.3 \
+        monitoring:1.74.0 \
         multiple-scms:0.6 \
         performance:3.12 \
         permissive-script-security:0.3 \
@@ -129,13 +129,13 @@
         prometheus:2.0.0 \
         rebuild:1.29 \
         simple-theme-plugin:0.5.1 \
-        slack:2.47 \
+        slack:2.3 \
         ssh-agent:1.17 \
         ssh-slaves:1.29.4 \
         test-stability:2.3 \
         throttle-concurrents:2.0.1 \
         workflow-cps:2.58 \
-        workflow-remote-loader:1.5 \
+        workflow-remote-loader:1.4 \
         workflow-scm-step:2.7
 
 # Switch user for cleanup