Giter Site home page Giter Site logo

Comments (3)

ktomk avatar ktomk commented on June 3, 2024

@sunkan , thank you for taking the time to report the issue and especially condense the yml to the smallest.

As I'm not aware of such a kind of bug, I need to ask back about the version you have in use, e.g.:

$ pipelines --version
pipelines version 0.0.46-1-ga03070c+

Also I've tried to reproduce your issue with my development version and was not able to (which is somewhat good). I've further minimized it by using the smallest image I know of, keeping everything else untouched. This is how I tried to reproduce:

$ <<BBPL pipelines --file -                
image: ktomk/pipelines:busybox

pipelines:
  default:
    - step:
        script:
          - echo "Step 1"
    - parallel:
        - step:
            script:
              - echo "Step 2.1"
        - step:
            script:
              - echo "Step 2.2"
BBPL
�+++ step #1

    name...........: (unnamed)
    effective-image: ktomk/pipelines:busybox
    container......: pipelines-1.no-name.default.pipelines
    container-id...: 6672878947cd

�+++ copying files into container...


�+ echo "Step 1"
Step 1
�+++ step #2

    name...........: (unnamed)
    effective-image: ktomk/pipelines:busybox
    container......: pipelines-2.no-name.default.pipelines
    container-id...: 97ee94a312c3

�+++ copying files into container...


�+ echo "Step 2.1"
Step 2.1
�+++ step #3

    name...........: (unnamed)
    effective-image: ktomk/pipelines:busybox
    container......: pipelines-3.no-name.default.pipelines
    container-id...: 81b0705d5334

�+++ copying files into container...


�+ echo "Step 2.2"
Step 2.2

As a note in the margin, your report reminds me to add a version information summary to the --debug output so this information is directly available. Thanks again for your report and hoping to here back from you to progress with this issue.

from pipelines.

sunkan avatar sunkan commented on June 3, 2024

Thanks for response.
When I checked the version I realized I had 2 versions of pipelines installed it was using 0.0.25+. When I removed it it started to work.

Thanks for the help. A bit embarrassing that I didn't check what binary I was using 😄

from pipelines.

ktomk avatar ktomk commented on June 3, 2024

Hey, please don't feel embarrassed, your report was actually helpful as it showed the --debug information could benefit from some version information. And it's always good to learn about what can go wrong.

Please find pipelines version 0.0.47 released with version information reported for better for trouble-shooting.

Thanks again for your report.

from pipelines.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.