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

KOGITO-9757 Changed property expansion to use ${property_name} #1774

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

hbelmiro
Copy link
Contributor

Jira: https://issues.redhat.com/browse/KOGITO-9757

This PR depends on:


  • You have read the contributors guide
  • Pull Request title is properly formatted: KOGITO-XYZ Subject
  • Pull Request title contains the target branch if not targeting main: [0.9.x] KOGITO-XYZ Subject
  • Pull Request contains link to the JIRA issue
  • Pull Request contains link to any dependent or related Pull Request
  • Pull Request contains description of the issue
  • Pull Request does not include fixes for issues other than the main ticket
How to replicate CI configuration locally?

Build Chain tool does "simple" maven build(s), the builds are just Maven commands, but because the repositories relates and depends on each other and any change in API or class method could affect several of those repositories there is a need to use build-chain tool to handle cross repository builds and be sure that we always use latest version of the code for each repository.

build-chain tool is a build tool which can be used on command line locally or in Github Actions workflow(s), in case you need to change multiple repositories and send multiple dependent pull requests related with a change you can easily reproduce the same build by executing it on Github hosted environment or locally in your development environment. See local execution details to get more information about it.

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

  • for a specific pull request check
    Please add comment: Jenkins (re)run [kogito-examples] tests

  • for quarkus branch checks
    Run checks against Quarkus current used branch
    Please add comment: Jenkins run quarkus-branch

  • for a quarkus branch specific check
    Run checks against Quarkus current used branch
    Please add comment: Jenkins (re)run [kogito-examples] quarkus-branch

  • for quarkus main checks
    Run checks against Quarkus main branch
    Please add comment: Jenkins run quarkus-main

  • for a specific quarkus main check
    Run checks against Quarkus main branch
    Please add comment: Jenkins (re)run [kogito-examples] quarkus-main

  • for quarkus lts checks
    Run checks against Quarkus lts branch
    Please add comment: Jenkins run quarkus-lts

  • for a specific quarkus lts check
    Run checks against Quarkus lts branch
    Please add comment: Jenkins (re)run [kogito-examples] quarkus-lts

  • for native checks
    Run native checks
    Please add comment: Jenkins run native

  • for a specific native check
    Run native checks
    Please add comment: Jenkins (re)run [kogito-examples] native

  • for native lts checks
    Run native checks against quarkus lts branch
    Please add comment: Jenkins run native-lts

  • for a specific native lts check
    Run native checks against quarkus lts branch
    Please add comment: Jenkins (re)run [kogito-examples] native-lts

How to backport a pull request to a different branch?

In order to automatically create a backporting pull request please add one or more labels having the following format backport-<branch-name>, where <branch-name> is the name of the branch where the pull request must be backported to (e.g., backport-7.67.x to backport the original PR to the 7.67.x branch).

NOTE: backporting is an action aiming to move a change (usually a commit) from a branch (usually the main one) to another one, which is generally referring to a still maintained release branch. Keeping it simple: it is about to move a specific change or a set of them from one branch to another.

Once the original pull request is successfully merged, the automated action will create one backporting pull request per each label (with the previous format) that has been added.

If something goes wrong, the author will be notified and at this point a manual backporting is needed.

NOTE: this automated backporting is triggered whenever a pull request on main branch is labeled or closed, but both conditions must be satisfied to get the new PR created.

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 28, 2023

(tests) - serverless-workflow-examples job #383 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-examples -u https://github.com/kiegroup/kogito-examples/pull/1774 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-examples.tests.serverless-workflow-examples/383/display/redirect

Test results:

  • PASSED: 76
  • FAILED: 1

Those are the test failures:

Build projects / org.kie.kogito.examples.TimeoutIT.testSwitchStateWorkflow java.lang.IllegalStateException: Unable to determine the status of the running process. See the above logs for details

See console log:

