Skip to content

Commit 9b7a0a0

Browse files
committed
Update Jenkins job
1 parent 1f6edbd commit 9b7a0a0

2 files changed

Lines changed: 8 additions & 1 deletion

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 deploy -DskipTests'
23+
sh 'mvn -B -s $MAVEN_SETTINGS_RSB -U clean deploy -DskipTests'
2424

2525
}
2626
}

kubernetesPod.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@ spec:
1010
command:
1111
- cat
1212
tty: true
13+
resources:
14+
requests:
15+
memory: "2Gi"
16+
cpu: "1.0"
17+
limits:
18+
memory: "4Gi"
19+
cpu: "1.5"

0 commit comments

Comments
 (0)