Skip to content

Commit

Permalink
[FIXED JENKINS-12161] env-inject vars may not be masked because of pl…
Browse files Browse the repository at this point in the history
…ugins loading order
  • Loading branch information
rseguy committed Feb 17, 2012
1 parent a03737a commit b2ebd33
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,7 +1,7 @@
/*
* The MIT License
*
* Copyright (c) 2010-2011, Manufacture Francaise des Pneumatiques Michelin,
* Copyright (c) 2010-2012, Manufacture Francaise des Pneumatiques Michelin,
* Romain Seguy
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -204,7 +204,7 @@ public int hashCode() {

}

@Extension
@Extension(ordinal = 1000) // JENKINS-12161
public static final class DescriptorImpl extends BuildWrapperDescriptor {

public DescriptorImpl() {
Expand Down

0 comments on commit b2ebd33

Please sign in to comment.