Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
update repo org
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Park committed Jul 17, 2014
1 parent a4d61e1 commit b2933f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ When running a project through this module, the project {{name}} is appended wit
job_type: pull_request_generator
git_url: 'https://www.github.com/'
git_repo: 'jenkins_pipeline_builder'
git_org: 'IgorShare'
git_org: 'constantcontact'
jobs:
- '{{name}}-Job1':
publishers:
Expand Down
2 changes: 1 addition & 1 deletion lib/jenkins_pipeline_builder/pull_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def initialize(project, jobs, pull_job)
#
# args[:git_url] URL to the github main page ex. https://www.github.com/
# args[:git_repo] Name of repo only, not url ex. jenkins_pipeline_builder
# args[:git_org] The Orig user ex. igorshare
# args[:git_org] The Orig user ex. constantcontact
# @return = array of pull request numbers
def check_for_pull(args)
fail 'Please specify all arguments' unless args[:git_url] && args[:git_org] && args[:git_repo]
Expand Down
2 changes: 1 addition & 1 deletion pipeline/Jenkins-Pipeline-Builder.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- job:
name: 'Jenkins-Pipeline-Builder'
scm_provider: git
scm_url: https://github.com/IgorShare/jenkins_pipeline_builder.git
scm_url: https://github.com/constantcontact/jenkins_pipeline_builder.git
scm_branch: master
scm_params:
excuded_users: buildmaster
Expand Down

0 comments on commit b2933f9

Please sign in to comment.