Skip to content

Commit

Permalink
Merge pull request #28 from synopsys-arc-oss/JENKINS-20511-targetType…
Browse files Browse the repository at this point in the history
…-fix

[FIXED JENKINS-20511] - Suppress the targetType loading issue
  • Loading branch information
Stefan Brausch committed Apr 24, 2014
2 parents 3a1b0d9 + 52f833d commit 4bbc0f8
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -31,6 +31,14 @@ public class JobConfigBadgeAction implements BuildBadgeAction, RunAction2 {
* We need the build in order to get the project name.
*/
private transient AbstractBuild<?, ?> build;

/**
* A transient field, which allows to workaround the JENKINS-20511 issue
* (missing targetType field).
* @deprecated This field is not required in the config-history logic
* @see https://issues.jenkins-ci.org/browse/JENKINS-20511
*/
private transient String targetType;

/**
* Creates a new JobConfigBadgeAction.
Expand Down

0 comments on commit 4bbc0f8

Please sign in to comment.