is it possible to pass Bamboo project or plan variable to ephemeral agent template YAML file?
how to handle bamboo variable when using ephemeral agent
Hello 박정현,
Welcome to Atlassian community.
Bamboo project and plan variables are independent of any agents, can you try to explain me your scenario properly, what exactly you are trying to achieve ?
Regards,
Shashank Kumar
thanks to your reply, @Shashank Kumar
as you know, when using remote agent, bamboo variables can be handled in script.
but, in ephemeral agent, I can handle any information about bamboo like plan trigger, commit hash or user input varibles.
usually how can ephemeral agent read bamboo information?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello 박정현,,
There is no change in the way ephemeral agent read bamboo information, Ephemeral agent is a kind of remote agent running on a Kubernetes Pod and only difference is that it will shutdown when the Job completes based on your setting.
All your variables defined in Bamboo and any script task will work as it is, it does not depend upon which agent is executing them.
Regards,
Shashank Kumar
**please don't forget to Accept the answer if your query was answered**
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.