Skip to content

Instantly share code, notes, and snippets.

@harlowja
Created August 30, 2017 17:10
Show Gist options
  • Save harlowja/d98c216b6c72d17ee097e5e49ec57f41 to your computer and use it in GitHub Desktop.
Save harlowja/d98c216b6c72d17ee097e5e49ec57f41 to your computer and use it in GitHub Desktop.
$ cd openstack-pipeline-library/
(.venv) LMDV-JHARLOW:openstack-pipeline-library jxharlow$ tree .
.
├── Jenkinsfile
├── README.rst
└── vars
├── atEndFinish.groovy
├── buildKollaImages.groovy
├── cleanDocker.groovy
├── cleanDockerImages.groovy
├── cleanWs.groovy
├── cloneAndStash.groovy
├── cloneManyAndStash.groovy
├── config.groovy
├── creds.groovy
├── epel.groovy
├── extractJunitSummary.groovy
├── extractPatchesAndSkips.groovy
├── fetchJobDetails.groovy
├── fillTemplate.groovy
├── finish.groovy
├── getDockerConfig.groovy
├── getPythonProjectInfo.groovy
├── gitClone.groovy
├── introspectPyProject.groovy
├── json.groovy
├── makeBranchName.groovy
├── makeToxTester.groovy
├── pickEmoji.groovy
├── prettyFormat.groovy
├── prettyWriteFile.groovy
├── resolveSources.groovy
├── runAndPublishTests.groovy
├── sanitizeDockerTag.groovy
├── slackSendQuoted.groovy
├── slackSh.groovy
├── slackStage.groovy
├── slackSubstep.groovy
├── start.groovy
├── translatePythonVersion.groovy
├── withEpelRepoUrl.groovy
├── withMessages.groovy
├── writePipConf.groovy
├── writePypiRcConf.groovy
└── yaml.groovy
1 directory, 41 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment