Updated job definiton
This commit is contained in:
@ -1,26 +1,25 @@
|
|||||||
---
|
---
|
||||||
- job:
|
- job:
|
||||||
name: elastic+elasticsearch-js+jenkins-pipelines
|
name: elastic+elasticsearch-js+mbp
|
||||||
display-name: 'elastic / elasticsearch-js # jenkins-pipelines'
|
display-name: 'elastic / elasticsearch-js'
|
||||||
description: Testing the elasticsearch-js jenkins-pipelines branch.
|
description: Testing elasticsearch-js.
|
||||||
project-type: multibranch
|
project-type: multibranch
|
||||||
properties: []
|
properties: []
|
||||||
triggers: []
|
triggers: []
|
||||||
logrotate:
|
logrotate:
|
||||||
daysToKeep: 30
|
daysToKeep: 30
|
||||||
numToKeep: 100
|
|
||||||
number-to-keep: '5'
|
number-to-keep: '5'
|
||||||
days-to-keep: '1'
|
days-to-keep: '1'
|
||||||
concurrent: true
|
concurrent: true
|
||||||
node: linux
|
node: linux
|
||||||
script-path: Jenkinsfile
|
script-path: .ci/Jenkinsfile
|
||||||
scm:
|
scm:
|
||||||
- github:
|
- github:
|
||||||
branch-discovery: all
|
branch-discovery: no-pr
|
||||||
discover-pr-forks-strategy: merge-current
|
discover-pr-forks-strategy: merge-current
|
||||||
discover-pr-forks-trust: permission
|
discover-pr-forks-trust: permission
|
||||||
discover-pr-origin: merge-current
|
discover-pr-origin: merge-current
|
||||||
discover-tags: true
|
discover-tags: false
|
||||||
repo: elasticsearch-js
|
repo: elasticsearch-js
|
||||||
repo-owner: elastic
|
repo-owner: elastic
|
||||||
credentials-id: 2a9602aa-ab9f-4e52-baf3-b71ca88469c7-UserAndToken
|
credentials-id: 2a9602aa-ab9f-4e52-baf3-b71ca88469c7-UserAndToken
|
||||||
|
|||||||
Reference in New Issue
Block a user