Hello, Cannot we use the grep -ivr command in the gocd pipeline script executor plugin?
I am using the following aws cli command with the grep command and unable to use it. aws iam list-policies | jq '.Policies[] | .Arn' | grep -ivr "test" | cut -d '"' -f 2 > test.csv Instead of filtering the aws cli output , it writes the complete git log to the csv file Is there any restriction on using the grep command in the Gocd shell script executor plugin ? Thanks Regards -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/go-cd/1b9bf2ba-5bb9-4ac0-ad6d-df35051b120bn%40googlegroups.com.
