Skip to content

Commit

Permalink
Add string parameter to integration. For #114
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsNielsen committed Jan 19, 2018
1 parent 063aa64 commit fefcac6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/seed.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ def descriptionForPipJob = """<h3>Pretested Integration Plugin</h3>
"""
job(pipJobName) {
description("Runs pretested integration for Pretested Integration ")
parameters {
stringParam("BRANCH")
}
scm {
git {
branch("\${BRANCH}") //TODO: Switch to ready when done
Expand Down Expand Up @@ -55,6 +58,7 @@ job("pretested-integration-plugin-release-beta") {
}
}
wrappers {

maskPasswords()
injectPasswords {
injectGlobalPasswords()
Expand Down

0 comments on commit fefcac6

Please sign in to comment.