Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getProjectTriggering job error solved #1544

Merged
merged 4 commits into from
Dec 9, 2020

Conversation

Ginxo
Copy link
Contributor

@Ginxo Ginxo commented Dec 2, 2020

Thank you for submitting this pull request
I would have to find alternatives to "Build Chain Generate Files / File Generation" from a forked project. Meanwhile please consider the solution for the getProjectTriggering problem and I will treat "Build Chain Generate Files / File Generation" in a different one.

How to retest this PR or trigger a specific build:
  • a pull request please add comment: Jenkins retest this

  • a full downstream build please add comment: Jenkins run fdb

  • a compile downstream build please add comment: Jenkins run cdb

  • a full production downstream build please add comment: Jenkins execute product fdb

  • an upstream build please add comment: Jenkins run upstream

@Ginxo Ginxo marked this pull request as draft December 2, 2020 10:03
@Ginxo Ginxo force-pushed the project_triggering_job_error branch 8 times, most recently from 131b057 to 665ed9b Compare December 2, 2020 10:34
@Ginxo Ginxo force-pushed the project_triggering_job_error branch from 665ed9b to a4bb4c2 Compare December 2, 2020 10:36
@Ginxo Ginxo marked this pull request as ready for review December 2, 2020 10:56
Copy link
Contributor

@mbiarnes mbiarnes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is not a fbd and cdb needed here to se if all works as expected?

@Ginxo
Copy link
Contributor Author

Ginxo commented Dec 2, 2020

Jenkins run fdb

@Ginxo
Copy link
Contributor Author

Ginxo commented Dec 2, 2020

Jenkins run cdb

@Ginxo
Copy link
Contributor Author

Ginxo commented Dec 2, 2020

Jenkins execute product fdb

@Ginxo
Copy link
Contributor Author

Ginxo commented Dec 2, 2020

Jenkins run upstream

@Ginxo
Copy link
Contributor Author

Ginxo commented Dec 2, 2020

@mbiarnes tests performed

Copy link
Contributor

@mbiarnes mbiarnes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM taking in account that all tests you did were gren

@mareknovotny mareknovotny merged commit 5fb56cc into kiegroup:master Dec 9, 2020
Ginxo added a commit to Ginxo/droolsjbpm-build-bootstrap that referenced this pull request Jan 26, 2021
* [JBPM-9399] Add support to jBPM and runtime/cluster environments detection

* generate files flow (kiegroup#1551)

* getProjectTriggering job error solved (kiegroup#1544)

* getProjectTriggering job error solved

* testing generate_files.yml error

* kie-wb-common should not depend on kie-wb-playground (kiegroup#1550)

* JBPM-9505: Drop Case Management (Tech Preview) editor (kiegroup#1541)

* Update build chain files (kiegroup#1555)

Co-authored-by: mareknovotny <mareknovotny@users.noreply.github.com>

* Revert "kie-wb-common should not depend on kie-wb-playground (kiegroup#1550)" (kiegroup#1558)

This reverts commit 789495d.

* Update build chain files (kiegroup#1559)

Co-authored-by: mareknovotny <mareknovotny@users.noreply.github.com>

* [DROOLS-5860] Updating poms (kiegroup#1560)

* [DROOLS-5860] Declaring/updating dependencies

* [DROOLS-5860] Renamed module as per PR request

* [DROOLS-5860] Declaring kie-pmml-dependencies version

* [DROOLS-5860] Fix poms

* bump mvel to version 2.4.11.Final (kiegroup#1561)

* upgraded to 7.49.0-SNAPSHOT

* Bump version.com.thoughtworks.xstream from 1.4.14 to 1.4.15 (kiegroup#1562)

Bumps `version.com.thoughtworks.xstream` from 1.4.14 to 1.4.15.

Updates `xstream` from 1.4.14 to 1.4.15
- [Release notes](https://github.com/x-stream/xstream/releases)
- [Commits](https://github.com/x-stream/xstream/commits)

Updates `xstream-hibernate` from 1.4.14 to 1.4.15
- [Release notes](https://github.com/x-stream/xstream/releases)
- [Commits](https://github.com/x-stream/xstream/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* JBPM-9542: Remove issue-keeper tool (kiegroup#1563)

Due to recent jira authentication changes we decided to stop using issue-keeper tool for preventing test method run. It was replaced by simple '@ignore' junit annotations.

For more details see:
- https://issues.redhat.com/browse/JBPM-9542
- https://github.com/ibek/issue-keeper

* Fixing broken upstream repository deps for kie-wb-common (kiegroup#1568)

* Update build chain files (kiegroup#1569)

Co-authored-by: Ginxo <Ginxo@users.noreply.github.com>

* fixed removal commands in shell scripts (kiegroup#1571)

* upgrade to mvel 2.4.12.Final (kiegroup#1570)

* [JBPM-9557] Enable sb keycloak test with testcontainers (kiegroup#1567)

* Jenkinsfile.buildchain tools replaced by nodejs (kiegroup#1572)

* [ISSUE 126] --skipParallelCheckout added to Jenkinsfile.builchain (kiegroup#1574)

* BXMSPROD-1124: changed upload scripts of binaries to filemgmt.jboss.org to exclude droolsjbpm-tools" (kiegroup#1556)

* [JBPM-9549] Upgrade SpringBoot to 2.3.4 (kiegroup#1565)

* Update project-dependencies.yaml (kiegroup#1573)

Removal of droolsjbpm-tools repository from community build

* Update build chain files (kiegroup#1575)

Co-authored-by: mbiarnes <mbiarnes@users.noreply.github.com>

* BXMSPROD-1144 test 1

* BXMSPROD-1144 test 2

Co-authored-by: egonzale <egonzale@redhat.com>
Co-authored-by: Kirill Gaevskii <kgaevski@redhat.com>
Co-authored-by: Roger Martínez <roger600@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mareknovotny <mareknovotny@users.noreply.github.com>
Co-authored-by: Marek Novotný <hotmana76@gmail.com>
Co-authored-by: Gabriele Cardosi <gabriele.cardosi@gmail.com>
Co-authored-by: Mario Fusco <mario.fusco@gmail.com>
Co-authored-by: Michael Biarnes Kiefer <mbiarnes@redhat.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jozef Marko <jomarko@redhat.com>
Co-authored-by: Ginxo <Ginxo@users.noreply.github.com>
Co-authored-by: Gonzalo Muñoz <gmunozfe@redhat.com>
Co-authored-by: mbiarnes <mbiarnes@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rebase-needed PR should be rebased
Projects
None yet
4 participants