Compare commits

..

16 Commits

Author SHA1 Message Date
130c5fdd57
update jenkinsfile
Some checks are pending
Test / Build
Intrepid/Prometeu/Runtime/pipeline/head This commit looks good
Intrepid/Prometeu/Runtime/pipeline/pr-master This commit looks good
2026-04-08 08:02:18 +01:00
43ea8b80c9
update jenkinsfile
Some checks failed
Test / Build occurred while executing withChecks step.
2026-04-08 07:50:35 +01:00
3d33a493bf
update jenkinsfile
Some checks failed
Test / Build occurred while executing withChecks step.
2026-04-08 07:46:34 +01:00
3181891e0a
update jenkinsfile
Some checks failed
Test / Build occurred while executing withChecks step.
2026-04-08 07:41:21 +01:00
bf0c4c4b94
update jenkinsfile 2026-04-08 07:38:41 +01:00
2713dd76e3
update jenkinsfile
Some checks failed
Test / Build occurred while executing withChecks step.
2026-04-08 07:36:12 +01:00
03886cf6f0
update jenkinsfile
Some checks are pending
Test / Build
2026-04-08 07:27:24 +01:00
44ebae30a9
update jenkinsfile
Some checks are pending
Test / Build
2026-04-08 06:58:20 +01:00
88c75e43ae
update jenkinsfile 2026-04-08 06:56:09 +01:00
87c51ba8fc
update jenkinsfile
Some checks failed
Rust CI / CI occurred while executing withChecks step.
2026-04-07 10:07:25 +01:00
da48c8b116
update jenkinsfile
Some checks failed
Rust CI / CI occurred while executing withChecks step.
2026-04-07 09:44:52 +01:00
78f087ec13
update jenkinsfile
Some checks failed
Rust CI / CI occurred while executing withChecks step.
2026-04-07 09:41:55 +01:00
40536f4b30
update jenkinsfile
Some checks failed
Rust CI / CI occurred while executing withChecks step.
2026-04-07 09:39:58 +01:00
d46f447273
update jenkinsfile
Some checks failed
Rust Verify / Verify occurred while executing withChecks step.
2026-04-07 09:36:46 +01:00
b07f2f377a
update jenkinsfile 2026-04-07 09:30:16 +01:00
56c59634b2
add jenkins pipeline 2026-04-07 08:22:32 +01:00

View File

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