Skip to content

Instantly share code, notes, and snippets.

@jabad21
Last active May 15, 2018 17:18
Show Gist options
  • Select an option

  • Save jabad21/c2b31813f4e2c479a3a012469daf176b to your computer and use it in GitHub Desktop.

Select an option

Save jabad21/c2b31813f4e2c479a3a012469daf176b to your computer and use it in GitHub Desktop.
example-pipeline-using-jenkins-shared-library
#!groovy
@Library('jenkins-shared-library') _
backendServicePipeline {
developmentRepositoryUrl = 'git@heroku.com:dev-newservice-repository.git'
stagingRepositoryUrl = 'git@heroku.com:stg-newservice-repository.git'
productionRepositoryUrl = 'git@heroku.newservice-repository.git'
slackNotificationChannel = '#backend-events'
swaggerYamlFilename = 'newservice.yaml'
projectName = 'newservice'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment