Modification du jenkinsfile 2 #17

Closed
sorel wants to merge 1 commits from test_jenkins into main
Showing only changes of commit 3bb363256d - Show all commits

4
Jenkinsfile vendored
View File

@@ -1,6 +1,5 @@
pipeline
{
agent { dockerfile true }
stages
{
stage ( 'Build' )
@@ -8,6 +7,7 @@ pipeline
steps
{
echo 'Test réussi'
}
}
}
}
}