Append the value of variable into text file

2019-06-12 Thread panneerrselvam natarajan
Hi All, I am new to Jenkin and executing the pipeline.. Here i want to store the build number and result in text file. Here my scripts f = new file ('pan2.txt") f.append('newline added!\n) echo "My file " +f println f.text The above scripts adding the content but now i want add the

jenkins build history with status for the given period

2019-06-10 Thread panneerrselvam natarajan
Hi All, We are running Jenkins on Unix environment and execution the pipeline with different stages including Unit Testing. Now I want to generate the report for given period with following details Like below Build Number Execution date UnitTest Pass or Fail . Each stage pass or fail Build

Re: extract or validate the xml response from jenkins

2019-06-09 Thread panneerrselvam natarajan
of failures. > > > On Sat, 8 Jun 2019 at 1:07 PM, panneerrselvam natarajan > wrote: > >> Hi All, >> >> I am using Jenkins (linux server), and sending the RAP content and >> getting the xml response for my test suite result. I am publishing the test >&g

Re: extract or validate the xml response from jenkins

2019-06-08 Thread panneerrselvam natarajan
might help. > We are doing similar for our test automation set up to make the build > unstable by counting number of failures. > > > On Sat, 8 Jun 2019 at 1:07 PM, panneerrselvam natarajan > wrote: > >> Hi All, >> >> I am using Jenkins (linux server), and se

extract or validate the xml response from jenkins

2019-06-07 Thread panneerrselvam natarajan
Hi All, I am using Jenkins (linux server), and sending the RAP content and getting the xml response for my test suite result. I am publishing the test result using test result analyzer. xml file were created and published thru "Test Result Analyser" . . Now I want to extract the number of

Re: Pass the data thru variable using curl command

2019-01-30 Thread panneerrselvam natarajan
:15 AM N Panneerrselvam <mailto:panne...@gmail.com>> wrote: > Def sresponse = sh scripts: status, return srdout: true > > On Mon, Jan 21, 2019, 09:50 David Karr <mailto:davidmichaelk...@gmail.com> wrote: > > On Sun, Jan 20, 2019 at 8:55 PM panneerrselvam natarajan &

Pass the data thru variable using curl command

2019-01-20 Thread panneerrselvam natarajan
Hi All, I am using Jenkins for API Testing in Pega Environment. I can send and receive response thru PostMan and SOAPUI and working fine. But I want to automate using Jenkins Pipeline. Please do let me know, How do i send the data/variable thru CURL command in pipeline. I sent the data but

Eclipse Editor for jenkinsfile

2018-10-29 Thread panneerrselvam natarajan
Hi Team, I am new to Jenkins pipeline and Eclipse, I need to use the eclipse editor to create and compile the Jenkins file and finally need to store in Git repository. I have already installed Jenkins editor plugin for Eclipse, Please help me to use the editor and compile the pipeline

Re: curl syntax to send and receive REST Service API response (xml) from jenkins

2018-10-29 Thread panneerrselvam natarajan
Hi Prasad, Thanks for your response. I am getting response using HTTP instead of HTTPS and stored in xml file.. How do i read the xml file? The new XmlParser().parseText() displayed some error Regards Panneer panneerrselvam natarajan wrote: > Hi All, > > I need to execute the t

How do we send number of pass/fail test result using Test Results Analyzer plugin

2018-10-25 Thread panneerrselvam natarajan
Hi All, I am using Test Results Analyzer plugin for my Jenkins pipeline and getting test result through Test Result Analyzer plugin.. Is there any way to capture the pass/fail/total test cases and communicate to Email thru pipeline scripts. Please clarify. Regards Panneer -- You received

Re: curl syntax to send and receive REST Service API response (xml) from jenkins

2018-10-24 Thread panneerrselvam natarajan
Hi Matt, We have Pega test suite (Rest API) and it is working fine in pega and postman. Now through jenkins pipeline i need to call the test suite and verify the xml response thru jenkins. Please do let me know if you need clarification. Regards Panneer On Wednesday, October 24, 2018 at

Re: curl syntax to send and receive REST Service API response (xml) from jenkins

2018-10-16 Thread panneerrselvam natarajan
Hi , Thanks for your response. I am expecting complete curl statement (syntax ) for request and xml response. Regards Panneer On Tuesday, October 16, 2018 at 8:08:55 PM UTC-7, panneerrselvam natarajan wrote: > > Hi All, > > I need to execute the test suite using jenkins pipeli

curl syntax to send and receive REST Service API response (xml) from jenkins

2018-10-16 Thread panneerrselvam natarajan
Hi All, I need to execute the test suite using jenkins pipeline, The test suites which has developed using pega (REST service API). Please do let me know syntax to get the xml based response. Regards Panneer -- You received this message because you are subscribed to the Google Groups

call pzinskey (pega) file from jenkins and execute the unit test suites

2018-10-10 Thread panneerrselvam natarajan
Hi All, I need to integrate the Unit Test cases using Jenkins, They will provide the pzinskey (pega) which containts the list of test suites. I need to execute whether pass or fail and provide the result. Please can i have any suggestion on this. Regards Panneer -- You received this

Re: need the pipline script

2018-10-06 Thread panneerrselvam natarajan
ng this issue. >> >> Thanks, >> rajendra....@gmail.com >> >> On Fri 5 Oct, 2018, 12:01 AM panneerrselvam natarajan, > > wrote: >> >>> Hi Rajendra, >>> >>> I am getting the below error message.. >>> >>> groovy.lang.Missin

Re: need the pipline script

2018-10-04 Thread panneerrselvam natarajan
: groovy.lang.Binding at groovy.lang.Binding.getVariable(Binding.java:63) Can you help me on this. Regards Panneer On Monday, October 1, 2018 at 10:36:57 AM UTC-7, panneerrselvam natarajan wrote: > > Thanks Rajendra > > Regards > Panneer > > > On Monday, October 1,

Re: need the pipline script

2018-10-04 Thread panneerrselvam natarajan
; these tools you can install on the same machine and use cli mode to launch > tests from shell prompt in build section. > > thanks, > Rajendra > > > > > > > *Thanks and Regards,Rajendra Prasad Reddy PenumalliSr. Engineer in > Testing.Mobile:9008566233* > > &

Re: need the pipline script

2018-10-01 Thread panneerrselvam natarajan
rasad Reddy PenumalliSr. Engineer in > Testing.Mobile:9008566233* > > > On Mon, 1 Oct 2018 at 21:06, panneerrselvam natarajan > wrote: > >> Hi Rajendra, >> >> Thanks for your immediate response. >> Yes.. I want to automate web services using Jenkins pipel

Re: need the pipline script

2018-10-01 Thread panneerrselvam natarajan
; web service test suite? > normally people write ant script to trigger test suite. > > > > > > > *Thanks and Regards,Rajendra Prasad Reddy PenumalliSr. Engineer in > Testing.Mobile:9008566233* > > > On Mon, 1 Oct 2018 at 19:00, panneerrselvam natarajan > w

Re: need the pipline script

2018-10-01 Thread panneerrselvam natarajan
Hi Rajendra, Thanks for your response. I installed everything and got credential also. The sample pipeline scripts are working fine. I have lot of API Test case... Let me know the procedure to send request and get response (HTTPS) for simple url ( i can use my company url). Thanks in

How to Automate the webservices api test using jenkins

2018-09-30 Thread panneerrselvam natarajan
Hi Team, I am new to Jenkins with GIT and I need to automate webservices using Jenkins pipeline. Please help me one simple scripts with stages for API request and response to understand flow. Otherwise share the where can I get the example for my learning. Thanks Panneerr -- You