File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,8 @@ spec:
211
211
set -e
212
212
213
213
if [[ -z "$GIT_AUTH_USER" ]] || [[ -z "$GIT_AUTH_PWD" ]]; then
214
- echo "Git credentials not found. Store your git credentials in a secret named 'git-credentials'."
214
+ echo "Git credentials not found. The pipeline expects to find them in a secret named 'git-credentials'."
215
+ echo " Update your CLI and register the pipeline again"
215
216
exit 1
216
217
fi
217
218
@@ -378,8 +379,8 @@ spec:
378
379
. ./env-config
379
380
380
381
if [[ -z "${ARTIFACTORY_ENCRYPT}" ]]; then
381
- echo "Encrption key not available for Jenkins pipeline, please add it to the artifactory-access "
382
- exit 0
382
+ echo "It looks like your Artifactory installation is not complete. Please complete the steps found here - http://ibm.biz/complete-setup "
383
+ exit 1
383
384
fi
384
385
385
386
# Check if a Generic Local Repo has been created and retrieve the URL for it
You can’t perform that action at this time.
0 commit comments