Pass arguments across different tasks #3717
Answered
by
augustoproiete
DmitryLukyanov
asked this question in
Q&A
-
Is there a way to pass arguments across different tasks? For example I have task A that can be called before task B and C:
I want to configure behavior inside task A based on where it's called from, something like:
|
Beta Was this translation helpful? Give feedback.
Answered by
augustoproiete
Nov 25, 2021
Replies: 1 comment
-
Yes, there's a couple of different ways to share data between tasks. See Sharing Build State in the docs |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DmitryLukyanov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, there's a couple of different ways to share data between tasks. See Sharing Build State in the docs