Skip to content

Commit 60a1f29

Browse files
committed
Move back to jjbb (#995)
* Removed Jenkins pipelines configuration * Restored jjbb definitions
1 parent e7c40dd commit 60a1f29

7 files changed

+75
-279
lines changed

.ci/Jenkinsfile

Lines changed: 0 additions & 224 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
- job:
3+
name: elastic+elasticsearch-js+5.x
4+
display-name: 'elastic / elasticsearch-js # 5.x'
5+
description: Testing the elasticsearch-js 5.x branch.
6+
parameters:
7+
- string:
8+
name: branch_specifier
9+
default: refs/heads/5.x
10+
description: the Git branch specifier to build (<branchName>, <tagName>,
11+
<commitId>, etc.)
12+
triggers:
13+
- github
14+
- timed: '@weekly'
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
- job:
3+
name: elastic+elasticsearch-js+6.x
4+
display-name: 'elastic / elasticsearch-js # 6.x'
5+
description: Testing the elasticsearch-js 6.x branch.
6+
parameters:
7+
- string:
8+
name: branch_specifier
9+
default: refs/heads/6.x
10+
description: the Git branch specifier to build (<branchName>, <tagName>,
11+
<commitId>, etc.)
12+
triggers:
13+
- github
14+
- timed: '@weekly'
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
- job:
3+
name: elastic+elasticsearch-js+7.x
4+
display-name: 'elastic / elasticsearch-js # 7.x'
5+
description: Testing the elasticsearch-js 7.x branch.
6+
parameters:
7+
- string:
8+
name: branch_specifier
9+
default: refs/heads/7.x
10+
description: the Git branch specifier to build (<branchName>, <tagName>,
11+
<commitId>, etc.)
12+
triggers:
13+
- github
14+
- timed: '@weekly'
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
- job:
3+
name: elastic+elasticsearch-js+master
4+
display-name: 'elastic / elasticsearch-js # master'
5+
description: Testing the elasticsearch-js master branch.
6+
parameters:
7+
- string:
8+
name: branch_specifier
9+
default: refs/heads/master
10+
description: the Git branch specifier to build (<branchName>, <tagName>,
11+
<commitId>, etc.)
12+
triggers:
13+
- github
14+
- timed: '@daily'

.ci/jobs/elastic+elasticsearch-js+mbp.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
- job:
3+
name: elastic+elasticsearch-js+pull-request
4+
display-name: 'elastic / elasticsearch-js # pull-request'
5+
description: Testing of elasticsearch-js pull requests.
6+
scm:
7+
- git:
8+
branches:
9+
- ${ghprbActualCommit}
10+
refspec: +refs/pull/*:refs/remotes/origin/pr/*
11+
triggers:
12+
- github-pull-request:
13+
org-list:
14+
- elastic
15+
allow-whitelist-orgs-as-admins: true
16+
github-hooks: true
17+
status-context: clients-ci
18+
cancel-builds-on-update: true
19+
publishers: []

0 commit comments

Comments
 (0)