Skip to content

Commit

Permalink
fix pipeline ecr reference etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
JFU-NAVA-PBC committed Dec 16, 2024
1 parent 55cabc2 commit 4a7ebe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pipeline {
agent {
kubernetes {
defaultContainer "bb2-cbc-build-selenium-python311-chromedriver"
defaultContainer "bb2-cbc-build-selenium-python311-chromium"
yamlFile "Jenkinsfiles/cbc-pod-deployment-config-w-selenium-p311-chromium.yaml"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v1
kind: Pod
spec:
containers:
- name: bb2-cbc-build-selenium-python311-chromedriver126
image: "public.ecr.aws/f5g8o1y9/bb2-cbc-build-selenium-python311-chromedriver126:latest"
- name: bb2-cbc-build-selenium-python311-chromium
image: "public.ecr.aws/f5g8o1y9/bb2-cbc-build-selenium-python311-chromium:latest"
tty: true
command: ["tail", "-f"]
imagePullPolicy: Always
Expand Down

0 comments on commit 4a7ebe3

Please sign in to comment.