Skip to content

Commit a50cf6c

Browse files
committed
Don't fail the build if artifactory has not been set up
1 parent a62e6ae commit a50cf6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ spec:
361361
. ./env-config
362362
363363
if [[ -z "${ARTIFACTORY_ENCRYPT}" ]]; then
364-
echo "Encrption key not available for Jenkins pipeline, please add it to the artifactory-access"
365-
exit 1
364+
echo "Encryption key not available for Jenkins pipeline, please add it to the artifactory-access"
365+
exit 0
366366
fi
367367
368368
# Check if a Generic Local Repo has been created and retrieve the URL for it

0 commit comments

Comments
 (0)