Skip to content

Commit

Permalink
Обработка флага при сборке расширения
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovEV committed Jan 28, 2024
1 parent 90bb669 commit 3a016b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ru/pulsar/jenkins/library/steps/GetExtensions.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ class GetExtensions implements Serializable {
// ТУТ КОНЕЦ ГРЯЗНОГО ХАКА

def compileExtCommand = "$vrunnerPath compileexttocfe --src ${srcDir} --out $EXTENSIONS_OUT_DIR/${extension.name}.cfe"
if (config.initInfoBaseOptions.useIbcmd) {
compileExtCommand += " --ibcmd"
}
List<String> logosConfig = ["LOGOS_CONFIG=$config.logosConfig"]
steps.withEnv(logosConfig) {
VRunner.exec(compileExtCommand)
Expand Down

0 comments on commit 3a016b6

Please sign in to comment.