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

Bump plugin from 4.17 to 4.18 #127

Merged
merged 1 commit into from
Apr 20, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2021

Bumps plugin from 4.17 to 4.18.

Release notes

Sourced from plugin's releases.

4.18

📦 Dependency updates

Commits
  • c96562b [maven-release-plugin] prepare release plugin-4.18
  • 6ae5d02 Bump mockito-core from 3.8.0 to 3.9.0 (#405)
  • 4cce250 Bump jenkins-test-harness from 1521.vaea1e973d086 to 1529.v4fd5bafdcd33 (#406)
  • 7237931 Bump jenkins-test-harness from 1514.v9f0f59194dd4 to 1521.vaea1e973d086 (#404)
  • 986acb1 Bump jenkins-test-harness from 1498.v53acb0fd4634 to 1514.v9f0f59194dd4
  • 78f6c95 Bump frontend-maven-plugin from 1.11.2 to 1.11.3 (#403)
  • 9d3d311 Bump spotbugs-maven-plugin from 4.2.0 to 4.2.2
  • 203f3f8 Bump objenesis from 3.1 to 3.2
  • 30468f7 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from jglick April 19, 2021 09:45
@jglick jglick enabled auto-merge April 19, 2021 14:00
@jvz
Copy link
Member

jvz commented Apr 19, 2021

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 19, 2021

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@jglick
Copy link
Member

jglick commented Apr 19, 2021

ACI Windows agents have been failing most of the time for me recently. See jenkinsci/file-parameters-plugin#44. @timja @MarkEWaite anyone else seeing problems?

@MarkEWaite
Copy link
Contributor

ACI Windows agents have been failing most of the time for me recently. See jenkinsci/file-parameters-plugin#44. @timja @MarkEWaite anyone else seeing problems?

@dduportal and I did some exploration of ACI agents. We removed existing offline ACI agents and ran 5 or 10 plugins through builds that use ACI. We found one surprise that we could not explain in https://ci.jenkins.io/job/Plugins/job/workflow-durable-task-step-plugin/job/master/139/console where it reported:

11:36:30  Please refer to C:\Users\jenkins\Work\workspace\_durable-task-step-plugin_master\target\surefire-reports for the individual test results.
11:36:30  Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
11:36:30  The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
11:36:30  Command was cmd.exe /X /C "C:\openjdk-8\jre\bin\java -Xms768M -Xmx768M -Djava.awt.headless=true -XX:+HeapDumpOnOutOfMemoryError -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -jar C:\Users\jenkins\AppData\Local\Temp\surefire4295741987345430999\surefirebooter3616880578051975953.jar C:\Users\jenkins\AppData\Local\Temp\surefire4295741987345430999 2021-04-19T17-35-21_884-jvmRun1 surefire9127292659388121696tmp surefire_03327551735370646140tmp"
11:36:30  Error occurred in starting fork, check output in log
11:36:30  Process Exit Code: 130
11:36:30  Crashed tests:
11:36:30  org.jenkinsci.plugins.workflow.BuildQueueTasksTest
11:36:30  org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
11:36:30  Command was cmd.exe /X /C "C:\openjdk-8\jre\bin\java -Xms768M -Xmx768M -Djava.awt.headless=true -XX:+HeapDumpOnOutOfMemoryError -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -jar C:\Users\jenkins\AppData\Local\Temp\surefire4295741987345430999\surefirebooter3616880578051975953.jar C:\Users\jenkins\AppData\Local\Temp\surefire4295741987345430999 2021-04-19T17-35-21_884-jvmRun1 surefire9127292659388121696tmp surefire_03327551735370646140tmp"
11:36:30  Error occurred in starting fork, check output in log
11:36:30  Process Exit Code: 130
11:36:30  Crashed tests:
11:36:30  org.jenkinsci.plugins.workflow.BuildQueueTasksTest

Build 141 is running that task without ACI. Not sure what the results will be.

@jglick jglick merged commit b4e5ad4 into master Apr 20, 2021
@jglick jglick deleted the dependabot/maven/org.jenkins-ci.plugins-plugin-4.18 branch April 20, 2021 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants