Skip to content

Commit

Permalink
Нет, так тоже не работает )
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovEV committed Jan 22, 2024
1 parent ea98885 commit 9f279c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ru/pulsar/jenkins/library/steps/GetExtensions.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ class GetExtensions implements Serializable {
}
extractConvertedExtensions(sourceDirName, steps)

steps.createDir("${env.WORKSPACE}/${EXTENSIONS_OUT_DIR}")

config.initInfoBaseOptions.extensions.each {
if (it.initMethod == InitMethod.SOURCE) {
Logger.println("Сборка расширения ${it.name} из исходников")
Expand All @@ -58,6 +56,9 @@ class GetExtensions implements Serializable {
}

private void buildExtension(Extension extension, String srcDir, String vrunnerPath, IStepExecutor steps) {
// ТУТ ГРЯЗНЫЙ ХАК
VRunner.exec("mkdir -p $EXTENSIONS_OUT_DIR")
// ТУТ КОНЕЦ ГРЯЗНОГО ХАКА

def compileExtCommand = "$vrunnerPath compileexttocfe --src ${srcDir} --out $EXTENSIONS_OUT_DIR/${extension.name}.cfe"
List<String> logosConfig = ["LOGOS_CONFIG=$config.logosConfig"]
Expand Down

0 comments on commit 9f279c0

Please sign in to comment.