Sign inSign up

wuakitv/alfred

By wuakitv

Updated almost 6 years ago

Docker image for our CI jenkins instance (alfred)

Image
0

3.0K

wuakitv/alfred repository overview

docker-alfred

Alfred

Updating list of plugins

After generating a new image, the new step is to change the image tag in Puppet. Before you apply this changes via puppet, make sure you have deleted the old/current plugins. Connect to Alfred via SSH, and execute the following command:

rm -rf /var/jenkins_home/plugins/*

Generate list of plugins

How to generate a plugins.txt from an existing jenkins instance:

run in https://<your_jenkins_instance_url>/script

def plugins = jenkins.model.Jenkins.instance.getPluginManager().getPlugins().toSorted()
plugins.each {println "${it.getShortName()}:${it.getVersion()}"}

Tag summary

Content type

Image

Digest

Size

658.1 MB

Last updated

almost 6 years ago

docker pull wuakitv/alfred