Erik Riemers commented on Bug JENKINS-5207

If you have strange $ signs in one of your dirs it might not work.

find . -name build.xml | xargs -I %f% perl -i -p -e 'undef $/; s/\s*<org.jvnet.hudson.plugins.DownstreamBuildViewAction.*<\/org.jvnet.hudson.plugins.DownstreamBuildViewAction>//s' '%f%'

Seems to work better for that. (still ugly)

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to