Skip to content

Commit

Permalink
Merge pull request #13 from escoem/JENKINS-38418
Browse files Browse the repository at this point in the history
[FIXED JENKINS-38418] Failed to load persisted workflow state (remote-loader). Thanks @oleg-nenashev
  • Loading branch information
escoem committed Feb 10, 2017
2 parents dcb1eb5 + c9ce183 commit 3c97d15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -45,7 +45,7 @@ public abstract class GroovyFileGlobalVariable extends GlobalVariable {
*/
@Nonnull
public String getClassName() {
return getClass().getName() + ".Impl";
return getClass().getName() + ".FileLoaderDSLImpl";
}

@Override
Expand Down
Expand Up @@ -21,7 +21,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package org.jenkinsci.plugins.workflow.remoteloader
package org.jenkinsci.plugins.workflow.remoteloader.FileLoaderDSL

import org.jenkinsci.plugins.workflow.cps.CpsScript;

Expand Down

0 comments on commit 3c97d15

Please sign in to comment.