Groovy web console

subscribe to the feed Subscribe
to this
site

test

Published 2 months ago by vhonch
Actions Execute script  ▶ Edit in console Back to console Show/hide line numbers View recent scripts
String branch = 'develop'


if(branch.contains('develop | release/*')) {
    println 'it`s true'
}