Skip to content

Commit e3ac940

Browse files
iamxytiancaiamao
authored andcommittedMay 15, 2017
Jenkinsfile: init adding Jenkinsfile (pingcap#3249)
1 parent 301e984 commit e3ac940

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎Jenkinsfile

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!groovy
2+
3+
node {
4+
def TIDB_TEST_BRANCH = "master"
5+
def TIKV_BRANCH = "master"
6+
def PD_BRANCH = "master"
7+
8+
fileLoader.withGit('git@github.com:pingcap/SRE.git', 'master', 'github-iamxy-ssh', '') {
9+
fileLoader.load('jenkins/ci/pingcap_tidb_branch.groovy').call(TIDB_TEST_BRANCH, TIKV_BRANCH, PD_BRANCH)
10+
}
11+
}

0 commit comments

Comments
 (0)
Please sign in to comment.