renommage jenkinsfile
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:00:26 +00:00
parent 19e4675f32
commit 34d1464391

13
Jenkinsfile vendored Normal file
View File

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