Skip to content

Commit

Permalink
Name fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Kuster <jasonkuster@google.com>
  • Loading branch information
jasonkuster committed Feb 2, 2017
1 parent 759455c commit 3c383fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .jenkins/common_job_properties.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ class common_job_properties {
// Sets common top-level job properties. Should be accessed through one of the
// above methods to protect jobs from internal details of param defaults.
private static def setTopLevelJobProperties(def context,
def repo_name,
def repository_name,
def default_branch,
def default_timeout) {

// GitHub project.
context.properties {
githubProjectUrl('https://github.com/apache/' + repo_name + '/')
githubProjectUrl('https://github.com/apache/' + repository_name + '/')
}

// Set JDK version.
Expand All @@ -59,7 +59,7 @@ class common_job_properties {
context.scm {
git {
remote {
url('https://github.com/apache/' + repo_name + '.git')
url('https://github.com/apache/' + repository_name + '.git')
refspec('+refs/heads/*:refs/remotes/origin/* ' +
'+refs/pull/*:refs/remotes/origin/pr/*')
}
Expand Down

0 comments on commit 3c383fe

Please sign in to comment.