Test jenkins 1 #15

Merged
sorel merged 1 commits from test_jenkins into main 2026-04-30 12:48:14 +00:00
Showing only changes of commit 19e4675f32 - Show all commits

13
jenkinsfile Normal file
View File

@@ -0,0 +1,13 @@
pipeline
{
agent { dockerfile true }
stages
{
stage ( 'Build' )
{
steps
{
echo 'Test réussi'
}
}
}