Reputation: 139
I am new to Jenkins, can someone help me to write Jenkinsfile that access openshift run few of commands, and return the report I know commands to run manually in open shift but don't know how to do in Jenkins
Upvotes: 1
Views: 659
Reputation: 4485
There are a few good introductions available on how to access OpenShift using the OpenShift Jenkins Plugin or on how to run generic commands using sh
:
More generic: Jenkins Pipeline: running external programs with sh
Upvotes: 2