Skip to content

Tags: jenkinsci/docker-workflow-plugin

Tags

647.vf474049b_b_303

Toggle 647.vf474049b_b_303's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #749 from gbhat618/plugin-modernizer/migratecommon…

…slang2tolang3andcommontext

Remove commons-lang2 usage

634.vedc7242b_eda_7

Toggle 634.vedc7242b_eda_7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #367 from jeromepochat/exclude-gradle

Exclude useless `gradle` test dependency (fix typo)

632.vb_4b_d9336b_5ef

Toggle 632.vb_4b_d9336b_5ef's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #365 from jeromepochat/exclude-gradle

Exclude useless `gradle` test dependency

621.va_73f881d9232

Toggle 621.va_73f881d9232's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #351 from jglick/FilePathPickle-JENKINS-75679

[JENKINS-75679] `FilePathPickle` deprecated

611.v16e84da_6d3ff

Toggle 611.v16e84da_6d3ff's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #341 from jglick/upgrade

Compatibility for `DockerPipelineScript`

603.va_6964865a_9b_9

Toggle 603.va_6964865a_9b_9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #339 from jglick/agentDockerWithCreds

Deleting `agentDockerWithCreds` test

601.ve2c028908db_f

Toggle 601.ve2c028908db_f's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #338 from jglick/agentDockerWithCreds

Skip `agentDockerWithCreds` unless both `docker.username` and `docker.password` are set

599.v76126c79a_a_2d

Toggle 599.v76126c79a_a_2d's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #337 from jglick/closuritis

Adapt to Declarative change

596.v3e6972b_46b_e2

Toggle 596.v3e6972b_46b_e2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use `docker ps` to detect absence of docker permissions (#336)

The plugin BOM agents seem to have the `docker` command available but the
user running the agent is not authorized to use the `docker` command.
Previously that was detected by calling `docker ps` and detecting the
failure.

Restores a change made in

* #331

Testing done

Confirmed that I could see the same failure on a local computer as is seen on
https://ci.jenkins.io/job/Tools/job/bom/job/master/3968/testReport/org.jenkinsci.plugins.docker.workflow/DockerDSLTest/

The computer had Docker CE installed by the specific user running the
test did not have permission to access Docker.  Prior to this change,
the tests failed with the message:

CANNOT CONNECT TO THE DOCKER DAEMON AT UNIX:///VAR/RUN/DOCKER.SOCK. IS THE DOCKER DAEMON RUNNING?

After making this change, the tests pass on that computer with the
specific user that does not have permission to access Docker.

595.v60cec912059b_

Toggle 595.v60cec912059b_'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump org.jenkins-ci.plugins:plugin from 5.5 to 5.7 (#334)

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 5.5 to 5.7.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- [Commits](jenkinsci/plugin-pom@plugin-5.5...plugin-5.7)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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