I am trying to run below command in Jenkins pipeline
$ gh pr create --title "The bug is fixed" --body "Everything works again"
$ gh pr create --reviewer monalisa,hubot --reviewer myorg/team-name
$ gh pr create --project "Roadmap"
$ gh pr create --base develop --head monalisa:feature
Getting error gh: command not found
where general git command are working fine like git checkout -f fedb73c252b8f058a83ab222648c08265f442876
is there any way to fix this issue ?