File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ def TEST_FLAG = (params.TEST_FLAG) ?: ""
17
17
def APPLICATION_OPTIONS = (params. APPLICATION_OPTIONS ) ?: " "
18
18
def SETUP_JCK_RUN = params. SETUP_JCK_RUN ?: false
19
19
def LIGHT_WEIGHT_CHECKOUT = params. LIGHT_WEIGHT_CHECKOUT ?: false
20
+ def DOCKER_REGISTRY_URL = (params. DOCKER_REGISTRY_URL ) ?: " "
21
+ def DOCKER_REGISTRY_URL_CREDENTIAL_ID = (params. DOCKER_REGISTRY_URL_CREDENTIAL_ID ) ?: " "
20
22
21
23
22
24
// Use BUILD_USER_ID if set and jdk-JDK_VERSIONS
@@ -122,6 +124,8 @@ JDK_VERSIONS.each { JDK_VERSION ->
122
124
string(name : ' LABEL_ADDITION' , value : LABEL_ADDITION ),
123
125
string(name : ' TEST_FLAG' , value : TEST_FLAG ),
124
126
string(name : ' APPLICATION_OPTIONS' , value : APPLICATION_OPTIONS ),
127
+ string(name : ' DOCKER_REGISTRY_URL' , value : DOCKER_REGISTRY_URL ),
128
+ string(name : ' DOCKER_REGISTRY_URL_CREDENTIAL_ID' , value : DOCKER_REGISTRY_URL_CREDENTIAL_ID ),
125
129
booleanParam(name : ' KEEP_REPORTDIR' , value : keep_reportdir),
126
130
booleanParam(name : ' SETUP_JCK_RUN' , value : SETUP_JCK_RUN )
127
131
], wait : true
You can’t perform that action at this time.
0 commit comments