Skip to content

blueflame-team/jenkins-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Jenkins Plugins

How to install Jenkins with plugins

  1. Install Jenkins on your computer with docker

    You can follow the most updated instructions on Jenkins Github Page.
    Keep in mind that you need to run a container with a volume in order to have a persistent plugins directory.
    For example, you can use the following command

    docker run -p 8080:8080 -p 50000:50000 --restart=on-failure -v jenkins_home:/var/jenkins_home jenkins/jenkins:lts-jdk11
  2. Download plugins.zip file from blueflame-team google drive and copy it to your volume inside jenkins-home directory /var/jenkins_home.

  3. Unzip the in your Jenkins container by running the command inside the container

    unzip /var/jenkins_home/plugins.zip -d /var/jenkins_home/plugins
  4. Restart Jenkins.

  5. Now you are able to see all the plugins!

How to update plugins / add new plugins

  1. Go to < Jenkins Url > → Manage Jenkins → Manage plugins → update/add the plugins.

  2. Restart Jenkins and check everything works fine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors