I have in one repository two projects and I want to run one of them with command "test-app :spock --echoOut". I add a section for grails running
when I run Item then jenkins give me "... does not appear to be part of a Grails application" but I try to run
"test-app :spock --echoOut" in projectDir locally all is working well.