Skip to content

Commit

Permalink
Add skipTests=true
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasa Berberovic committed Jun 17, 2020
1 parent 452c8f6 commit 0c9c4f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pipeline {

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

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

}
}
Expand Down
4 changes: 2 additions & 2 deletions kubernetesPod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ spec:
image: 196229073436.dkr.ecr.eu-west-1.amazonaws.com/openanalytics/containerproxy-build
securityContext:
privileged: true
# command: ["sh"]
# args: ["/usr/src/app/docker-entrypoint.sh"]
command: ["sh"]
args: ["/usr/src/app/docker-entrypoint.sh"]
tty: true
volumeMounts:
- mountPath: ~/.m2
Expand Down

0 comments on commit 0c9c4f4

Please sign in to comment.