You are on page 1of 1

Lab 4 : Creation of a pipeline

1. Implement a CI-CD pipeline aiming to create a directory


named « mydirectory» in the home user, and edit a « myfile »
with «  Hello fom file » expression

2. The jobs need to be triggered automatically and sequentially


whenever a file in the branch master has been modified

3. Before the execution of each job, you need to check


distribution version and architecture of the runner

You might also like