File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11@Library (' lib-jenkins-pipeline' ) _
22
3-
4- def newTagEveryRunMainBranch = " yes" // Force a new version and deploy clicking on Build Now in Jenkins
53def sbtOnMain = " yes"
64def 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments