From 3e5c7fb1bc866776a5162fe8d4dde03c28c57550 Mon Sep 17 00:00:00 2001 From: Praqma Service User Date: Fri, 19 Jan 2018 13:53:20 +0100 Subject: [PATCH] Let seed job trigger verify. For #114 --- ci/seed.groovy | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/ci/seed.groovy b/ci/seed.groovy index 8d1828f3..8cb65d4d 100644 --- a/ci/seed.groovy +++ b/ci/seed.groovy @@ -17,22 +17,14 @@ def descriptionForPipJob = """

Pretested Integration Plugin

""" job(pipJobName) { description("Runs pretested integration for Pretested Integration ") - triggers { - scm("* * * * *") - } scm { git { - branch(devBranchPattern) //TODO: Switch to ready when done + branch("\${BRANCH}") //TODO: Switch to ready when done remote { name("origin") url(pretestedGitUrl) credentials(credentialsId) } - /* - extensions { - pretestedIntegration("SQUASH", integrationBranchName, "origin") - } - */ } } @@ -41,7 +33,6 @@ job(pipJobName) { } publishers { - /* pretestedIntegrationPublisher() */ archiveJunit('**/target/failsafe-reports/TEST*.xml') /* pretestedIntegrationPublisher() */ buildPipelineTrigger('pretested-integration-plugin-release, pretested-integration-plugin-release-beta') {