Docker image for our CI jenkins instance (alfred)
3.0K

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/*
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()}"}
Content type
Image
Digest
Size
658.1 MB
Last updated
almost 6 years ago
docker pull wuakitv/alfred