Skip to content

Commit 0c9c4f4

Browse files
author
Sasa Berberovic
committed
Add skipTests=true
1 parent 452c8f6 commit 0c9c4f4

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
@@ -20,7 +20,7 @@ pipeline {
2020

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

23-
sh 'mvn -s $MAVEN_SETTINGS_RSB -U clean install deploy -DskipTests'
23+
sh 'mvn -s $MAVEN_SETTINGS_RSB -U clean install deploy -DskipTests=true'
2424

2525
}
2626
}

kubernetesPod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ spec:
1313
image: 196229073436.dkr.ecr.eu-west-1.amazonaws.com/openanalytics/containerproxy-build
1414
securityContext:
1515
privileged: true
16-
# command: ["sh"]
17-
# args: ["/usr/src/app/docker-entrypoint.sh"]
16+
command: ["sh"]
17+
args: ["/usr/src/app/docker-entrypoint.sh"]
1818
tty: true
1919
volumeMounts:
2020
- mountPath: ~/.m2

0 commit comments

Comments
 (0)