]
Michael Biarnes Kiefer commented on DROOLS-4087:
------------------------------------------------
for deploying kogito reps the is a Jenkinsfile.dploy in kogito-runtimes that does this
now:
add "deploy" to Jenkinsfile for kogito
--------------------------------------
Key: DROOLS-4087
URL:
https://issues.redhat.com/browse/DROOLS-4087
Project: Drools
Issue Type: Enhancement
Components: build
Reporter: Michael Biarnes Kiefer
Assignee: Michael Biarnes Kiefer
Priority: Minor
Fix For: 8.0.0.Final
The [Kogito
jobs|https://rhba-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/KIE/job/kog...] run only
for PRs. It is required that also a deploy should run (at least one time a day).
This can be accomplished by tow strategies:
conditional trigger
(
https://stackoverflow.com/questions/50885507/conditionally-trigger-jenkin...)
or use a second Jenkinsfile that pipelines a deploy job.
This has to be examined.