Browse Source

Update plugins list

master
Apostolos Fanakis 4 years ago
parent
commit
f60a6ea58d
  1. 2
      Makefile
  2. 2
      SETUP.md
  3. 2
      jenkins/configuration/dockerCredentials.groovy
  4. 2
      jenkins/configuration/gitlabSSHCredentials.groovy
  5. 23
      jenkins/plugins.txt

2
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:

2
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.

2
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.*

2
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

23
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

Loading…
Cancel
Save