Skip to content

Commit

Permalink
Use 5.3 branch of shared pipeline library, delete unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-subbotin committed Jun 19, 2024
1 parent 069507c commit 328ccc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .ci/JenkinsfileCordaRuntimeGradlePluginTestsKubernetesAgent
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Library('corda-shared-build-pipeline-steps@asubbotin/ES-2345/corda-runtime-gradle-plugin-test-pipeline') _
@Library('corda-shared-build-pipeline-steps@5.3') _

import com.r3.build.agents.KubernetesAgent
import com.r3.build.enums.BuildEnvironment
Expand Down Expand Up @@ -30,9 +30,6 @@ pipeline {
cloud k8s.buildCluster.cloudName
yaml k8s.JSON
yamlMergeStrategy merge() // important to keep tolerations from the inherited template
// idleMinutes 15
// podRetention always()
// nodeSelector k8s.nodeSelector
label k8s.jenkinsLabel
showRawYaml false
defaultContainer k8s.defaultContainer.name
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Library('corda-shared-build-pipeline-steps@asubbotin/ES-2345/corda-runtime-gradle-plugin-test-pipeline') _
@Library('corda-shared-build-pipeline-steps@5.3') _

cordaPipelineKubernetesAgent(
dailyBuildCron: 'H H/6 * * *',
Expand Down

0 comments on commit 328ccc8

Please sign in to comment.