Skip to content

Releases: jenkinsci/docker-workflow-plugin

1.24

18 Aug 21:32
Compare
Choose a tag to compare

1.23

11 Mar 16:49
Compare
Choose a tag to compare

Bug Fixes

  • JENKINS-58732 - Migrate GlobalConfig & FolderConfig serial forms to avoid unreadable data warnings when upgrading to Pipeline: Declarative Plugin 1.6.0 (#211) @jglick

1.22

25 Feb 20:27
Compare
Choose a tag to compare

Major features and improvements

  • JENKINS-58732 - Moving Docker agent functionality from Pipeline: Declarative Plugin to Docker Pipeline Plugin (#202) @jglick

Removed

  • Remove automatic fingerprinting from Image.inside() step. (#198) @jonsten

Maintenance

1.21 - Windows Docker Agents Support 🚀

09 Oct 17:44
Compare
Choose a tag to compare
pipeline {
  agent {
    docker {
      label 'windows'
      image 'mcr.microsoft.com/powershell'
    }
  }
}

1.20

06 Oct 01:20
Compare
Choose a tag to compare

🚀 New features and improvements

  • Add Container ID detection for GitHub Actions (#187) @jonico

📝 Documentation updates

👻 Maintenance