You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logic could be added to check if operator.equals(STRING_SUB), and if so, enter a different block than lines 145-154, where testValue.contains(comparisonValue) is executed and the result checked for the appropriate return value.
The text was updated successfully, but these errors were encountered:
The plugins will perform full-string comparison actions. However there are times when performing a substring check is beneficial.
This issue requests that a substring option be added to the logic of the
compareString
method:rundeck-conditional-logic-plugin/src/main/java/com/bioraft/rundeck/conditional/IfElse.java
Lines 138 to 155 in c403a96
Logic could be added to check if
operator.equals(STRING_SUB)
, and if so, enter a different block than lines 145-154, wheretestValue.contains(comparisonValue)
is executed and the result checked for the appropriate return value.The text was updated successfully, but these errors were encountered: