We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452c8f6 commit 0c9c4f4Copy full SHA for 0c9c4f4
2 files changed
Jenkinsfile
@@ -20,7 +20,7 @@ pipeline {
20
21
configFileProvider([configFile(fileId: 'maven-settings-rsb', variable: 'MAVEN_SETTINGS_RSB')]) {
22
23
- sh 'mvn -s $MAVEN_SETTINGS_RSB -U clean install deploy -DskipTests'
+ sh 'mvn -s $MAVEN_SETTINGS_RSB -U clean install deploy -DskipTests=true'
24
25
}
26
kubernetesPod.yaml
@@ -13,8 +13,8 @@ spec:
13
image: 196229073436.dkr.ecr.eu-west-1.amazonaws.com/openanalytics/containerproxy-build
14
securityContext:
15
privileged: true
16
- # command: ["sh"]
17
- # args: ["/usr/src/app/docker-entrypoint.sh"]
+ command: ["sh"]
+ args: ["/usr/src/app/docker-entrypoint.sh"]
18
tty: true
19
volumeMounts:
- mountPath: ~/.m2
0 commit comments