Skip to content

Commit

Permalink
fix for JENKINS-45892
Browse files Browse the repository at this point in the history
  • Loading branch information
yfangsl committed Mar 28, 2018
1 parent 6125a8c commit 970a404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -43,7 +43,7 @@ public abstract class BrowserAxis extends Axis {

/** Handles the retrieval of browsers from Sauce Labs. */
protected static final BrowserFactory BROWSER_FACTORY = BrowserFactory.getInstance(new JenkinsSauceREST(null, null));
private MatrixProject project;
private transient MatrixProject project;

public BrowserAxis(List<String> values) {
super("SELENIUM_DRIVER", values);
Expand Down
Expand Up @@ -49,7 +49,7 @@ public class SauceOnDemandProjectAction extends AbstractAction {
* Project that owns this action.
* @since 1.153
*/
public final Job<?,?> job;
public transient Job<?,?> job;

@Deprecated
private AbstractProject<?, ?> project;
Expand Down

0 comments on commit 970a404

Please sign in to comment.