Skip to content

Commit b6932ed

Browse files
committed
Add artifactory credentials to build environment
1 parent f9f1522 commit b6932ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ try {
3232
checkout scm
3333
sh "git clean -dfx"
3434
try {
35-
withCredentials([GRADLE_ENTERPRISE_CACHE_USER,
35+
withCredentials([ARTIFACTORY_CREDENTIALS,
36+
GRADLE_ENTERPRISE_CACHE_USER,
3637
GRADLE_ENTERPRISE_SECRET_ACCESS_KEY]) {
3738
withEnv([jdkEnv(),
3839
"GRADLE_ENTERPRISE_CACHE_USERNAME=${GRADLE_ENTERPRISE_CACHE_USERNAME}",

0 commit comments

Comments
 (0)