httprequest - Pass Parameters to a Http Request Jenkins -


i have issue on pipeline job on jenkins. make http request:

                httprequest authentication: 'b689fe3c-117e-4076-b10d-fe16ab14742f', httpmode: 'get', outputfile: 'conflict.json', responsehandle: 'none', url: 'http://localhost:port/prweb/api/v1/branches/paramiwant/conflicts' 

and in fiels paramiwant, it's entry parameter. press: buils have parameters , it's string default value. know takes parameter because when write: echo env.paramiwant, works. if have ansmwer, it'll great me! :)


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -