Hi @Balazs
I added below stage in my yml file
test:
stage: test
image: $TF_IMAGE
script:
- echo "Broker URL test"
- curl https://mr-connection-xxxxxxxxxxxxxxx.messaging.solace.cloud:943
- echo "content"
- exit 0
I see Job succeeded with below message-
% Total % Received % Xferd Average Speed Time Time Time Current 25 Dload Upload Total Spent Left Speed 26 100 1457 100 1457 0 0 12212 0 --:–:-- --:–:-- --:–:-- 12347
I am attaching log file for more details.
job.log (4.09 KB)
Still pipeline is running. I will post the result of apply stage(which was timeout in all previous runs)
job.log (4.09 KB)