Hi Rajendra, I am getting the below error message when i run my scripts using jenkins.
Ji.. I need your technical support for few minutes I am getting the below error message while executing the pipeline groovy.lang.MissingPropertyException: No such property: A99versionCount1 for class: 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, 2018 at 8:47:28 AM UTC-7, rajendraprasad reddy wrote: >> >> Using curl you can automate but we use readyAPI(paid version o SOAPUI). >> Curl can be used for light weight automation and it is tedious to use >> large scale web service automation. >> you can also use soapui open source or even jmeter. >> >> 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* >> >> >> On Mon, 1 Oct 2018 at 21:06, panneerrselvam natarajan <[email protected]> >> wrote: >> >>> Hi Rajendra, >>> >>> Thanks for your immediate response. >>> Yes.. I want to automate web services using Jenkins pipeline >>> I think i can call using curl function.. current me if am wrong. >>> >>> Regards >>> Panneer >>> >>> >>> On Monday, October 1, 2018 at 7:31:09 AM UTC-7, rajendraprasad reddy >>> wrote: >>>> >>>> Hi panneerrselvam, >>>> You want to automate web services using Jenkins? or you want to trigger >>>> Jenkins via API(Rest Call)? >>>> i think , you want to trigger automated test suite for web service >>>> from Jenkins ? >>>> If that s correct then which or framework you people used create >>>> automated 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 < >>>> [email protected]> wrote: >>>> >>>>> 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 advance >>>>> Panneer >>>>> >>>>> >>>>> On Monday, October 1, 2018 at 5:10:12 AM UTC-7, rajendraprasad reddy >>>>> wrote: >>>>>> >>>>>> Install following plugins >>>>>> Git plugin, >>>>>> Pipeline plugin, >>>>>> Credentials plugin >>>>>> Credentials binding plugin >>>>>> >>>>>> After this use snippet generator to compose pipeline step like >>>>>> 'gitcheckout' >>>>>> >>>>>> I hope you can do after this hint. >>>>>> Let me know if you need further help? >>>>>> >>>>>> Thanks, >>>>>> Rajendra >>>>>> >>>>>> On Mon 1 Oct, 2018, 5:14 PM Robert Rajendra, <[email protected]> >>>>>> wrote: >>>>>> >>>>>>> HI >>>>>>> >>>>>>> need pipleine script to get code from git and deploy to the ssh and >>>>>>> how to store ssh keys and location in jenkins pipeline project >>>>>>> >>>>>>> >>>>>>> Regards >>>>>>> >>>>>>> *Robert Rajendra* >>>>>>> >>>>>>> Associate Network/Server Support Engineer >>>>>>> >>>>>>> IT Hands >>>>>>> >>>>>>> P: +91 863.087.3094 >>>>>>> >>>>>>> W: www.ITHands.com <http://www.ithands.com/> >>>>>>> >>>>>>> -- >>>>>>> You received this message because you are subscribed to the Google >>>>>>> Groups "Jenkins Users" group. >>>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>>> send an email to [email protected]. >>>>>>> To view this discussion on the web visit >>>>>>> https://groups.google.com/d/msgid/jenkinsci-users/CABbC_KHUSjnPbgK%2BgEaFUnfDxUPB0D9w%2BxO_spWUEHVk47JppQ%40mail.gmail.com >>>>>>> >>>>>>> <https://groups.google.com/d/msgid/jenkinsci-users/CABbC_KHUSjnPbgK%2BgEaFUnfDxUPB0D9w%2BxO_spWUEHVk47JppQ%40mail.gmail.com?utm_medium=email&utm_source=footer> >>>>>>> . >>>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>>> >>>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Jenkins Users" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> To view this discussion on the web visit >>>>> https://groups.google.com/d/msgid/jenkinsci-users/949f3b0a-bd35-4029-8064-3533644e28b2%40googlegroups.com >>>>> >>>>> <https://groups.google.com/d/msgid/jenkinsci-users/949f3b0a-bd35-4029-8064-3533644e28b2%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>> . >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Jenkins Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/jenkinsci-users/36961ef9-7b1c-4388-b740-55565e644774%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/jenkinsci-users/36961ef9-7b1c-4388-b740-55565e644774%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/d0a7df16-7de7-4239-bbd5-ddeb66ca7109%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
