2 Commits

Author SHA1 Message Date
80b3573674 Merge pull request 'pipeline 2' (#23) from pipeline2 into main
Some checks failed
Organisation/sirh/pipeline/head There was a failure building this commit
Reviewed-on: #23
2026-04-30 14:56:41 +00:00
efadd66483 pipeline 2
Some checks are pending
Organisation/sirh/pipeline/pr-main Build queued...
Organisation/sirh/pipeline/head Build started...
2026-04-30 14:56:06 +00:00

2
Jenkinsfile vendored
View File

@@ -8,7 +8,7 @@ pipeline
{
steps
{
'echo "Debut du pipeline"'
sh 'echo "Debut du pipeline"'
checkout scm
}
}