Modification du jenkinsfile 2
Some checks failed
Organisation/sirh/pipeline/head There was a failure building this commit
Organisation/sirh/pipeline/pr-main There was a failure building this commit

This commit is contained in:
2026-04-30 13:08:24 +00:00
parent 34d1464391
commit 3bb363256d

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'
}
}
}
}
}