Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Feb 25, 2024
1 parent 8dc7110 commit 25fa353
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---

name: Release CI
on: # yamllint disable-line rule:truthy
push: null
pull_request: null
on: # yamllint disable-line rule:truthy
push:
branches:
- main
permissions:
contents: write

Expand Down
1 change: 0 additions & 1 deletion jenkins-universal-wrapper-pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,6 @@ List checkOrExecutePipelineActionLink(String actionLink, Map nodeItem, Map pipel
String nodeSelectionPrintable = changeNodeData instanceof Map ? String.format("node with label '%s'",
changeNodeData.label) : String.format('%s node', (changeNodeData) ?: 'any')
CF.outMsg(0, String.format("Executing '%s' action on %s...", actionLink, nodeSelectionPrintable))
// TODO: assigning from .call() is ok, but why it's marked as can't assign Object to Map?
(actionOk, actionDetails, universalPipelineWrapperBuiltIns) = keysFound[keysFound.keySet()[0]].call()
}
} else {
Expand Down

0 comments on commit 25fa353

Please sign in to comment.