Documentation
¶
Index ¶
Constants ¶
View Source
const ( ComponentFinalizer = "jvmbuildservice.io/component-finalizer" // DependencyBuildContaminatedByAnnotation label prefix that indicates that a dependency build was contaminated by this artifact DependencyBuildContaminatedByAnnotation = "jvmbuildservice.io/contaminated-" DependencyBuildIdLabel = "jvmbuildservice.io/dependencybuild-id" PipelineRunLabel = "jvmbuildservice.io/pipelinerun" PipelineResultJavaCommunityDependencies = "JAVA_COMMUNITY_DEPENDENCIES" DependencyCreatedAnnotation = "jvmbuildservice.io/dependency-created" // DependencyScmAnnotation annotation is only written by BuildCreateCommand currently. DependencyScmAnnotation = "jvmbuildservice.io/deploy-source-reuse-scm" RebuildAnnotation = "jvmbuildservice.io/rebuild" // RebuiltAnnotation annotation that is applied after a rebuild, it will affect the dependencybuild behaviour RebuiltAnnotation = "jvmbuildservice.io/rebuilt" // HoursToLive if this annotation is present it will be deleted after a set time to live //useful when doing builds that are being deployed to maven, and you don't want to accumulate them in the cluster HoursToLive = "jvmbuildservice.io/hours-to-live" )
Variables ¶
This section is empty.
Functions ¶
func CreateABRName ¶
func InstallKeystoreScript ¶
func InstallKeystoreScript() string
Types ¶
Click to show internal directories.
Click to hide internal directories.