Kindly suggest some pipeline syntax
Pipeline A -->should call pipeline B
- File A
- File will be passed to pipeline B
- send some string parameter
- read the append content by pipeline-B
Pipeline B:
- read content of file shared by pipeline A
- will echo string param and content of file
- append some lines at the end of file A