jenkinsci / jenkinsfile-runner

A command line tool to run Jenkinsfile as a function
MIT License
1.13k stars 291 forks source link

Update Jenkins Core to 2.319.1, Plugin BOM and Pipeline as YAML plugin #597

Closed oleg-nenashev closed 2 years ago

oleg-nenashev commented 2 years ago
oleg-nenashev commented 2 years ago

[2022-01-09T08:48:08.962Z] [WARNING] Invalid bytecodeVersion for com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.13.1:compile : META-INF/versions/11/module-info.class: expected 55, but was 53

[2022-01-09T08:48:08.962Z] [WARNING] Invalid bytecodeVersion for com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.13.1:compile : META-INF/versions/11/module-info.class: expected 55, but was 53

[2022-01-09T08:48:08.962Z] [WARNING] Invalid bytecodeVersion for com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.13.1:compile : META-INF/versions/11/module-info.class: expected 55, but was 53

[2022-01-09T08:48:08.962Z] [WARNING] Invalid bytecodeVersion for com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.13.1:compile : META-INF/versions/11/module-info.class: expected 55, but was 53

[2022-01-09T08:48:09.229Z] [WARNING] Rule 3: org.apache.maven.plugins.enforcer.RequireUpperBoundDeps failed with message:

[2022-01-09T08:48:09.229Z] Failed while enforcing RequireUpperBoundDeps. The error(s) are [

[2022-01-09T08:48:09.229Z] Require upper bound dependencies error for com.google.code.gson:gson:2.8.6 paths to dependency are:

[2022-01-09T08:48:09.229Z] +-io.jenkins.jenkinsfile-runner:payload:1.0-beta-31-rc819.45d108acb9ff

[2022-01-09T08:48:09.229Z]   +-io.jenkins.plugins:pipeline-as-yaml:0.12-rc

[2022-01-09T08:48:09.229Z]     +-com.google.code.gson:gson:2.8.6

[2022-01-09T08:48:09.229Z] and

[2022-01-09T08:48:09.229Z] +-io.jenkins.jenkinsfile-runner:payload:1.0-beta-31-rc819.45d108acb9ff

[2022-01-09T08:48:09.229Z]   +-io.jenkins.plugins:pipeline-as-yaml:0.12-rc

[2022-01-09T08:48:09.229Z]     +-org.jenkinsci.plugins:pipeline-model-definition:1.9.3

[2022-01-09T08:48:09.229Z]       +-org.jenkins-ci.plugins:git-client:3.11.0 (managed) <-- org.jenkins-ci.plugins:git-client:3.6.0

[2022-01-09T08:48:09.229Z]         +-org.eclipse.jgit:org.eclipse.jgit.lfs:5.13.0.202109080827-r

[2022-01-09T08:48:09.229Z]           +-com.google.code.gson:gson:2.8.7

[2022-01-09T08:48:09.229Z] ]

[2022-01-09T08:48:09.229Z] [INFO] ------------------------------------------------------------------------

[2022-01-09T08:48:09.229Z] [INFO] Reactor Summary for Jenkinsfile Runner 1.0-beta-31-rc819.45d108acb9ff:

[2022-01-09T08:48:09.229Z] [INFO] 

[2022-01-09T08:48:09.229Z] [INFO] Jenkinsfile Runner ................................. SUCCESS [ 22.960 s]

[2022-01-09T08:48:09.229Z] [INFO] bootstrap .......................................... SUCCESS [ 15.603 s]

[2022-01-09T08:48:09.229Z] [INFO] setup .............................................. SUCCESS [ 21.378 s]

[2022-01-09T08:48:09.229Z] [INFO] Jenkinsfile Runner: Plugin dependencies ............ SUCCESS [ 28.022 s]

[2022-01-09T08:48:09.229Z] [INFO] payload ............................................ FAILURE [  3.323 s]

[2022-01-09T08:48:09.229Z] [INFO] jenkinsfile-runner ................................. SKIPPED

[2022-01-09T08:48:09.229Z] [INFO] packaging-parent-pom-resources ..................... SKIPPED

[2022-01-09T08:48:09.229Z] [INFO] packaging-parent-pom ............................... SKIPPED

[2022-01-09T08:48:09.229Z] [INFO] packaging-parent-pom-slim .......................... SKIPPED

[2022-01-09T08:48:09.229Z] [INFO] vanilla-package .................................... SKIPPED

[2022-01-09T08:48:09.229Z] [INFO] ------------------------------------------------------------------------

[2022-01-09T08:48:09.229Z] [INFO] BUILD FAILURE

[2022-01-09T08:48:09.229Z] [INFO] ------------------------------------------------------------------------

[2022-01-09T08:48:09.229Z] [INFO] Total time:  02:02 min

[2022-01-09T08:48:09.229Z] [INFO] Finished at: 2022-01-09T08:48:09Z

[2022-01-09T08:48:09.229Z] [INFO] ------------------------------------------------------------------------

[2022-01-09T08:48:09.229Z] [WARNING] The requested profile "package-app" could not be activated because it does not exist.

[2022-01-09T08:48:09.229Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (display-info) on project payload: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1]

[2022-01-09T08:48:09.229Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (display-info) on project payload: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed.
oleg-nenashev commented 2 years ago

Superceded