Compare commits

..

1 Commits

Author SHA1 Message Date
1f13d1a306
add jenkins pipeline
Some checks failed
Intrepid/Prometeu/Runtime/pipeline/pr-master Build started...
Intrepid/Prometeu/Runtime/pipeline/head This commit looks good
Test / Build occurred while executing withChecks step.
2026-04-08 08:32:00 +01:00

View File

@ -4,9 +4,9 @@ pipeline {
environment {
CARGO_TERM_COLOR = 'always'
MIN_LINES = '0'
MIN_FUNCTIONS = '0'
MIN_REGIONS = '0'
MIN_LINES = '60'
MIN_FUNCTIONS = '60'
MIN_REGIONS = '60'
}
stages {