Skip to content

Commit

Permalink
jenkins: init Jenkinsfile (#2)
Browse files Browse the repository at this point in the history
* jenkins: init Jenkinsfile

* *: a DUMMY commit just for test CI trigger
  • Loading branch information
iamxy authored Jun 7, 2017
1 parent aabc119 commit b34a9fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!groovy

node {
fileLoader.withGit('[email protected]:pingcap/SRE.git', 'master', 'github-iamxy-ssh', '') {
fileLoader.load('jenkins/ci/pingcap_tidb_tools_branch.groovy').call()
}
}
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ else
endif
@echo "removing test files"
glide vc --use-lock-file --only-code --no-tests

0 comments on commit b34a9fe

Please sign in to comment.