From fefcac6cd56702f8c27b5136aaa52c0b6b6ad062 Mon Sep 17 00:00:00 2001 From: Praqma Service User Date: Fri, 19 Jan 2018 14:11:44 +0100 Subject: [PATCH] Add string parameter to integration. For #114 --- ci/seed.groovy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/seed.groovy b/ci/seed.groovy index b12ae02d..8664418f 100644 --- a/ci/seed.groovy +++ b/ci/seed.groovy @@ -17,6 +17,9 @@ def descriptionForPipJob = """

Pretested Integration Plugin

""" job(pipJobName) { description("Runs pretested integration for Pretested Integration ") + parameters { + stringParam("BRANCH") + } scm { git { branch("\${BRANCH}") //TODO: Switch to ready when done @@ -55,6 +58,7 @@ job("pretested-integration-plugin-release-beta") { } } wrappers { + maskPasswords() injectPasswords { injectGlobalPasswords()