Files
sirh/Jenkinsfile
Soriba SYLLA 34d1464391
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
renommage jenkinsfile
2026-04-30 13:00:26 +00:00

13 lines
203 B
Groovy

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