Files
sirh/Jenkinsfile
Soriba SYLLA 3bb363256d
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
Modification du jenkinsfile 2
2026-04-30 13:08:24 +00:00

13 lines
177 B
Groovy

pipeline
{
stages
{
stage ( 'Build' )
{
steps
{
echo 'Test réussi'
}
}
}
}