cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

PTC with Jenkins on Deployment based on the Build request which raised on PTC

narayanab87
1-Newbie

PTC with Jenkins on Deployment based on the Build request which raised on PTC

I've build which is checked-in on the PTC Integrity and I've raised the CR or SR ticket(Build & Deploy Request) on the PTC life manager by developer for deploy his build on some XXXX server and the version of the build is xxxx.

As of now as a deployment team we are following the below process

If we get a ticket we assigned it to us.
And then collect all those details which is on the ticket by manually and doing deployment also by manually.

Instead of this now we are planning to do this on automation.

How do I get the following details on the Jenkins to do my deployment. I've some bat script to do the deployment. To kick off that bat file, it needs the following details
1. Version of the build
2. Which server the Build needs to deploy
3. Where the build file is located

I need to collect all those above details from the PTC ticket which I had created earlier
Is there any possiblity from Jenkins can I able to get those values from the ticket number.

I'm very new to PTC.
I came to know from google there is a plugin available for PTC with Jenkins

Could someone please help on this

1 REPLY 1

Hello,

there are lots of information you can use to understand the PTC Integrity Jenkins integration:

 

https://wiki.jenkins.io/display/JENKINS/PTC+Integrity+Plugin

https://github.com/jenkinsci/integrity-plugin

 

Did you review all that?

 

Top Tags