Skip to content

Commit

Permalink
Jenkinsfile: fix typo, correct the name to pingcap_pd_branch.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
iamxy committed May 15, 2017
1 parent e974f07 commit 74259ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ node {
def TIKV_BRANCH = "rc2.2"

fileLoader.withGit('git@github.com:pingcap/SRE.git', 'master', 'github-iamxy-ssh', '') {
fileLoader.load('jenkins/ci/pingcap_tikv_branch.groovy').call(TIDB_TEST_BRANCH, TIDB_BRANCH, TIKV_BRANCH)
fileLoader.load('jenkins/ci/pingcap_pd_branch.groovy').call(TIDB_TEST_BRANCH, TIDB_BRANCH, TIKV_BRANCH)
}
}

0 comments on commit 74259ca

Please sign in to comment.