2 Commits

Author SHA1 Message Date
f0894bb66f Merge pull request 'jenkins test 3' (#18) from jenkins into main
Some checks failed
Organisation/sirh/pipeline/head There was a failure building this commit
Reviewed-on: #18
2026-04-30 13:12:06 +00:00
75285a140a jenkins test 3
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
2026-04-30 13:11:14 +00:00

2
Jenkinsfile vendored
View File

@@ -1,6 +1,5 @@
pipeline pipeline
{ {
agent { dockerfile true }
stages stages
{ {
stage ( 'Build' ) stage ( 'Build' )
@@ -11,3 +10,4 @@ pipeline
} }
} }
} }
}