We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab1207 commit c97cda0Copy full SHA for c97cda0
JenkinsfileOCP4.groovy
@@ -266,8 +266,8 @@ podTemplate(
266
}
267
268
269
- } */
270
-/* stage('Newman Tests') {
+ }
+ stage('Newman Tests') {
271
dir('api/postman') {
272
sh "ls -alh"
273
@@ -359,7 +359,7 @@ podTemplate(
359
cloud: 'openshift',
360
containers: [ containerTemplate(
361
name: 'jnlp',
362
- image: 'image-registry.apps.silver.devops.gov.bc.ca/5c0dde-tools/jenkins-agent-zap',
+ image: 'image-registry.openshift-image-registry.svc:5000/5c0dde-tools/jenkins-agent-zap:latest',
363
resourceRequestCpu: '500m',
364
resourceLimitCpu: '1000m',
365
resourceRequestMemory: '3Gi',
0 commit comments