-
Notifications
You must be signed in to change notification settings - Fork 15
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
key/values not propogating into downstream tasks #8
Comments
@ezraroi can you please check your pipeline cf file and see how we handle this scenario? |
@ezraroi are you sure that changes in the first task propagate to the second task? I remember it does but can you see it in the ui? |
@ezraroi what does your task.yml file look like? |
platform: linux
image_resource:
type: docker-image
source:
repository: hub.docker.intel.com/swce-docker/pipeline-base
inputs:
- name: tools
- name: repo
- name: keyval
outputs:
- name: out
- name: keyvalout
caches:
- path: gradle
- path: maven
- path: npm
run:
path: tools/tasks/task.sh |
@regevbr we don not change values between steps... |
Bummer, i think that is why we have so many jobs cause i couldn't get the changes to pass between tasks... |
is this resource working between jobs, has anyone been successful in getting it configured? |
I am seeing that when i have 2+ tasks in a job the key values are not being passed to the next task. both tasks have inputs and outputs for the key/values
The text was updated successfully, but these errors were encountered: