Skip to content

Commit

Permalink
Let seed job trigger verify. For #114
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsNielsen committed Jan 19, 2018
1 parent 7a05fdd commit 3e5c7fb
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions ci/seed.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,14 @@ def descriptionForPipJob = """<h3>Pretested Integration Plugin</h3>
"""
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")
}
*/
}
}

Expand All @@ -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') {
Expand Down

0 comments on commit 3e5c7fb

Please sign in to comment.