Re: Converting Classic to Pipeline questions

2019-09-04 Thread Matt Hicks

>
> how to tell if these jobs can be converted to a pipeline job?
>

The pipeine steps reference lists all plugins that include pipeline 
support.  If the freestyle jobs to convert use plugins from that list it 
should be relatively easy to convert.  If plugins not in the list are used 
(e.g. Promoted Builds plugin), you will have to keep those steps in a 
freestyle job, search for a similar plugin that has pipeline support, or 
build it yourself--perhaps in a shell script.
 
 

-- 
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/863450d3-7834-4fa5-b72c-a28b7c96cc80%40googlegroups.com.


Re: How to handle complex job dependency?

2018-11-12 Thread Matt Hicks
It doesn't have pipeline support, but the promoted builds plugin 
 can do 
this for freestyle jobs.

-- 
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/77c4c793-dbfb-4d00-b4db-a5b7c39d319f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2018-10-24 Thread Matt Hicks
Are you following the suggestions 
at 
https://community.pega.com/knowledgebase/articles/running-pegaunit-test-cases-and-test-suites-execute-tests-service-pega-73#config_build
 
?  


On Wednesday, October 24, 2018 at 11:55:54 AM UTC-4, panneerrselvam 
natarajan wrote:
>
> 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
>
>
>>

-- 
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/86cd5da3-9d24-4a33-b3d4-abc1c8aef9de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2018-10-24 Thread Matt Hicks
Hi Panneer,

Could you please explain in more detail how you run the tests outside of 
Jenkins?

Cheers,
Matt

-- 
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/a46943f5-e867-434b-ab95-2f565261d25b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.