From e958e2c791c42c9d4087e056063ad592fa950a15 Mon Sep 17 00:00:00 2001 From: Gianfranco Berardi Date: Sun, 27 Jan 2019 21:09:20 -0600 Subject: [PATCH 1/2] Minor correction to README. --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index 150405a..97da391 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -9,7 +9,7 @@ If you change settings in the jenkins master config panel or make build jobs you 1. Go to the /scripts folder 2. run the getExport.sh script -This script relies on the `configIncludes.txt` file to determine what jenkins configuration to extra. You may have to add additional files depending on the plugin/configs you want to save. That said the script extracts all current job configuration and jenkins settings and places them in the `jenkinsexport.tar.gz` file in the "jenkins-data" directory. To use it, just wipe your jenkins images (make clean-data) and rebuild (make build) +This script relies on the `configIncludes.txt` file to determine what jenkins configuration to extract. You may have to add additional files depending on the plugin/configs you want to save. That said the script extracts all current job configuration and jenkins settings and places them in the `jenkinsexport.tar.gz` file in the "jenkins-data" directory. To use it, just wipe your jenkins images (make clean-data) and rebuild (make build) # Updating the default plugins From 995ce471bd6d741b2bf679e569089ef65f9bfdfe Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Fri, 5 Jul 2019 10:23:18 -0700 Subject: [PATCH 2/2] README - fix markdown hyperlink Removing a space here to fix the markdown hyperlink --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 02c91aa..a81ed5e 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,7 @@ This will get you up and running with some basic jobs and default config. # ATTENTION: Riot Engineer Blog Readers -If you're following along with Jenkins Tutorial series that uses Jenkins 1 I've placed a corresponding Markdown file [here] -(https://github.com/maxfields2000/dockerjenkins_tutorial/blob/master/BLOG.md) +If you're following along with Jenkins Tutorial series that uses Jenkins 1 I've placed a corresponding Markdown file [here](https://github.com/maxfields2000/dockerjenkins_tutorial/blob/master/BLOG.md) # ATTENTION: Docker 1.12/1.13 Users!