Skip to content

Commit

Permalink
added two constants
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Markiewka <[email protected]>
  • Loading branch information
marekzan committed Feb 4, 2021
1 parent 331edab commit faf40be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/com/cloudogu/gitops/gitopsbuildlib/GitOps.groovy
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
package com.cloudogu.gitops.gitopsbuildlib

class GitOps implements Serializable{
// "Constants
String getK8sVersion() { '1.18.1 '}
String getConfigDir() { '.config'}

private script
private cesBuildLib
private scmManagerCredentials
Expand Down

0 comments on commit faf40be

Please sign in to comment.