Skip to content

Commit

Permalink
Move release job to devops-ci (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemnikitin committed Aug 2, 2019
1 parent 7c4e28b commit a2aa835
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .ci/jobs/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
- job:
description: Job that builds release version of ECK. This Job is managed by JJB.
logrotate:
daysToKeep: 7
numToKeep: 100
artifactDaysToKeep: 5
artifactNumToKeep: 10
name: cloud-on-k8s-release
project-type: multibranch
prune-dead-branches: true
script-path: 'build/ci/release/Jenkinsfile'
scm:
- github:
repo: 'cloud-on-k8s'
repo-owner: 'elastic'
credentials-id: 'f6c7695a-671e-4f4f-a331-acdce44ff9ba'
discover-tags: true
wipe-workspace: true
branch-discovery: false
discover-pr-forks-strategy: false
build-strategies:
- tags:
ignore-tags-newer-than: 1
- regular-branches: false

0 comments on commit a2aa835

Please sign in to comment.