Skip to content

Commit

Permalink
Jenkinsfile: init adding Jenkinsfile (tikv#1835)
Browse files Browse the repository at this point in the history
* Jenkinsfile: init adding Jenkinsfile

* Jenkinsfile: fix slack channel name from tikv to kv

* Jenkinsfile: take ci pipeline scripts extern
  • Loading branch information
iamxy authored May 15, 2017
1 parent cb1369f commit 1159ac6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!groovy

node {
def TIDB_TEST_BRANCH = "master"
def TIDB_BRANCH = "master"
def PD_BRANCH = "master"

fileLoader.withGit('[email protected]:pingcap/SRE.git', 'master', 'github-iamxy-ssh', '') {
fileLoader.load('jenkins/ci/pingcap_tikv_branch.groovy').call(TIDB_TEST_BRANCH, TIDB_BRANCH, PD_BRANCH)
}
}

0 comments on commit 1159ac6

Please sign in to comment.