Skip to content

Instantly share code, notes, and snippets.

@marcusramberg
Created February 13, 2020 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusramberg/5f81ba535a7595744455c322af41087b to your computer and use it in GitHub Desktop.
Save marcusramberg/5f81ba535a7595744455c322af41087b to your computer and use it in GitHub Desktop.
.
├── Jenkinsfile
├── README.md
├── build.gradle
├── gradle
│   └── wrapper
│   ├── gradle-wrapper.jar
│   └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat
├── resources
│   └── no
│   └── dnb
│   └── shasl
│   └── apigw-configuration.yml
├── src
│   └── test
│   └── groovy
│   ├── ShaslGetAccountIDTest.groovy
│   ├── ShaslGetAccountTypeTest.groovy
│   ├── ShaslGetEnvironmentFromJobnameTest.groovy
│   └── ShaslGetVersionStringTest.groovy
└── vars
├── shaslGenerateSSLKey.groovy
├── shaslGetAccountID.groovy
├── shaslGetAccountType.groovy
├── shaslGetEnvironmentFromJobname.groovy
├── shaslGetVersionString.groovy
├── shaslSpringBuild.groovy
└── shaslSpringDeploy.groovy
10 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment