Overview
Need to get the public IP of the current SAAS Build
Details
To get the current external IP during a Codefresh SAAS build, you can run curl ifconfig.me
within a step in the pipeline:
steps:
getIP:
image: curlimages/curl
commands:
- curl ifconfig.me
Note
This IP will vary between builds. Please refer to our documentation here for the full list of Codefresh SAAS platform IP addresses.