Pipeline 1
Some checks failed
Organisation/sirh/pipeline/head There was a failure building this commit
Organisation/sirh/pipeline/pr-main Build queued...

This commit is contained in:
2026-04-30 14:50:58 +00:00
parent b3294a823e
commit 15c33efc14

10
Jenkinsfile vendored
View File

@@ -4,8 +4,14 @@ pipeline
stages
{
stage ( 'checkout' ){ steps {sh 'echo "Debut du pipeline"' } }
stage ( 'checkout' ){ steps { checkout scm } }
stage ( 'checkout' )
{
steps
{
'echo "Debut du pipeline"'
checkout scm
}
}
stage ( 'Deploiement' )
{
when { branch 'main' }