Skip to content

Releases: RScrafted/jenkins-playground

v0.1.0 – Initial Jenkins Pipeline Setup

Choose a tag to compare

@RScrafted RScrafted released this 30 Jun 15:36

Description

Initial release for Jenkins CI/CD. This version introduces a basic Jenkins pipeline using a Jenkinsfile integrated with GitHub SCM.

Includes:

  • Jenkinsfile structure
  • Initial pipeline configuration
  • SCM-based pipeline execution (GitHub integration)
  • First working build triggered from repository

This release serves as the starting point for Jenkins pipeline stages, and automated build triggers using polling SCM and future webhook-based triggers.

Full Changelog: https://github.com/RScrafted/jenkins-playground/commits/v0.1.0