public interface SeedProperties
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SEED_DSL_LIBRARIES
Comma-separated list of libraries to download.
|
static java.lang.String |
SEED_DSL_REPOSITORY
URL of a repository to download pipeline libraries from.
|
static java.lang.String |
SEED_DSL_REPOSITORY_PASSWORD
Password to use to connect to the Seed repository.
|
static java.lang.String |
SEED_DSL_REPOSITORY_USER
User to use to connect to the Seed repository.
|
static java.lang.String |
SEED_DSL_SCRIPT_JAR
Name of the artifact which contains the seed script.
|
static java.lang.String |
SEED_DSL_SCRIPT_LOCATION
Location of the script within the JAR.
|
static final java.lang.String SEED_DSL_LIBRARIES
my.group:artifact:2.+static final java.lang.String SEED_DSL_SCRIPT_JAR
static final java.lang.String SEED_DSL_SCRIPT_LOCATION
/seed.groovystatic final java.lang.String SEED_DSL_REPOSITORY
flat:, it defines a directory instead of a URL and the rest of the path
is used as a path (can be relative to the workspace or absolute).static final java.lang.String SEED_DSL_REPOSITORY_USER
${MY_REPOSITORY_USER}, defined globally.static final java.lang.String SEED_DSL_REPOSITORY_PASSWORD
${MY_REPOSITORY_PASSWORD}, defined globally,
allowing the use of encrypted credentials.