Echo BUILD_URL
* This is to find out the build URL pattern.
This commit is contained in:
parent
5f6a294fab
commit
f8700a7421
|
@ -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 :)
|
||||
|
|
Loading…
Reference in New Issue