Skip to content

Commit

Permalink
Merge pull request #27 from warlordofmars/missing-skills
Browse files Browse the repository at this point in the history
Missing skills + Doc improvements + Date format fix
  • Loading branch information
warlordofmars committed Feb 19, 2019
2 parents db7458a + 8fdc8b0 commit d1469a1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br/><br/>![Test Results Report](https://i.imgur.com/2e8GdDF.png) |
| **Jenkins Pipeline** | All builds orchestrated by Jenkins pipeline <br/><br/>![Simple Pipeline](https://i.imgur.com/ZaVIgzy.png)
| **Jenkins Pipeline** | All builds orchestrated by Jenkins pipeline <br/><br/>![Simple Pipeline](https://i.imgur.com/ZaVIgzy.png) <br/><br/> 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. <br/><br/> ![slack screenshot](https://i.imgur.com/AmrJprI.gif)

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand Down
3 changes: 3 additions & 0 deletions resume/resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
"yum",
"Jenkins",
"Jenkins Pipeline",
"Jenkins Job DSL",
"Maven",
"Artifactory",
"Ant"
Expand Down Expand Up @@ -330,6 +331,7 @@
"keywords": [
"AWS EC2",
"AWS EC2 Auto Scaling Groups",
"VirtualBox",
"VMware vSphere",
"Citrix XenServer"

Expand Down Expand Up @@ -435,6 +437,7 @@
"Stash/BitBucket",
"Jira",
"Confluence",
"LastPass",
"Office365",
"ServiceNow",
"PagerDuty"
Expand Down
3 changes: 2 additions & 1 deletion resume/spell_check_ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,5 @@ balancer
EFS
gR
VirtualBox
natively
natively
LastPass

0 comments on commit d1469a1

Please sign in to comment.