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

v1.4.2 causes text files not to be recognized #57

Open
enugentdt opened this issue Jul 30, 2018 · 0 comments
Open

v1.4.2 causes text files not to be recognized #57

enugentdt opened this issue Jul 30, 2018 · 0 comments

Comments

@enugentdt
Copy link

enugentdt commented Jul 30, 2018

Hello

I noticed my builds started failing with the release of v1.4.2, and the error was that my text files weren't being found. Pinned the docker version to v1.4.1, and they've started working again. Is this a bug, or am I missing something?

Here's the job section of my pipeline:

jobs:
  - name: Build Project
    plan:
      - get: project
        trigger: true
      - task: Compile project
        file: project/ci/tasks/build.yml
        input_mapping: { repo: project }
        on_failure:
          put: alert
          params:
            text_file: message/failed
        on_success:
          put: alert
          params:
            text_file: message/passed
        on_abort:
          put: alert
          params:
            text_file: message/aborted
      - put: project-dist
        params: {
          "sync_dir" : "build/",
          "rsync_opts": ["-rzvvO"]
        }
      - put: keyval
        params:
          file: keyvalout/keyval.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant