Skip to content

Commit

Permalink
Update deploy_jobs_7_x.groovy (#1541)
Browse files Browse the repository at this point in the history
  • Loading branch information
mareknovotny authored Nov 16, 2023
1 parent 64d6280 commit 07ed016
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions job-dsls/jobs/kie/branch/deploy_jobs_7_x.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,10 @@ def final REPO_CONFIGS = [
downstreamRepos : ["drools-7.x"]
],
"drools" : [
downstreamRepos : ["optaplanner-7.x", "/KIE/main/deployedRepo/jbpm"],
downstreamRepos : [],
artifactsToArchive : ["**/target/testStatusListener*"]
],
"kie-jpmml-integration" : [],
"optaplanner" : [
downstreamRepos : ["/KIE/main/deployedRepo/droolsjbpm-integration", "optaweb-employee-rostering-7.x"],
mvnGoals: "-e -fae -B clean deploy com.github.spotbugs:spotbugs-maven-plugin:spotbugs",
mvnProps: [
"full" : "true",
"integration-tests" : "true",
"maven.test.failure.ignore": "true"
]
]
"kie-jpmml-integration" : []
]

for (repoConfig in REPO_CONFIGS) {
Expand Down

0 comments on commit 07ed016

Please sign in to comment.