Echo BUILD_URL

* This is to find out the build
  URL pattern.
This commit is contained in:
Gautham Banasandra 2022-02-20 20:16:11 +05:30
parent 5f6a294fab
commit f8700a7421
No known key found for this signature in database
GPG Key ID: BE64219E195DCEEE
1 changed files with 2 additions and 0 deletions

View File

@ -232,6 +232,8 @@ if [ -z "$1" ]; then
exit 1
fi
echo "Build URL = ${BUILD_URL}"
# Process arguments to jenkins.sh
if [ "$1" == "run_ci" ]; then
# Check if the CI needs to be run, if so, do so :)