pipleine A -----writes a result.txt text file [content execute=none]
pipeline B ------ modifies that text file depending on execution [content : execute=true or execute=false]
Depending upon the content of file if its[execute=true] then only i need to execute the pipleine C
Can we achieve this using text file or for that matter even if with variables in jenkins. to modifiy the variable via pipeline and trigger the pipleine based on value of variable