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! 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