Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YAML Diagram - straight lines #1

Open
tyrcho opened this issue Jun 28, 2022 · 1 comment
Open

YAML Diagram - straight lines #1

tyrcho opened this issue Jun 28, 2022 · 1 comment
Labels
enhancement New feature or request layout

Comments

@tyrcho
Copy link

tyrcho commented Jun 28, 2022

Hi,

I did not manage to force straight or ortho lines in a yaml diagram.

here is the code I tried (with or without the 2 commented lines, it has no effect)

@startyaml
'skinparam useBetaStyle false
'skinparam linetype ortho

stages:
  - build
  - test

build-code-job:
  stage: build
  script:
    - echo "Check the ruby version, then build some Ruby project files:"
    - ruby -v
    - rake

test-code-job1:
  stage: test
  script:
    - echo "If the files are built successfully, test some files with one command:"
    - rake test1

test-code-job2:
  stage: test
  script:
    - echo "If the files are built successfully, test other files with a different command:"
    - rake test2

@endyaml

http://www.plantuml.com/plantuml/uml/hPAnRiCW48PtdkAKfKiy96Ecg9swjaz0y4yXnfp5dLFvxIkmQbcLidNZ-B__-0QkehReOiTaNcI8URB5ZZGBNg7sKvS4yZO9zccA6RfC82uQs1XH-mMv6AAERdDCVJifH8rfS-UuHtVdMsKQVTb0SILEMeDQWWjCXxS0Dv06K9bl2prG978-rfky5abu17tKT2fyXrFoCK4kXtNHMkmUlvCTO4mrsbHEEvSQF55vzysZBITRq9vNajavYFWvfUNO-glHodr73SGPv7WSRUutg-hHwDCVc_D_sx06bBsEfJvwZuAipxNEnboH-_eTVW00

This would be useful when drawing a more complex CI file.

@The-Lum
Copy link

The-Lum commented Jun 28, 2022

That is not yet implemented...

And just FYI, here are same requests:

@evantill evantill added the enhancement New feature or request label Mar 16, 2023
@arnaudroques arnaudroques transferred this issue from plantuml/plantuml Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request layout
Projects
None yet
Development

No branches or pull requests

4 participants