Skip to content

Commit

Permalink
minor: adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alxsap authored May 31, 2023
1 parent 94571dc commit 535c9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/fioriOnCloudPlatformPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import groovy.transform.Field
void call(parameters = [:]) {

checkScript(this, parameters)
if(parameters.utils != null) parameters.juStabUtils = parameters.utils //called differently in steps
if(parameters.utils != null) parameters.juStabUtils = parameters.utils //named differently in steps

node(parameters.label) {

Expand Down

0 comments on commit 535c9ca

Please sign in to comment.