Skip to content

Commit

Permalink
resolver codenarc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Echavarria committed Sep 16, 2024
1 parent 1e0777e commit 9dfb6b7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
*/
package org.boozallen.plugins.jte.job

import static org.jenkinsci.plugins.workflow.cps.persistence.PersistenceContext.JOB

import hudson.model.Action
import hudson.model.Item
import hudson.model.Queue
Expand All @@ -29,11 +31,13 @@ import org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
import org.jenkinsci.plugins.workflow.cps.CpsFlowFactoryAction2
import org.jenkinsci.plugins.workflow.cps.persistence.PersistIn
import org.jenkinsci.plugins.workflow.cps.replay.ReplayCause
import org.jenkinsci.plugins.workflow.flow.*
import org.jenkinsci.plugins.workflow.flow.DurabilityHintProvider
import org.jenkinsci.plugins.workflow.flow.FlowDefinition
import org.jenkinsci.plugins.workflow.flow.FlowDurabilityHint
import org.jenkinsci.plugins.workflow.flow.FlowExecution
import org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner
import org.jenkinsci.plugins.workflow.job.WorkflowRun

import static org.jenkinsci.plugins.workflow.cps.persistence.PersistenceContext.JOB

/**
* Defines a JTE Pipeline.
* Performs JTE's Pipeline Initialization Process before creating the CpsFlowExecution for the WorkflowRun
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class FileSystemCacheKey {
scm == that.scm &&
scmHead == that.scmHead &&
scmRevision == that.scmRevision &&
scmSource == that.scmSource;
scmSource == that.scmSource
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ class FileSystemWrapperFactory {
}
return fsw
}
}
}

0 comments on commit 9dfb6b7

Please sign in to comment.