Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Fix field ids
Browse files Browse the repository at this point in the history
  • Loading branch information
holm committed Nov 22, 2010
1 parent 960f251 commit 948b2dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/podio/hudson/PodioBuildNotifier.java
Expand Up @@ -56,9 +56,9 @@

public class PodioBuildNotifier extends Notifier {

private static final int FAILED_TESTS_FIELD_ID = 74279;
private static final int FAILED_TESTS_FIELD_ID = 74282;

private static final int TOTAL_TESTS_FIELD_ID = 74279;
private static final int TOTAL_TESTS_FIELD_ID = 74281;

private static final int USERS_FIELD_ID = 74280;

Expand Down

0 comments on commit 948b2dc

Please sign in to comment.