Skip to content

Commit b34a9fe

Browse files
authored
jenkins: init Jenkinsfile (pingcap#2)
* jenkins: init Jenkinsfile * *: a DUMMY commit just for test CI trigger
1 parent aabc119 commit b34a9fe

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Jenkinsfile

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!groovy
2+
3+
node {
4+
fileLoader.withGit('[email protected]:pingcap/SRE.git', 'master', 'github-iamxy-ssh', '') {
5+
fileLoader.load('jenkins/ci/pingcap_tidb_tools_branch.groovy').call()
6+
}
7+
}

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ else
4343
endif
4444
@echo "removing test files"
4545
glide vc --use-lock-file --only-code --no-tests
46+

0 commit comments

Comments
 (0)