My nice plugin
Just change the content here.
EOT;
}
}
```
--------------------------------
### Run PhpMetrics in Jenkins Shell Script
Source: https://www.phpmetrics.org/documentation/jenkins.html
Execute PhpMetrics from a Jenkins 'Run Shell Script' build step. Ensure the output paths for reports are correctly specified.
```bash
#!/bin/bash
=build/phpmetrics.html --report-xml=build/phpmetrics.xml --violations-xml=build/violations.xml
```
=== COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.