Re: POSTing zip file using httpRequest in Jenkinsfile

2019-08-02 Thread deepak t.s
On Tuesday, 31 January 2017 02:34:13 UTC+5:30, Christopher Burke wrote: > > Hey everyone > >Part of my build pipeline requires that I publish a zip file to a > server, so I'm trying the following: > > response = httpRequest httpMode: 'POST', contentType: > 'APPLICATION_OCTETSTREAM', body:".

Parsing XML and getting Info to use later

2018-11-10 Thread deepak t.s
deepak t.s 2:53 PM (2 hours ago) to jenkinsci-users Hi team i am tring to use the following utis from Phoenix AutoTest Plugin I have writen a grrovy script which i load in scripts block Comand can be found here : https://jenkins.io/doc/pipeline/steps/phoenix-autotest/#readxml-readxmlstep Ex

Need Example usage of readXml

2018-11-10 Thread deepak t.s
Hi team i am tring to use the following utis from Phoenix AutoTest Plugin I have writen a grrovy script which i load in scripts block Comand can be found here : https://jenkins.io/doc/pipeline/steps/phoenix-autotest/#readxml-readxmlstep Ex : def extractinfo{ def xml = readXml xmlFile 'setup.xml