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

2
Jenkinsfile vendored
View File

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