Files
sirh/Jenkinsfile
Soriba SYLLA 75285a140a
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
jenkins test 3
2026-04-30 13:11:14 +00:00

13 lines
178 B
Groovy

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