Do you know how to get the response with just curl?

If so I think you can have a step in the pipeline that’s a script curl
YOUR_OTHER_STUFF’


pipeline {

    agent any

    stages {

        stage('Example') {

            steps {

                curl 'Your call here'

            }

        }

    }

}


On Tue, Oct 16, 2018 at 22:09 panneerrselvam natarajan <panne...@gmail.com>
wrote:

> 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
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/8950b629-48b7-4441-a37f-29880fb25410%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/8950b629-48b7-4441-a37f-29880fb25410%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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CADgiF9%2BLQYuVDmKi5iFRD1gXGOnSO0F9SOE%2Brv%2BXXhm6LfRL7w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to