Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Releases: concur/jenkins-workflows

v0.5.0

14 Mar 01:56
Compare
Choose a tag to compare

Changed

  • Docs: Migrated to Mkdocs static generator.
  • Updated script to generate docs to be more robust.

v0.4.1

01 Mar 11:17
Compare
Choose a tag to compare

Changed

  • docker: Stage names changed to be more simple.

v0.4.0

22 Feb 14:41
Compare
Choose a tag to compare

Added

  • Start of a test framework for workflows.

Fixes

  • golang.lint: --checkstyle being specified would cause failures
  • golang.lint: Was not properly get values if specified under tools.golang

Changed

  • docker.push: Logging in changed to echo $password | docker login $endpoint -u $user --password-stdin
  • docker.*: Stage names changed to reflect the image name instead of dockerfile.

v0.3.0

16 Feb 10:46
Compare
Choose a tag to compare

Added

  • golang.lint: Lint Golang code during a pipeline execution.
  • golang.dep: Support for the official dependency manager for Golang.

Fixes

  • docker.push: Wrong credential was being pulled.
  • golang.getStageName: Test workflow failed due to type safety.
  • nodejs & slack: ConcurCommands class name doesn't exist.

v0.2.0

16 Feb 10:41
Compare
Choose a tag to compare

Added

  • Gradle workflow
  • Slack workflow
  • NodeJS workflow

Updates

  • git.commit: Checks for changes before attempting the commit, this didn't cause a failure before but is cleaner now.
  • Add more asserts to workflows.

v0.1.1

07 Jan 21:50
Compare
Choose a tag to compare

Fixed

  • github.createRelease: Fix issue where generated name/tag can get multiple vs for a prefix.

v0.1.0

07 Jan 01:27
Compare
Choose a tag to compare

Added

Please view the associated documentation on how to use these workflows, or visit GitHub pages generated documentation.