jenkinsci / service-now-plugin

Build Jenkins workflow steps for the service-now API
https://plugins.jenkins.io/service-now/
MIT License
26 stars 32 forks source link

After plugin installation Servicenow option not found in "Configure System" nor in "Job" settings ! #17

Closed sudhir6199 closed 5 years ago

sudhir6199 commented 5 years ago

I installed this plugin got from https://plugins.jenkins.io/service-now in jenkins 2.190.1 plugin installed successfully and but even after restart, am unable to find servicenow option neither in "Configure System" nor in "Job" settings .

jmcshane commented 5 years ago

@sudhir6199 this plugin only creates bindings for Jenkins pipelines, there are no global configuration or job settings available at this time.

sudhir6199 commented 5 years ago

@jmcshane I really didn't get purpose of this plugin or the meaning of "creates binding for Jenkins pipelines" but thankyou for your quick response for the post. Somehow for time being now I managed creating tickets adding below API in Jenkins Jobs as a script.

curl -X POST -H "Content-Type: application/json" -d '{"short_description":"Test incident creation through REST", "comments":"These are my comments"}' https://dsd93315.service-now.com/api/now/v1/table/incident --user 'username':'password'