From 0a6771bc6bf3cd3a80ad1805275aa0dff7e4c974 Mon Sep 17 00:00:00 2001 From: John Carter Date: Tue, 19 Feb 2019 13:17:13 -0500 Subject: [PATCH 1/3] adding a few missing skills / keywords --- resume/resume.json | 3 +++ resume/spell_check_ignore.txt | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/resume/resume.json b/resume/resume.json index 076cf7d..3d9202d 100644 --- a/resume/resume.json +++ b/resume/resume.json @@ -229,6 +229,7 @@ "yum", "Jenkins", "Jenkins Pipeline", + "Jenkins Job DSL", "Maven", "Artifactory", "Ant" @@ -330,6 +331,7 @@ "keywords": [ "AWS EC2", "AWS EC2 Auto Scaling Groups", + "VirtualBox", "VMware vSphere", "Citrix XenServer" @@ -435,6 +437,7 @@ "Stash/BitBucket", "Jira", "Confluence", + "LastPass", "Office365", "ServiceNow", "PagerDuty" diff --git a/resume/spell_check_ignore.txt b/resume/spell_check_ignore.txt index 5d51d9a..503ecdf 100644 --- a/resume/spell_check_ignore.txt +++ b/resume/spell_check_ignore.txt @@ -137,4 +137,5 @@ balancer EFS gR VirtualBox -natively \ No newline at end of file +natively +LastPass \ No newline at end of file From 26a50844b2616fe8273d2011352ab344ee167688 Mon Sep 17 00:00:00 2001 From: John Carter Date: Tue, 19 Feb 2019 13:17:53 -0500 Subject: [PATCH 2/3] updating json-resume plugin version for fix for date format on resume last modified date in resume footer --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7e272ea..243e856 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { classpath 'com.github.warlordofmars:gradle-release-helper:release-0.1.3' classpath 'com.github.warlordofmars:gradle-slack-liveupdate:release-0.3.8' classpath 'com.github.warlordofmars:gradle-cloudformation-helper:release-0.1.6' - classpath 'com.github.warlordofmars:gradle-json-resume:release-0.1.1' + classpath 'com.github.warlordofmars:gradle-json-resume:release-0.1.9' } } From 8fdc8b0201ce045e614890f024c611719b141f42 Mon Sep 17 00:00:00 2001 From: John Carter Date: Tue, 19 Feb 2019 13:18:18 -0500 Subject: [PATCH 3/3] updating README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82f06ae..b201517 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ This project is a [Gradle Multi Project](https://docs.gradle.org/current/usergui | **CloudFormation Best Practices Check** | CloudFormation template is analyzed for any deviation from CloudFormation best practices | **CloudFormation Stack Deployment** | CloudFormation stack deployed from CloudFormation template | **Test Results** | All tests that are performed throughout the `build` and `deploy` process are captured and recorded in a JUnit-style XML report.

![Test Results Report](https://i.imgur.com/2e8GdDF.png) | -| **Jenkins Pipeline** | All builds orchestrated by Jenkins pipeline

![Simple Pipeline](https://i.imgur.com/ZaVIgzy.png) +| **Jenkins Pipeline** | All builds orchestrated by Jenkins pipeline

![Simple Pipeline](https://i.imgur.com/ZaVIgzy.png)

With gating approval step ![Pipeline Waiting for Input](https://i.imgur.com/CgBIZ5v.png) | **Realtime Slack Updates** | All builds executed in Jenkins will update Slack along the way as the build progresses.

![slack screenshot](https://i.imgur.com/AmrJprI.gif) ## Configuration