From f60a6ea58d763f6633372b624ea4c987849cbfdb Mon Sep 17 00:00:00 2001 From: Apostolof Date: Sun, 13 Dec 2020 21:26:21 +0200 Subject: [PATCH] Update plugins list --- Makefile | 2 +- SETUP.md | 2 +- .../configuration/dockerCredentials.groovy | 2 +- .../configuration/gitlabSSHCredentials.groovy | 2 +- jenkins/plugins.txt | 23 ++++++++++++------- 5 files changed, 19 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 846f115..12b11ad 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ stop-clean-data: copy-jobs: @docker cp jenkins:/var/jenkins_home/jobs/. ./jenkins/jobs update-plugins: - @docker exec -it jenkins ls /var/jenkins_home/plugins/ | grep -v jpi > ./jenkins/plugins.txt + @docker exec -it jenkins ls -1 /var/jenkins_home/plugins/ | grep -v jpi > ./jenkins/plugins.txt print-ssh-key: @docker exec -it jenkins cat "/home/jenkins/.ssh/gitlab-ssh.pub" clean-images: diff --git a/SETUP.md b/SETUP.md index 48c18b9..7e95b9e 100644 --- a/SETUP.md +++ b/SETUP.md @@ -16,7 +16,7 @@ but can be easily modified for use with any project, especially decentralized ap ## Prerequisites -To execute the commands bellow you should have a working docker installation on the machine you intend to use. +To execute the commands below you should have a working docker installation on the machine you intend to use. The only other prerequisite is that ports 80 and 443 should be free. diff --git a/jenkins/configuration/dockerCredentials.groovy b/jenkins/configuration/dockerCredentials.groovy index 39468b6..ace4d03 100644 --- a/jenkins/configuration/dockerCredentials.groovy +++ b/jenkins/configuration/dockerCredentials.groovy @@ -1,4 +1,4 @@ -// This script is based on the source bellow: +// This script is based on the source below: // https://gist.github.com/ivan-pinatti/830ec918781060df03b12efd4a14096e import com.cloudbees.plugins.credentials.* import com.cloudbees.plugins.credentials.common.* diff --git a/jenkins/configuration/gitlabSSHCredentials.groovy b/jenkins/configuration/gitlabSSHCredentials.groovy index 1ca5c6e..870d235 100644 --- a/jenkins/configuration/gitlabSSHCredentials.groovy +++ b/jenkins/configuration/gitlabSSHCredentials.groovy @@ -1,4 +1,4 @@ -// This script is based on the sources listed bellow: +// This script is based on the sources listed below: // https://gist.github.com/hayderimran7/d6ab8a6a770cb970349e // https://gist.github.com/ivan-pinatti/de063b610d1bdf2da229c7874968f4d9 // https://support.cloudbees.com/hc/en-us/articles/217708168-create-credentials-from-groovy diff --git a/jenkins/plugins.txt b/jenkins/plugins.txt index ea8c296..529b770 100644 --- a/jenkins/plugins.txt +++ b/jenkins/plugins.txt @@ -1,5 +1,4 @@ ace-editor -antisamy-markup-formatter apache-httpcomponents-client-4-api authentication-tokens blueocean @@ -23,21 +22,22 @@ blueocean-pipeline-scm-api blueocean-rest blueocean-rest-impl blueocean-web +bootstrap4-api bouncycastle-api branch-api +checks-api cloudbees-bitbucket-branch-source cloudbees-folder command-launcher -config-file-provider credentials credentials-binding display-url-api docker-commons docker-workflow durable-task -envinject -envinject-api +echarts-api favorite +font-awesome-api git git-client git-server @@ -45,41 +45,48 @@ github github-api github-branch-source gitlab-plugin +handlebars handy-uri-templates-2-api htmlpublisher jackson2-api jdk-tool jenkins-design-language jira -jquery-detached +jquery3-api jsch junit +lockable-resources mailer -matrix-auth matrix-project mercurial -nodejs +momentjs +okhttp-api pipeline-build-step 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 pipeline-utility-steps plain-credentials +plugin-util-api +popper-api pubsub-light scm-api script-security +snakeyaml-api sse-gateway ssh-credentials structs token-macro trilead-api variant +workflow-aggregator workflow-api workflow-basic-steps workflow-cps