I have a commit message stored in /tmp/message file in parent's pipeline and I would like to send the contents of this file to the child pipeline in Gitlab. Can someone help me how I can do this using yml pipelines?
            Asked
            
        
        
            Active
            
        
            Viewed 179 times
        
    1 Answers
0
            
            
        One approach is to use a cache (as seen here), or rather an artifact (as seen here), in order to store that message content in a file.
The idea is to share a file (artifact) or key/value (cache) between jobs.
 
    
    
        VonC
        
- 1,262,500
- 529
- 4,410
- 5,250
