Skip to content

Commit

Permalink
bump to branch 7.20.x
Browse files Browse the repository at this point in the history
Change-Id: I9c6603c49c62a7dd57224579a3a86665eb500588
Signed-off-by: nickboldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed Oct 16, 2020
1 parent f077405 commit 9f3501d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion operator-metadata.Jenkinsfile
Expand Up @@ -5,7 +5,7 @@ import groovy.transform.Field
// PARAMETERS for this pipeline:
// FORCE_BUILD = "false"

@Field String SOURCE_BRANCH = "7.19.x" // branch of source repo from which to find and sync commits to pkgs.devel repo
@Field String SOURCE_BRANCH = "7.20.x" // branch of source repo from which to find and sync commits to pkgs.devel repo
@Field String CSV_VERSION_PREV = "2.4.0"
@Field String MIDSTM_BRANCH = "crw-2.5-rhel-8" // target branch in GH repo, eg., crw-2.5-rhel-8

Expand Down
2 changes: 1 addition & 1 deletion operator.Jenkinsfile
Expand Up @@ -5,7 +5,7 @@ import groovy.transform.Field
// PARAMETERS for this pipeline:
// FORCE_BUILD = "false"

@Field String SOURCE_BRANCH = "7.19.x" // branch of source repo from which to find and sync commits to pkgs.devel repo
@Field String SOURCE_BRANCH = "7.20.x" // branch of source repo from which to find and sync commits to pkgs.devel repo
@Field String MIDSTM_BRANCH = "crw-2.5-rhel-8" // target branch in GH repo, eg., crw-2.5-rhel-8

def SOURCE_REPO = "eclipse/che-operator" //source repo from which to find and sync commits to pkgs.devel repo
Expand Down

0 comments on commit 9f3501d

Please sign in to comment.