The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.
For a list of other such plugins, see the Pipeline Steps Reference page.
genericChartPublisher: Charts from propertiescharts (optional)
title : String (optional)
fileNameGlob : String (optional)
key : String (optional)
limit : int (optional)
chartColor : String (optional)
rangeAroundAlist : int (optional)
resultAllowList : String (optional)
resultDenyList : String (optional)
unstableCondition : String (optional)
Expression : [[ avg(..L1)*1.1 < L0 ] || [L1*1.3 < L0 ]] || [ avgN(count(..L0)/4, ..L1)*1.1 Upon : 60,20,45,70TRUE , thus job WILL be turned to unstable
As : Ln...L1,L0
Expanded as: [[ avg(60,20,45)*1.1 < 70 ] || [45*1.3 < 70 ]] || [ avgN(count(60,20,45,70)/4, 60,20,45)*1.1<70 ]brackets: [[ avg(60,20,45)*1.1 < 70 ] || [45*1.3 < 70 ]] || [ avgN(count(60,20,45,70)/4, 60,20,45)*1.1<70 ]is: truebrackets: [ avg(60,20,45)*1.1 < 70 ] || [45*1.3 < 70 ]to: true || [ avgN(count(60,20,45,70)/4, 60,20,45)*1.1<70 ]evaluating: avg(60,20,45)*1.1 < 70to: true || [45*1.3 < 70 ]evaluating: avg(60,20,45)*1.1 < 70is: trueevaluating: avg(60,20,45)*1.1... 45.833333333333336 < 70
is: 45.833333333333336
evaluating: 70
is: 70
is: trueevaluating: 45*1.3 < 70to: true || trueevaluating: 45*1.3 < 70is: trueevaluating: 45*1.3... 58.5 < 70
is: 58.5
evaluating: 70
is: 70
is: trueevaluating: true || truetrueevaluating: true... true | true
is: true
evaluating: true
is: true
is: trueevaluating: avgN(count(60,20,45,70)/4, 60,20,45)*1.1<70to: true || trueevaluating: avgN(count(60,20,45,70)/4, 60,20,45)*1.1<70is: trueevaluating: avgN(count(60,20,45,70)/4, 60,20,45)*1.1... 45.833333337 < 70
is: 45.833333337
evaluating: 70
is: 70
is: trueevaluating: true || truetrueevaluating: true... true | true
is: true
evaluating: true
is: true
is: true
1+1 < (2+0)*1 impl [ [5 == 6 || 33<(22-20)*2 ]xor [ [ 5-3 < 2 or 7*(5+2)<=5 ] and 1+1 == 2]] eq [ true && false ]
avg( ..L{MN/2}) < avg(L{MN/2}..)
Expression : avg( ..L{MN/2}) < avg(L{MN/2}..)
Upon : 2,4,6
As : Ln...L1,L0
MN = 3
L indexes brackets: avg( ..L{3/2}) < avg(L{3/2}..)
Expression : 3/2
Expanded as: 3/2
is: 1.5
3/2 = 1 (1.5)
to: avg( ..L 1 ) < avg(L{3/2}..)
Expression : 3/2
Expanded as: 3/2
is: 1.5
3/2 = 1 (1.5)
to: avg( ..L 1 ) < avg(L 1 ..)
Expanded as: avg( 2,4) < avg(4,6)
avg( 2,4) < avg(4,6)
brackets: avg( 2,4) < avg(4,6)
evaluating: avg( 2,4) < avg(4,6)
evaluating: avg( 2,4) < avg(4,6)
evaluating: avg( 2,4)
is: 3.0
evaluating: avg(4,6)
is: 5.0
... 3.0 < 5.0
is: true
is: true
true
is: true
true
FINAL_DOWN_CUTTING_OK 2 5 5 5To print them, use LIST_INTERNALS instead of expression or look onto pre pprepared availabe embedded functions and exempalr config
Please submit your feedback about this page through this quick form.
Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?
See existing feedback here.