Skip to content

Commit

Permalink
Update src/ru/pulsar/jenkins/library/edt/NativeEdtCliConverter.groovy
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
nixel2007 and coderabbitai[bot] authored Nov 12, 2024
1 parent d32239d commit 85bb6f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class NativeEdtCliConverter implements IEdtCliEngine {
String projectWorkspaceDir = FileUtils.getFilePath("$workspaceDir/cf").getRemote()
String configurationRoot = FileUtils.getFilePath("$env.WORKSPACE/$EdtToDesignerFormatTransformation.CONFIGURATION_DIR").getRemote()

Logger.println("Конвертация исходников конфигурации из формата EDT в формат Конфигуратора с помощью ring")
Logger.println("Конвертация исходников конфигурации из формата EDT в формат Конфигуратора с помощью 1cedtcli")

steps.deleteDir(configurationRoot)

Expand Down

0 comments on commit 85bb6f9

Please sign in to comment.