Console Logs [2023-08-28T19:22:56.575Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/examples/serverless-workflow-examples/2.0.0-SNAPSHOT/serverless-workflow-examples-2.0.0-SNAPSHOT.pom
[2023-08-28T19:22:56.575Z] [INFO] ------------------------------------------------------------------------
[2023-08-28T19:22:56.575Z] [INFO] Reactor Summary:
[2023-08-28T19:22:56.575Z] [INFO]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Annotations and Description:: Quarkus 1.0-SNAPSHOT SUCCESS [ 12.138 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow CallBack Over HTTP :: Quarkus 1.0-SNAPSHOT SUCCESS [ 0.132 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow CallBack Over HTTP Quarkus :: Callback Event Service 1.0-SNAPSHOT SUCCESS [ 3.300 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow CallBack Over HTTP Quarkus :: Service 1.0-SNAPSHOT SUCCESS [ 18.177 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Callback :: Quarkus 1.0-SNAPSHOT SUCCESS [ 34.051 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Camel :: Quarkus 1.0-SNAPSHOT SUCCESS [ 12.439 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 12.149 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Consuming Events Over HTTP :: Quarkus 1.0-SNAPSHOT SUCCESS [ 13.816 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Correlation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 31.414 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Custom Function :: Quarkus 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Custom Function Knative :: Service 1.0-SNAPSHOT SUCCESS [ 4.730 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Custom Function Knative :: Workflow 1.0-SNAPSHOT SUCCESS [ 7.058 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Custom type :: Quarkus 1.0-SNAPSHOT SUCCESS [ 0.007 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC Server :: Quarkus 1.0-SNAPSHOT SUCCESS [ 0.376 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC :: Runtime 1.0-SNAPSHOT SUCCESS [ 1.991 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC :: Deployment 1.0-SNAPSHOT SUCCESS [ 0.430 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC Client :: Quarkus 1.0-SNAPSHOT SUCCESS [ 12.549 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Data Index :: Quarkus 1.0-SNAPSHOT SUCCESS [ 33.388 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Error :: Quarkus 1.0-SNAPSHOT SUCCESS [ 13.092 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Events :: Quarkus 1.0-SNAPSHOT SUCCESS [ 27.394 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Expression :: Quarkus 1.0-SNAPSHOT SUCCESS [ 12.960 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow For Each :: Quarkus 1.0-SNAPSHOT SUCCESS [ 13.352 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Functions And Events :: Quarkus 1.0-SNAPSHOT SUCCESS [ 25.617 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Functions :: Quarkus 1.0-SNAPSHOT SUCCESS [ 14.304 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Services 1.0-SNAPSHOT SUCCESS [ 7.816 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Workflow 1.0-SNAPSHOT SUCCESS [ 15.579 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: Quarkus 1.0-SNAPSHOT SUCCESS [ 13.254 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow gRPC example 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: gRPC Server :: Quarkus 1.0-SNAPSHOT SUCCESS [ 4.088 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: gRPC Client :: Quarkus 1.0-SNAPSHOT SUCCESS [ 16.572 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Hello World :: Quarkus 1.0-SNAPSHOT SUCCESS [ 15.759 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Loan Broker Showcase 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Loan Broker Showcase :: Aggregator 1.0-SNAPSHOT SUCCESS [ 27.812 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Loan Broker Showcase :: Flow 1.0-SNAPSHOT SUCCESS [ 24.717 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Loan Broker Showcase :: UI 1.0-SNAPSHOT SUCCESS [ 11.712 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service 1.0-SNAPSHOT SUCCESS [ 12.516 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow 1.0-SNAPSHOT SUCCESS [ 24.546 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example :: ACME Financial Service 1.0-SNAPSHOT SUCCESS [ 30.167 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example :: Currency Exchange 1.0-SNAPSHOT SUCCESS [ 7.313 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Order Processing 1.0-SNAPSHOT SUCCESS [ 17.200 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Parallel Execution :: Quarkus 1.0-SNAPSHOT SUCCESS [ 14.173 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase 1.0-SNAPSHOT SUCCESS [ 0.002 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service 1.0-SNAPSHOT SUCCESS [ 25.930 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service 1.0-SNAPSHOT SUCCESS [ 14.925 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Order Saga :: Quarkus 1.0-SNAPSHOT SUCCESS [ 14.424 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Service Calls :: Quarkus 1.0-SNAPSHOT SUCCESS [ 16.896 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit 1.0-SNAPSHOT SUCCESS [ 0.005 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit :: Quarkus 1.0-SNAPSHOT SUCCESS [ 15.547 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit :: Portfolio Service 1.0-SNAPSHOT SUCCESS [ 2.236 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit :: Stock Service 1.0-SNAPSHOT SUCCESS [ 1.923 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit :: Mock Stock Service 1.0-SNAPSHOT SUCCESS [ 2.143 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Subtraction Service 1.0-SNAPSHOT SUCCESS [ 8.783 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Multiplication Service 1.0-SNAPSHOT SUCCESS [ 8.903 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service 1.0-SNAPSHOT SUCCESS [ 18.226 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Full Service 1.0-SNAPSHOT SUCCESS [ 18.000 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Function Service 1.0-SNAPSHOT SUCCESS [ 18.275 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Spec Service 1.0-SNAPSHOT SUCCESS [ 17.843 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Testing with REST Assured :: Quarkus 1.0-SNAPSHOT SUCCESS [ 15.588 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Timeouts Showcase Embedded 1.0-SNAPSHOT SUCCESS [02:27 min]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Timeouts Showcase Extended 1.0-SNAPSHOT SUCCESS [ 17.524 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Timeouts Showcase Operator Dev Profile 1.0-SNAPSHOT SUCCESS [ 2.667 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Openvino :: Quarkus 1.0-SNAPSHOT FAILURE [02:33 min]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow Python :: Quarkus 1.0-SNAPSHOT FAILURE [ 13.874 s]
[2023-08-28T19:22:56.575Z] [INFO] Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT SUCCESS [ 3.065 s]
[2023-08-28T19:22:56.575Z] [INFO] ------------------------------------------------------------------------
[2023-08-28T19:22:56.575Z] [INFO] BUILD FAILURE
[2023-08-28T19:22:56.575Z] [INFO] ------------------------------------------------------------------------
[2023-08-28T19:22:56.575Z] [INFO] Total time: 18:08 min
[2023-08-28T19:22:56.575Z] [INFO] Finished at: 2023-08-28T15:22:55-04:00
[2023-08-28T19:22:56.575Z] [INFO] ------------------------------------------------------------------------
[2023-08-28T19:22:56.576Z] [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (dependencies-install) on project serverless-workflow-openvino-quarkus: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
[2023-08-28T19:22:56.576Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (dependencies-install) on project serverless-workflow-openvino-quarkus: Command execution failed.
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-28T19:22:56.576Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-28T19:22:56.576Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-28T19:22:56.576Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-28T19:22:56.576Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-28T19:22:56.576Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-28T19:22:56.576Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-28T19:22:56.576Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-28T19:22:56.576Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-28T19:22:56.576Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-28T19:22:56.576Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-28T19:22:56.576Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-28T19:22:56.576Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-28T19:22:56.576Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-28T19:22:56.576Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-28T19:22:56.576Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Command execution failed.
[2023-08-28T19:22:56.576Z] at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:326)
[2023-08-28T19:22:56.576Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-28T19:22:56.576Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-28T19:22:56.576Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-28T19:22:56.576Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-28T19:22:56.576Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-28T19:22:56.576Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-28T19:22:56.576Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-28T19:22:56.576Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-28T19:22:56.576Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-28T19:22:56.576Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-28T19:22:56.576Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-28T19:22:56.576Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-28T19:22:56.576Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-28T19:22:56.576Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-28T19:22:56.576Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-28T19:22:56.576Z] Caused by: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
[2023-08-28T19:22:56.576Z] at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:404)
[2023-08-28T19:22:56.576Z] at org.apache.commons.exec.DefaultExecutor.execute (DefaultExecutor.java:166)
[2023-08-28T19:22:56.576Z] at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:804)
[2023-08-28T19:22:56.576Z] at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:751)
[2023-08-28T19:22:56.576Z] at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:313)
[2023-08-28T19:22:56.576Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-28T19:22:56.576Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-28T19:22:56.576Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-28T19:22:56.576Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-28T19:22:56.576Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-28T19:22:56.576Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-28T19:22:56.576Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-28T19:22:56.576Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-28T19:22:56.576Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-28T19:22:56.576Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-28T19:22:56.576Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-28T19:22:56.576Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-28T19:22:56.576Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-28T19:22:56.576Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-28T19:22:56.576Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-28T19:22:56.576Z] [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (dependencies-install) on project serverless-workflow-python-quarkus: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
[2023-08-28T19:22:56.576Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (dependencies-install) on project serverless-workflow-python-quarkus: Command execution failed.
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-28T19:22:56.576Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-28T19:22:56.576Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-28T19:22:56.576Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-28T19:22:56.576Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-28T19:22:56.576Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-28T19:22:56.576Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-28T19:22:56.576Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-28T19:22:56.576Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-28T19:22:56.576Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-28T19:22:56.576Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-28T19:22:56.576Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-28T19:22:56.576Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-28T19:22:56.576Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-28T19:22:56.576Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-28T19:22:56.576Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Command execution failed.
[2023-08-28T19:22:56.576Z] at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:326)
[2023-08-28T19:22:56.576Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-08-28T19:22:56.576Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-28T19:22:56.577Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-28T19:22:56.577Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-28T19:22:56.577Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-28T19:22:56.577Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-28T19:22:56.577Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-28T19:22:56.577Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-28T19:22:56.577Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-28T19:22:56.577Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-28T19:22:56.577Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-28T19:22:56.577Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-28T19:22:56.577Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-28T19:22:56.577Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-28T19:22:56.577Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-28T19:22:56.577Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-28T19:22:56.577Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-28T19:22:56.577Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-28T19:22:56.577Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-28T19:22:56.577Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-28T19:22:56.577Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-28T19:22:56.577Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-28T19:22:56.577Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-28T19:22:56.577Z] Caused by: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
[2023-08-28T19:22:56.577Z] at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:404)
[2023-08-28T19:22:56.577Z] at org.apache.commons.exec.DefaultExecutor.execute (DefaultExecutor.java:166)
[2023-08-28T19:22:56.577Z] at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:804)
[2023-08-28T19:22:56.577Z] at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:751)
[2023-08-28T19:22:56.577Z] at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:313)
[2023-08-28T19:22:56.577Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-08-28T19:22:56.577Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-08-28T19:22:56.577Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-28T19:22:56.577Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-28T19:22:56.577Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-28T19:22:56.577Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-28T19:22:56.577Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-28T19:22:56.577Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-28T19:22:56.577Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-28T19:22:56.577Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-28T19:22:56.577Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-28T19:22:56.577Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-28T19:22:56.577Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-28T19:22:56.577Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-28T19:22:56.577Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-28T19:22:56.577Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-28T19:22:56.577Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-28T19:22:56.577Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-28T19:22:56.577Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-28T19:22:56.577Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-28T19:22:56.577Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-28T19:22:56.577Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-28T19:22:56.577Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-28T19:22:56.577Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-28T19:22:56.577Z] [ERROR]
[2023-08-28T19:22:56.577Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-08-28T19:22:56.577Z] [ERROR]
[2023-08-28T19:22:56.577Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-08-28T19:22:56.577Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2023-08-28T19:22:56.577Z] [ERROR]
[2023-08-28T19:22:56.577Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-08-28T19:22:56.577Z] [ERROR] mvn -rf :serverless-workflow-openvino-quarkus
[2023-08-28T19:23:00.734Z] [INFO] kiegroup/kogito-examples failed. Won't execute remaining commands and projects
[2023-08-28T19:23:00.734Z] [INFO] Execution summary for kiegroup/kogito-examples
[2023-08-28T19:23:00.734Z] # [BEFORE] [kiegroup/kogito-examples] export INTEGRATION_BRANCH=
[2023-08-28T19:23:00.734Z] [INFO] OK [Executed in 0.050875 ms]
[2023-08-28T19:23:00.734Z]
[2023-08-28T19:23:00.734Z] # [BEFORE] [kiegroup/kogito-examples] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-08-28T19:23:00.734Z] [INFO] OK [Executed in 6.521437 ms]
[2023-08-28T19:23:00.734Z]
[2023-08-28T19:23:00.734Z] # [COMMANDS] [kiegroup/kogito-examples] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-08-28T19:23:00.734Z] [INFO] OK [Executed in 7.10961 ms]
[2023-08-28T19:23:00.734Z]
[2023-08-28T19:23:00.734Z] # [COMMANDS] [kiegroup/kogito-examples] mvn dependency:tree -pl :kogito-examples clean install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config15370898589690999060tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-08-28T19:23:00.734Z] [INFO] OK [Executed in 4864.086502 ms]
[2023-08-28T19:23:00.734Z]
[2023-08-28T19:23:00.734Z] # [COMMANDS] [kiegroup/kogito-examples] mvn dependency:tree -f serverless-workflow-examples/pom.xml clean install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config15370898589690999060tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-08-28T19:23:00.734Z] [INFO] NOT OK [Executed in 1092978.295759 ms]
[2023-08-28T19:23:00.734Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[2023-08-28T19:23:00.734Z]
[2023-08-28T19:23:00.734Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-examples
[2023-08-28T19:23:00.734Z]
[2023-08-28T19:23:00.734Z] # Uploading artifacts
[2023-08-28T19:23:00.734Z] [INFO] Will not upload any artifacts in CLI environment
[2023-08-28T19:23:00.734Z]
[2023-08-28T19:23:00.734Z] [ERROR] Failed to execute commands for kiegroup/kogito-examples
[2023-08-28T19:23:00.734Z] [ERROR] Failed to execute mvn dependency:tree -f serverless-workflow-examples/pom.xml clean install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config15370898589690999060tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B :
[2023-08-28T19:23:00.734Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-28T19:23:00.817Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-28T19:23:01.218Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-28T19:23:07.752Z] Recording test results
[2023-08-28T19:23:10.729Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-28T19:23:10.756Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-28T19:23:12.743Z] + rm -rf console.log
[Pipeline] sh
[2023-08-28T19:23:13.036Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-examples.tests.serverless-workflow-examples/383/consoleText
[2023-08-28T19:23:13.036Z] + tail -n 300

@hbelmiro
Copy link
Contributor Author

Jenkins retest this

@hbelmiro
Copy link
Contributor Author

hbelmiro commented Sep 6, 2023

All green @ricardozanini @radtriste.

@radtriste radtriste merged commit 6ac7572 into apache:main Sep 6, 2023
6 checks passed
@hbelmiro hbelmiro deleted the KOGITO-9757 branch September 6, 2023 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants