Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/ansible-plugin
  Commit: a03e79ea0283b181481464b3c0d126a0f890235e
      
https://github.com/jenkinsci/ansible-plugin/commit/a03e79ea0283b181481464b3c0d126a0f890235e
  Author: Michel Zanini <[email protected]>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/ansible/AnsibleInstallation.java

  Log Message:
  -----------
  Adding @Symbol to AnsibleInstallation to be able to use it on tools


  Commit: 01419fffe8b0eaea5187d7e82a9387a269db7053
      
https://github.com/jenkinsci/ansible-plugin/commit/01419fffe8b0eaea5187d7e82a9387a269db7053
  Author: Emilio Escobar <[email protected]>
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/ansible/AnsibleInstallation.java

  Log Message:
  -----------
  Merge pull request #26 from michelzanini/master

JENKINS-37387 - Adding @Symbol to AnsibleInstallation to be able to use it on 
tools


  Commit: 62352deb36abae1d61150bdb9b7f63b63ee18f2f
      
https://github.com/jenkinsci/ansible-plugin/commit/62352deb36abae1d61150bdb9b7f63b63ee18f2f
  Author: Daniel Beck <[email protected]>
  Date:   2019-09-24 (Tue, 24 Sep 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Use HTTPS URLs in pom.xml


  Commit: 2495e9bfe99084e183ff87c05cb37bfad28c43dd
      
https://github.com/jenkinsci/ansible-plugin/commit/2495e9bfe99084e183ff87c05cb37bfad28c43dd
  Author: Daniel Beck <[email protected]>
  Date:   2020-09-25 (Fri, 25 Sep 2020)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge pull request #32 from daniel-beck-bot/https-urls-pom

Use HTTPS URLs in pom.xml


  Commit: b7c0b11d3cd1fa370e155d79eaa7f82fb74ef910
      
https://github.com/jenkinsci/ansible-plugin/commit/b7c0b11d3cd1fa370e155d79eaa7f82fb74ef910
  Author: Emilio Escobar <[email protected]>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
    M pom.xml
    M 
src/main/java/org/jenkinsci/plugins/ansible/AbstractAnsibleBuilderDescriptor.java
    M 
src/main/java/org/jenkinsci/plugins/ansible/workflow/AnsiblePlaybookStep.java
    M src/main/java/org/jenkinsci/plugins/ansible/workflow/AnsibleVaultStep.java

  Log Message:
  -----------
  Merge pull request #35 from jenkinsci/v1.x

Merge security fixes from 1.1 back into master


  Commit: db2f162eedee3c6d54721c11ffce5ff5ec830ed0
      
https://github.com/jenkinsci/ansible-plugin/commit/db2f162eedee3c6d54721c11ffce5ff5ec830ed0
  Author: Mark Waite <[email protected]>
  Date:   2021-10-10 (Sun, 10 Oct 2021)

  Changed paths:
    M README.md
    A docs/images/jenkins-deploy-ansible-console.png
    M pom.xml

  Log Message:
  -----------
  Use GitHub for docs, not wiki

Changes include:

* Use Jenkins URL, not author original URL
* Fix the changelog
* Add table of Adhoc command arguments
* Add table of playbook arguments
* Add arguments table for vault credentials


  Commit: c44a0dc2db16bf9af363679a12c11e6553c8a783
      
https://github.com/jenkinsci/ansible-plugin/commit/c44a0dc2db16bf9af363679a12c11e6553c8a783
  Author: Mark Waite <[email protected]>
  Date:   2021-10-10 (Sun, 10 Oct 2021)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Remove duplicated line from arg table


  Commit: e0eedd20f6216e26e785f10cbe05d53eb2d4d91f
      
https://github.com/jenkinsci/ansible-plugin/commit/e0eedd20f6216e26e785f10cbe05d53eb2d4d91f
  Author: Mark Waite <[email protected]>
  Date:   2021-10-10 (Sun, 10 Oct 2021)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Fix a spelling error in CLI argument


  Commit: 62bbb44f1b5cb0486d3999d10e2cb6220233b28b
      
https://github.com/jenkinsci/ansible-plugin/commit/62bbb44f1b5cb0486d3999d10e2cb6220233b28b
  Author: Valentin Delaye <[email protected]>
  Date:   2023-01-30 (Mon, 30 Jan 2023)

  Changed paths:
    M README.md
    A docs/images/jenkins-deploy-ansible-console.png
    M pom.xml

  Log Message:
  -----------
  Merge pull request #37 from MarkEWaite/move-docs-to-github

Move docs to GitHub


  Commit: 572bdc61b6ebd7dda5533ddfe19c6252fb8db739
      
https://github.com/jenkinsci/ansible-plugin/commit/572bdc61b6ebd7dda5533ddfe19c6252fb8db739
  Author: Valentin Delaye <[email protected]>
  Date:   2023-01-30 (Mon, 30 Jan 2023)

  Changed paths:
    A .github/dependabot.yml
    A .github/workflows/cd.yaml
    A .mvn/extensions.xml
    A .mvn/maven.config
    M Jenkinsfile
    M pom.xml
    M 
src/main/java/org/jenkinsci/plugins/ansible/AnsibleAdHocCommandBuilder.java
    M src/main/java/org/jenkinsci/plugins/ansible/AnsiblePlaybookBuilder.java
    M src/main/java/org/jenkinsci/plugins/ansible/AnsibleVaultBuilder.java
    M 
src/test/java/org/jenkinsci/plugins/ansible/AnsibleAdHocCommandInvocationTest.java
    M 
src/test/java/org/jenkinsci/plugins/ansible/AnsibleVaultInvocationTest.java
    M src/test/java/org/jenkinsci/plugins/ansible/CompatibilityTest.java
    M src/test/java/org/jenkinsci/plugins/ansible/jobdsl/DslJobRule.java
    M 
src/test/java/org/jenkinsci/plugins/ansible/jobdsl/JobDslIntegrationTest.java

  Log Message:
  -----------
  Modernize plugin


  Commit: 4188aa25489a4d175c18e2721de9e73e340a5ad9
      
https://github.com/jenkinsci/ansible-plugin/commit/4188aa25489a4d175c18e2721de9e73e340a5ad9
  Author: Valentin Delaye <[email protected]>
  Date:   2023-01-30 (Mon, 30 Jan 2023)

  Changed paths:
    A .github/dependabot.yml
    A .github/workflows/cd.yaml
    A .mvn/extensions.xml
    A .mvn/maven.config
    M Jenkinsfile
    M pom.xml
    M 
src/main/java/org/jenkinsci/plugins/ansible/AnsibleAdHocCommandBuilder.java
    M src/main/java/org/jenkinsci/plugins/ansible/AnsiblePlaybookBuilder.java
    M src/main/java/org/jenkinsci/plugins/ansible/AnsibleVaultBuilder.java
    M 
src/test/java/org/jenkinsci/plugins/ansible/AnsibleAdHocCommandInvocationTest.java
    M 
src/test/java/org/jenkinsci/plugins/ansible/AnsibleVaultInvocationTest.java
    M src/test/java/org/jenkinsci/plugins/ansible/CompatibilityTest.java
    M src/test/java/org/jenkinsci/plugins/ansible/jobdsl/DslJobRule.java
    M 
src/test/java/org/jenkinsci/plugins/ansible/jobdsl/JobDslIntegrationTest.java

  Log Message:
  -----------
  Merge pull request #38 from jonesbusy/feature/modernize-plugin

Modernize plugin configuration and configure automatic releases


  Commit: a4a022d878dfd16e03fbafa0faeddde80b027e80
      
https://github.com/jenkinsci/ansible-plugin/commit/a4a022d878dfd16e03fbafa0faeddde80b027e80
  Author: Valentin Delaye <[email protected]>
  Date:   2023-01-30 (Mon, 30 Jan 2023)

  Changed paths:
    M .github/dependabot.yml

  Log Message:
  -----------
  Configure dependabot for maven packages


  Commit: 431aa39d472db86cbb3a691cf061ee1d6a38a711
      
https://github.com/jenkinsci/ansible-plugin/commit/431aa39d472db86cbb3a691cf061ee1d6a38a711
  Author: Valentin Delaye <[email protected]>
  Date:   2023-01-30 (Mon, 30 Jan 2023)

  Changed paths:
    M .github/dependabot.yml

  Log Message:
  -----------
  Merge pull request #39 from jonesbusy/feature/configure-dependabot

Configure dependabot for maven packages


  Commit: 3a7342d62d98e10f5f951a14b61f2e262db3fa80
      
https://github.com/jenkinsci/ansible-plugin/commit/3a7342d62d98e10f5f951a14b61f2e262db3fa80
  Author: Steven Clark <[email protected]>
  Date:   2023-01-31 (Tue, 31 Jan 2023)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/ansible/CLIRunner.java

  Log Message:
  -----------
  [JENKINS-54929] Always flush the output logger on the TaskListener

 - Extract the logger out of the TaskListener and pass it to the
   stdout/stderr methods of the Launcher
 - Trap all errors and force a flush of the logger once the command
   has completed


  Commit: 6b13c6de3a47ba48299b952dc69dfa1214f5d3fe
      
https://github.com/jenkinsci/ansible-plugin/commit/6b13c6de3a47ba48299b952dc69dfa1214f5d3fe
  Author: Valentin Delaye <[email protected]>
  Date:   2023-01-31 (Tue, 31 Jan 2023)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/ansible/CLIRunner.java

  Log Message:
  -----------
  Merge pull request #40 from jenkinsci/JENKINS-54929-fix-output-issue

[JENKINS-54929] Always flush the output logger on the TaskListener


  Commit: 9df9469a4e6b3b5e806866b131e8e84adc4f7c2a
      
https://github.com/jenkinsci/ansible-plugin/commit/9df9469a4e6b3b5e806866b131e8e84adc4f7c2a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump mockito-core from 5.1.0 to 5.1.1

Bumps [mockito-core](https://github.com/mockito/mockito) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.1.0...v5.1.1)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>


  Commit: f5042d96bcfb4ec7af964b0d18b25ba42a8e756e
      
https://github.com/jenkinsci/ansible-plugin/commit/f5042d96bcfb4ec7af964b0d18b25ba42a8e756e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump mockito-inline from 5.1.0 to 5.1.1

Bumps [mockito-inline](https://github.com/mockito/mockito) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.1.0...v5.1.1)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-inline
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>


  Commit: f356fd9c2dfa38ce080f834f508e2eb250ccd467
      
https://github.com/jenkinsci/ansible-plugin/commit/f356fd9c2dfa38ce080f834f508e2eb250ccd467
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
    M .mvn/extensions.xml

  Log Message:
  -----------
  Bump git-changelist-maven-extension from 1.4 to 1.5

Bumps 
[git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools)
 from 1.4 to 1.5.
- [Release notes](https://github.com/jenkinsci/incrementals-tools/releases)
- 
[Commits](https://github.com/jenkinsci/incrementals-tools/compare/parent-1.4...parent-1.5)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>


  Commit: 074b4d1c7fe3d5746ce98984a341f75254c615fa
      
https://github.com/jenkinsci/ansible-plugin/commit/074b4d1c7fe3d5746ce98984a341f75254c615fa
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump bom-2.361.x from 1798.vc671fe94856f to 1834.vc26f653a_a_b_10

Bumps [bom-2.361.x](https://github.com/jenkinsci/bom) from 1798.vc671fe94856f 
to 1834.vc26f653a_a_b_10.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.361.x
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>


  Commit: 1a61e2ff7f92e3d44ecc1284677e0cf442226280
      
https://github.com/jenkinsci/ansible-plugin/commit/1a61e2ff7f92e3d44ecc1284677e0cf442226280
  Author: Valentin Delaye <[email protected]>
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge pull request #41 from 
jenkinsci/dependabot/maven/org.mockito-mockito-core-5.1.1

Bump mockito-core from 5.1.0 to 5.1.1


  Commit: dd793aa17f2bb79646832765d34e52cef06dce04
      
https://github.com/jenkinsci/ansible-plugin/commit/dd793aa17f2bb79646832765d34e52cef06dce04
  Author: Valentin Delaye <[email protected]>
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge pull request #42 from 
jenkinsci/dependabot/maven/org.mockito-mockito-inline-5.1.1

Bump mockito-inline from 5.1.0 to 5.1.1


  Commit: a210369f8e898c26b67dfc9a26b60aaff3fddeaf
      
https://github.com/jenkinsci/ansible-plugin/commit/a210369f8e898c26b67dfc9a26b60aaff3fddeaf
  Author: Valentin Delaye <[email protected]>
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge pull request #44 from 
jenkinsci/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1834.vc26f653a_a_b_10

Bump bom-2.361.x from 1798.vc671fe94856f to 1834.vc26f653a_a_b_10


  Commit: 7a7e4b7fd7526f980b053258e14b241b7c673603
      
https://github.com/jenkinsci/ansible-plugin/commit/7a7e4b7fd7526f980b053258e14b241b7c673603
  Author: Valentin Delaye <[email protected]>
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
    M .mvn/extensions.xml

  Log Message:
  -----------
  Merge pull request #43 from 
jenkinsci/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.5

Bump git-changelist-maven-extension from 1.4 to 1.5


  Commit: def1232efa5277fc7f629c0772b7eca046dfd4ea
      
https://github.com/jenkinsci/ansible-plugin/commit/def1232efa5277fc7f629c0772b7eca046dfd4ea
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
    M .mvn/extensions.xml

  Log Message:
  -----------
  Bump git-changelist-maven-extension from 1.5 to 1.6

Bumps 
[git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools)
 from 1.5 to 1.6.
- [Release notes](https://github.com/jenkinsci/incrementals-tools/releases)
- 
[Commits](https://github.com/jenkinsci/incrementals-tools/compare/parent-1.5...parent-1.6)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>


  Commit: c49d672dec92f4bb161426f3620b13585949b69f
      
https://github.com/jenkinsci/ansible-plugin/commit/c49d672dec92f4bb161426f3620b13585949b69f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump bom-2.361.x from 1834.vc26f653a_a_b_10 to 1836.vfe602c266c05

Bumps [bom-2.361.x](https://github.com/jenkinsci/bom) from 
1834.vc26f653a_a_b_10 to 1836.vfe602c266c05.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.361.x
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>


  Commit: 50365ff2d43ae684418863da66134276ac46d108
      
https://github.com/jenkinsci/ansible-plugin/commit/50365ff2d43ae684418863da66134276ac46d108
  Author: Valentin Delaye <[email protected]>
  Date:   2023-03-01 (Wed, 01 Mar 2023)

  Changed paths:
    M .mvn/extensions.xml

  Log Message:
  -----------
  Merge pull request #45 from 
jenkinsci/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.6

Bump git-changelist-maven-extension from 1.5 to 1.6


  Commit: 35cc77cad3fe3f834030f17f9a51d0967f3744c3
      
https://github.com/jenkinsci/ansible-plugin/commit/35cc77cad3fe3f834030f17f9a51d0967f3744c3
  Author: Valentin Delaye <[email protected]>
  Date:   2023-03-01 (Wed, 01 Mar 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge pull request #47 from 
jenkinsci/dependabot/maven/io.jenkins.tools.bom-bom-2.361.x-1836.vfe602c266c05

Bump bom-2.361.x from 1834.vc26f653a_a_b_10 to 1836.vfe602c266c05


  Commit: 9eb4d49e832603ba70628815bbe488cc0a1cca16
      
https://github.com/jenkinsci/ansible-plugin/commit/9eb4d49e832603ba70628815bbe488cc0a1cca16
  Author: Valentin Delaye <[email protected]>
  Date:   2023-03-01 (Wed, 01 Mar 2023)

  Changed paths:
    A .github/CODEOWNERS
    M pom.xml
    M 
src/test/java/org/jenkinsci/plugins/ansible/AnsibleAdHocCommandInvocationTest.java
    M 
src/test/java/org/jenkinsci/plugins/ansible/AnsibleVaultInvocationTest.java

  Log Message:
  -----------
  Remove assertj and update pom


  Commit: e6787bca83e2eadfacf5e4b24e209683c9fdba8f
      
https://github.com/jenkinsci/ansible-plugin/commit/e6787bca83e2eadfacf5e4b24e209683c9fdba8f
  Author: Valentin Delaye <[email protected]>
  Date:   2023-03-01 (Wed, 01 Mar 2023)

  Changed paths:
    A .github/CODEOWNERS
    M pom.xml
    M 
src/test/java/org/jenkinsci/plugins/ansible/AnsibleAdHocCommandInvocationTest.java
    M 
src/test/java/org/jenkinsci/plugins/ansible/AnsibleVaultInvocationTest.java

  Log Message:
  -----------
  Merge pull request #48 from jenkinsci/feature/remove-assertj

Remove assertj and update pom


  Commit: c4e7f7e8ff2373ff34a0df263da6239108d224f5
      
https://github.com/jenkinsci/ansible-plugin/commit/c4e7f7e8ff2373ff34a0df263da6239108d224f5
  Author: Valentin Delaye <[email protected]>
  Date:   2023-03-02 (Thu, 02 Mar 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump Jenkins core to 2.375.3


  Commit: c5eaea8656063220ff6a672cd3abd3a1a880889e
      
https://github.com/jenkinsci/ansible-plugin/commit/c5eaea8656063220ff6a672cd3abd3a1a880889e
  Author: Valentin Delaye <[email protected]>
  Date:   2023-03-03 (Fri, 03 Mar 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge pull request #49 from jonesbusy/feature/bump-jenkins-core

Bump Jenkins core to 2.375.3


  Commit: 241b3128b8344976600388898a452b220ccfa857
      
https://github.com/jenkinsci/ansible-plugin/commit/241b3128b8344976600388898a452b220ccfa857
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump bom-2.375.x from 1836.vfe602c266c05 to 1887.vda_d0ddb_c15c4

Bumps [bom-2.375.x](https://github.com/jenkinsci/bom) from 1836.vfe602c266c05 
to 1887.vda_d0ddb_c15c4.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.375.x
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>


  Commit: e9337c230b3613777d113c218bfd85fdc6a7b0ec
      
https://github.com/jenkinsci/ansible-plugin/commit/e9337c230b3613777d113c218bfd85fdc6a7b0ec
  Author: Valentin Delaye <[email protected]>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge pull request #50 from 
jenkinsci/dependabot/maven/io.jenkins.tools.bom-bom-2.375.x-1887.vda_d0ddb_c15c4

Bump bom-2.375.x from 1836.vfe602c266c05 to 1887.vda_d0ddb_c15c4


Compare: 
https://github.com/jenkinsci/ansible-plugin/compare/a03e79ea0283%5E...e9337c230b36

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ansible-plugin/push/refs/heads/main/000000-e9337c%40github.com.

Reply via email to