) In an oblique manner; not directly; indirectly. Obliqueness (n.) Quality or state of being oblique. Obliquities (pl. ) of Obliquity Obliquity (n.) The condition of being oblique; deviation from a right line; deviation from parallelism or perpendicularity; the amount of such deviation; ...
command: echo "hello world" env: FOO: bar BAZ: qux artifact_paths: - "logs/**/*" - "coverage/**/*" parallelism: 5 would be represented in go as: &pipeline.CommandStep{ Command: `echo "hello world"`, Env: ordered.MapFromItems( ordered.TupleSS("FOO", "bar"), ordered.TupleSS(...