Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Mar 28, 2019
1 parent adaa2ff commit 4256927
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<java.level>8</java.level>
<no-test-jar>false</no-test-jar>
<git-plugin.version>3.1.0</git-plugin.version>
<workflow-support-plugin.version>3.2</workflow-support-plugin.version>
<workflow-support-plugin.version>3.3-rc722.bbeb9c8f3cf6</workflow-support-plugin.version> <!-- TODO https://github.com/jenkinsci/workflow-support-plugin/pull/94 -->
<scm-api-plugin.version>2.2.6</scm-api-plugin.version>
<groovy-cps.version>1.26</groovy-cps.version>
<structs-plugin.version>1.17</structs-plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,10 +291,6 @@ public CpsBodyInvoker newBodyInvoker() {

@Override
protected <T> T doGet(Class<T> key) throws IOException, InterruptedException {
if (FlowNode.class.isAssignableFrom(key)) {
return key.cast(getNode());
}

CpsThread t = getThreadSynchronously();
if (t == null) {
throw new IOException("cannot find current thread");
Expand Down

0 comments on commit 4256927

Please sign in to comment.