Skip to content

Commit 9f80396

Browse files
authored
Merge pull request #2131 from rnc/BRANCH
Update branch definitions
2 parents bbbd7cf + 4776427 commit 9f80396

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pkg/apis/jvmbuildservice/v1alpha1/jbsconfig_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const (
3333
ConfigArtifactCacheWorkerThreadsDefault = "50"
3434
ConfigArtifactCacheStorageDefault = "10Gi"
3535

36+
KonfluxPreBuildDefinitions = "https://raw.githubusercontent.com/redhat-appstudio/jvm-build-service/main/deploy/tasks/pre-build.yaml"
3637
KonfluxBuildDefinitions = "https://raw.githubusercontent.com/redhat-appstudio/jvm-build-service/main/deploy/tasks/buildah-oci-ta.yaml"
3738
KonfluxMavenDeployDefinitions = "https://raw.githubusercontent.com/redhat-appstudio/jvm-build-service/main/deploy/tasks/maven-deployment.yaml"
3839
)

pkg/reconciler/dependencybuild/buildrecipeyaml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ func createPipelineSpec(log logr.Logger, tool string, commitTime int64, jbsConfi
321321
Name: "url",
322322
Value: tektonpipeline.ParamValue{
323323
Type: tektonpipeline.ParamTypeString,
324-
StringVal: "https://raw.githubusercontent.com/rnc/jvm-build-service/KJB11-2/deploy/tasks/pre-build.yaml",
324+
StringVal: v1alpha1.KonfluxPreBuildDefinitions,
325325
},
326326
},
327327
},

0 commit comments

Comments
 (0)