Rodrigo Borba
Rodrigo Borba

Reputation: 1474

404 while trying to configure androidLint plugin for Jenkins

I'm getting a problem with the Lint configuration on Jenkins. I was able to configure others static analysis but with the Lint I'm getting the error bellow:

HTTP ERROR 404 Problem accessing /job/VDA_NIGHLTY_BUILD/androidLint/configureDefaults. Reason: Not Found

What I'm trying to do:

enter image description here

I have no idea about what is going on. I also tried to reinstall the plugin.

Upvotes: 4

Views: 332

Answers (1)

David Z
David Z

Reputation: 106

This due to version incompatibility between the Android Lint Plugin and the dependent Static Analysis Utilities (analysis-core) plugin. Downgrade the Static Analysis Utilities plugin to 1.79. You can find the old version here http://updates.jenkins-ci.org/download/plugins/analysis-core/

Upvotes: 3

Related Questions