We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aabc119 commit b34a9feCopy full SHA for b34a9fe
Jenkinsfile
@@ -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
@@ -43,3 +43,4 @@ else
43
endif
44
@echo "removing test files"
45
glide vc --use-lock-file --only-code --no-tests
46
0 commit comments