[jenkinsci/ansible-plugin] a03e79: Adding @Symbol to AnsibleInstallation to be able t...

2023-03-10 Thread 'Valentin Delaye' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/ansible-plugin
  Commit: a03e79ea0283b181481464b3c0d126a0f890235e
  
https://github.com/jenkinsci/ansible-plugin/commit/a03e79ea0283b181481464b3c0d126a0f890235e
  Author: Michel Zanini 
  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 
  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 
  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 <1831569+daniel-b...@users.noreply.github.com>
  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 
  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 
  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 
  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 
  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 
  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 
  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 

[jenkinsci/ansible-plugin] a03e79: Adding @Symbol to AnsibleInstallation to be able t...

2019-09-20 Thread Emilio Escobar
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ansible-plugin
  Commit: a03e79ea0283b181481464b3c0d126a0f890235e
  
https://github.com/jenkinsci/ansible-plugin/commit/a03e79ea0283b181481464b3c0d126a0f890235e
  Author: Michel Zanini 
  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 
  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


Compare: 
https://github.com/jenkinsci/ansible-plugin/compare/e4fea8fd236c...01419fffe8b0

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ansible-plugin/push/refs/heads/master/e4fea8-01419f%40github.com.