This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
Releases: concur/jenkins-workflows
Releases · concur/jenkins-workflows
v0.5.0
v0.4.1
v0.4.0
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
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.