Skip to content

Commit c97cda0

Browse files
committed
Attemp bcgov#4
1 parent dab1207 commit c97cda0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

JenkinsfileOCP4.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ podTemplate(
266266
}
267267
}
268268
}
269-
} */
270-
/* stage('Newman Tests') {
269+
}
270+
stage('Newman Tests') {
271271
dir('api/postman') {
272272
sh "ls -alh"
273273
@@ -359,7 +359,7 @@ podTemplate(
359359
cloud: 'openshift',
360360
containers: [ containerTemplate(
361361
name: 'jnlp',
362-
image: 'image-registry.apps.silver.devops.gov.bc.ca/5c0dde-tools/jenkins-agent-zap',
362+
image: 'image-registry.openshift-image-registry.svc:5000/5c0dde-tools/jenkins-agent-zap:latest',
363363
resourceRequestCpu: '500m',
364364
resourceLimitCpu: '1000m',
365365
resourceRequestMemory: '3Gi',

0 commit comments

Comments
 (0)