Skip to content

Commit

Permalink
fix у initInfobase опции не в lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Segate-ekb authored Aug 24, 2024
1 parent 4108f98 commit 632fc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ru/pulsar/jenkins/library/steps/LoadExtensions.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class LoadExtensions implements Serializable {
return ""
}

String optionsName = "${stageName.toLowerCase()}Options"
String optionsName = "${stageName}Options"

def optionsInstance = config."$optionsName"

Expand Down

0 comments on commit 632fc87

Please sign in to comment.