configorama icon indicating copy to clipboard operation
configorama copied to clipboard

idea: if variable

Open DavidWells opened this issue 6 years ago • 0 comments

${if(value === otherValue)} >> true/false

Comparators == != =~ !~
Logical operators || &&
Integers 12345
Strings 'feature-branch' "feature-branch"
Booleans true false
Null null
Parentheses ( )
Regular expressions /^v1.0/
Prefixes !
Comments // This is a comment

cool setup from buildkite https://buildkite.com/docs/pipelines/conditionals#supported-syntax

DavidWells avatar Oct 04 '19 03:10 DavidWells