Skip to content

Commit

Permalink
oc version client only (#4153)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreyd authored May 8, 2024
1 parent 51ee432 commit 8922fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/build/build-sync/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ node('covscan') {
stage("Version dumps") {
buildlib.doozer "--version"
buildlib.elliott "--version"
buildlib.oc("version -o yaml")
buildlib.oc("version --client=true -o yaml")
}

stage ("build sync") {
Expand Down

0 comments on commit 8922fea

Please sign in to comment.