Skip to content

Releases: alexanderbazhenoff/jenkins-universal-wrapper-pipeline

v1.0.1

18 Mar 00:14
Compare
Choose a tag to compare

Features

Improvements

v1.0.0

03 Mar 16:43
530be10
Compare
Choose a tag to compare

First version as it was written mostly in 2023.

Features

  • Built-in getting git sources.
  • Built-in ansible collection(s) installation.
  • Built-in reports (email or mattermost).
  • Run ansible playbooks or scripts just by inserting their code in action description inside yaml config.
  • Node selection and move files between.
  • Working with file-artifacts.
  • Possible to run actions in a stages in parallel or sequentially.
  • Inject pipeline parameters on the first pipeline run by specifying them inside yaml config files.
  • You can also extend a pipeline code by running native language as part of pipeline (e.g. Groovy for Jenkins).