Skip to content

Commit 511ec6a

Browse files
author
Miguel Arias
committed
FDN-4233: small fixes
1 parent f5c1acf commit 511ec6a

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

Jenkinsfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
@Library('lib-jenkins-pipeline') _
22

3-
4-
def newTagEveryRunMainBranch = "yes" // Force a new version and deploy clicking on Build Now in Jenkins
53
def sbtOnMain = "yes"
64
def sbtCommand = "sbt clean flowLint coverage test scalafmtSbtCheck scalafmtCheck doc && sbt coverageAggregate"
75

8-
96
// we can remove the pod_template block if we end up having only one template
107
// in jenkins config
118
//
@@ -28,7 +25,7 @@ podTemplate(
2825

2926
// => tagging function to identify what actions to take depending on the nature of the changes
3027
stage ('tagging') {
31-
semversion = taggingv2(newTagEveryMainRun: "${newTagEveryRunMainBranch}")
28+
semversion = taggingv2()
3229
println(semversion)
3330
}
3431

deploy/dependency-api/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
helm:
4747
parameters:
4848
- name: deployments.live.version
49-
value: "0.10.33"
49+
value: "Jenkins_will_update_the_version"
5050
valueFiles:
5151
- $values/deploy/dependency-api/values.yaml
5252
project: production

deploy/dependency-www/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
helm:
4747
parameters:
4848
- name: deployments.live.version
49-
value: "0.10.33"
49+
value: "Jenkins_will_update_the_version"
5050
valueFiles:
5151
- $values/deploy/dependency-www/values.yaml
5252
project: production

0 commit comments

Comments
 (0)