Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

0.14.13

Compare
Choose a tag to compare
@marcj marcj released this 22 Feb 21:08
· 1 commit to master since this release

This release includes several bugfixes and new features

  • Allow building Docker images with files from the job.
  • Allow to set install_files configuration option to add files from the job to the Docker image, when image is defined.
  • Fixed handling online check in job end routine.
  • Changed git reset to git checkout to not modify git's HEAD, this
    led to lock issues by Git itself when 2 processes try to reset
    at the same time.