You've already forked jenkins-lib
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:
@@ -27,11 +27,6 @@ class GetExtensions implements Serializable {
|
||||
|
||||
Logger.printLocation()
|
||||
|
||||
if (!config.needLoadExtensions()) {
|
||||
Logger.println("Расширения не найдены в конфигурации. Сборка расширений пропущена.")
|
||||
return
|
||||
}
|
||||
|
||||
def env = steps.env()
|
||||
|
||||
steps.installLocalDependencies()
|
||||
|
Reference in New Issue
Block a user