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
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
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