Guest User

Untitled

a guest
May 20th, 2018
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. #!groovy
  2.  
  3. @Library('jenkins-shared-library') _
  4.  
  5. backendServicePipeline {
  6. developmentRepositoryUrl = 'git@heroku.com:dev-newservice-repository.git'
  7. stagingRepositoryUrl = 'git@heroku.com:stg-newservice-repository.git'
  8. productionRepositoryUrl = 'git@heroku.newservice-repository.git'
  9. slackNotificationChannel = '#backend-events'
  10. swaggerYamlFilename = 'newservice.yaml'
  11. projectName = 'newservice'
  12. }
Add Comment
Please, Sign In to add comment