Skip to content

Commit

Permalink
Revert "chore: exclude privatek8s cluster while upgrading to 1.29" (#…
Browse files Browse the repository at this point in the history
…5615)

Revert "chore: exclude privatek8s cluster while upgrading to 1.29 (#5614)"

This reverts commit 493b509.
  • Loading branch information
dduportal authored Aug 23, 2024
1 parent 493b509 commit 8dcdf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_k8s
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pipeline {
axes {
axis {
name 'K8S_CLUSTER'
values 'publick8s', 'cijioagents1', 'infracijioagents1'
values 'privatek8s', 'publick8s', 'cijioagents1', 'infracijioagents1'
}
} // axes
agent {
Expand Down

0 comments on commit 8dcdf63

Please sign in to comment.