docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.57k stars 177 forks source link

Jenkinsfile tweaks. #603

Closed psftw closed 5 years ago

psftw commented 5 years ago

kitty

codecov[bot] commented 5 years ago

Codecov Report

Merging #603 into master will decrease coverage by 0.07%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #603      +/-   ##
==========================================
- Coverage   72.55%   72.47%   -0.08%     
==========================================
  Files          54       54              
  Lines        2827     2761      -66     
==========================================
- Hits         2051     2001      -50     
+ Misses        511      504       -7     
+ Partials      265      256       -9
Impacted Files Coverage Δ
internal/compose/compose.go 74.35% <0%> (-4.22%) :arrow_down:
internal/commands/list.go 83.05% <0%> (+2.49%) :arrow_up:
types/parameters/parameters.go 96.82% <0%> (+4.76%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 962230a...006aa34. Read the comment docs.

psftw commented 5 years ago

oops, needed to add back the agents to each stage or it will try to run them all in parallel on the same node..