v0

package
v1.18.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UpgradeConfig

func UpgradeConfig(cfgBytes []byte) ([]byte, error)

Types

type Config

type Config struct {
	publisher.BasicConnectionInfo `yaml:",inline,omitempty"`
	Repository                    string `yaml:"repository,omitempty"`
	NoPOM                         bool   `yaml:"no-pom,omitempty"`
	// Properties is a map of properties to attach to an artifact on publishing:
	// https://www.jfrog.com/confluence/display/RTF/Using+Properties+in+Deployment+and+Resolution
	// The values are processed as Go templates. In particular, it is possible to get the value of an
	// environment variable by using the `env` Go template function: {{ env "ENV_VAR" }}.
	Properties map[string]string `yaml:"properties,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL