Skip to content
This repository has been archived by the owner on May 2, 2018. It is now read-only.

Commit

Permalink
Add jenkins file
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Copaciu committed Jun 14, 2017
1 parent b06d7de commit 3158027
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@Library('k8s-pipeline-lib') _

import com.ft.jenkins.BuildConfig
import com.ft.jenkins.Cluster

BuildConfig config = new BuildConfig()
// adjust this to the cluster the application should be deployed to.
// The available values are currently Cluster.DELIVERY, Cluster.PUBLISHING.
// If the app should be deployed in both clusters, put them both in the list
config.deployToClusters = [Cluster.DELIVERY]

entryPointForReleaseAndDev(config)

0 comments on commit 3158027

Please sign in to comment.