Skip to content

Releases: mongodb/sonar

Release 0.0.12

16 Jul 09:01
df4a840
Compare
Choose a tag to compare
  • Add the build log output to the exception thrown when the docker build task fails.

Release 0.0.11

02 Jun 16:53
Compare
Choose a tag to compare
  • Stages output can be accessed from subsequent stages using $(stages['stage-name'].outputs[<index>].<key>.
  • A temporary file can be used instead of a hard-coded one using $(functions.tempfile).