1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-08-25 20:09:25 +02:00

Remove redundant needLoadExtensions() check in GetExtensions.groovy

Co-authored-by: nixel2007 <1132840+nixel2007@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-09 14:39:24 +00:00
parent 3d3060a9a7
commit 132814562c

View File

@@ -27,11 +27,6 @@ class GetExtensions implements Serializable {
Logger.printLocation()
if (!config.needLoadExtensions()) {
Logger.println("Расширения не найдены в конфигурации. Сборка расширений пропущена.")
return
}
def env = steps.env()
steps.installLocalDependencies()