We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9c792 commit 160c2d8Copy full SHA for 160c2d8
.jenkins/jobs/elastic+go-elasticsearch+master-xpack.yml
@@ -0,0 +1,14 @@
1
+---
2
+- job:
3
+ name: elastic+go-elasticsearch+master-xpack
4
+ display-name: 'elastic / go-elasticsearch # master-xpack'
5
+ description: Testing the go-elasticsearch master branch with XPack.
6
+ junit_results: "*-junit.xml"
7
+ parameters:
8
+ - string:
9
+ name: branch_specifier
10
+ default: refs/heads/xpack
11
+ description: The Git branch specifier to build
12
+ triggers:
13
+ - github
14
+ - timed: '@daily'
0 commit comments