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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -