Skip to content

Commit f6face2

Browse files
author
sberberovic
committed
Squashed commit of the following:
commit ce9cf069e54e8bdb63b425df13f4d3e68a2ec1e7 Author: Sasa Berberovic <sberberovic@Sasas-MacBook-Pro.local> Date: Fri May 29 15:50:29 2020 +0200 Update Jenkinsfile commit 3efd910a9195f5e89826505986a54e9cac5b3b07 Author: Sasa Berberovic <sberberovic@Sasas-MacBook-Pro.local> Date: Fri May 29 15:13:18 2020 +0200 Update kubernetesPod.yaml file accordingly
1 parent 62d4900 commit f6face2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipeline {
1616

1717
steps {
1818

19-
container('maven') {
19+
container('containerproxy-build') {
2020

2121
configFileProvider([configFile(fileId: 'maven-settings-rsb', variable: 'MAVEN_SETTINGS_RSB')]) {
2222

kubernetesPod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
some-label: containerproxy-build
66
spec:
77
containers:
8-
- name: maven
9-
image: maven:3-openjdk-8
8+
- name: containerproxy-build
9+
image: 196229073436.dkr.ecr.eu-west-1.amazonaws.com/openanalytics/containerproxy-build
1010
command:
1111
- cat
1212
tty: true

0 commit comments

Comments
 (0)