Find your content:

Search form

You are here

Process 'command '../.sh'' finished with non-zero exit value 2

 
Share

Use ignoreExitValue true. Example given below

 

task mkImages(type: Exec) {
workingDir '../'
commandLine './scripts/mkimages.sh'
ignoreExitValue true

}

My Block Status

My Block Content