b

branch-properties

Allow to define new parameters as environment variables not defined in the Jenkinsfile.
Apache 2
Nikolas Falco
Files download
File Operation
branch-properties-1.0.2.jar download
branch-properties-1.0.2.pom download
branch-properties-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nfalco79</groupId>
  <artifactId>branch-properties</artifactId>
  <version>1.0.2</version>
  <type>hpi</type>
</dependency>
Gradle Groovy
implementation 'com.github.nfalco79:branch-properties:1.0.2'
Gradle Kotlin
implementation("com.github.nfalco79:branch-properties:1.0.2")
Scala SBT
libraryDependencies += "com.github.nfalco79" % "branch-properties" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nfalco79', module='branch-properties', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.nfalco79" name="branch-properties" rev="1.0.2" />
Leiningen
[com.github.nfalco79/branch-properties "1.0.2"]
Apache Buildr
'com.github.nfalco79:branch-properties:jar:1.0.2'