Re: How can we achieve the same effect as Jenkins 1's "Deploy artifacts to Maven repository" with Jenkins 2's pipelines?

2019-01-20 Thread Aaron Digulla
Hi Cyrille, My main goal is prevent partial uploads in release builds since that could cause a lot of manual effort to clean up in Nexus. I'm not that concerned with partial snapshot uploads since we try to avoid them (we work a lot with branches). But being able to run some additional tests b

Jenkins slave autoscaling in container platform (ECS or any other docker platforms)

2019-01-20 Thread Bill WANG
It is popular solution to start up new Jenkins slave via ssh from Jenkins master, for example, via ssh slaves plugin. But this solution is too old and only for VM or ec2 instance (Hosts, virtual hosts or physical hosts) Now we are in world of containers. Another solution is to use jnlp (java we

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 no