cancel
Showing results for 
Search instead for 
Did you mean: 

Gcts with Jenkin integration

0 Kudos

Hi, I have written a groovy script in Jenkins pipeline to trigger ATC pipeline from S4 Hana system , the script has inputs sent in json format which includes TR number which is hard-coded . How will we be able to read newly committed TR directly from github or gcts in this Jenkin script, so we don't need to provide hard-coded TR numbers .

Accepted Solutions (0)

Answers (1)

Answers (1)

Cocquerel
Active Contributor
0 Kudos

you can retrieve dynamically TR number from last Git commit message. See https://www.project-piper.io/steps/transportRequestReqIDFromGit/

0 Kudos

Thanks Michael.

I went through the content in the link, I was not sure on how to implement it. Kindly help in that.