atomist-skills / docker-build-skill

Atomist Skill to build and push Docker images
Apache License 2.0
1 stars 0 forks source link

Summary message format #6

Closed slimslenderslacks closed 4 years ago

slimslenderslacks commented 4 years ago
Screenshot 2020-04-15 17 08 38

I'm want to debug all failures in atomist (prod) over the next few days, and realizing that I'd like the summary to indicate which slug and which Dockerfile build failed (or if the build succeeded and the Push failed).

cdupuis commented 4 years ago

I think the Dockerfile path is implicitly defined by the configuration name in the log since you can only have one Dockerfile path per configuration.

I can add the repo slug generically to container skills but that’s in skill-runner.

cdupuis commented 4 years ago

Issue moved to atomist-skills/skill-runner#5