You've already forked jenkins-lib
forked from jenkins/jenkins-lib
Рефакторинг
This commit is contained in:
10
vars/designerToEdtFormatTransformation.groovy
Normal file
10
vars/designerToEdtFormatTransformation.groovy
Normal file
@@ -0,0 +1,10 @@
|
||||
import ru.pulsar.jenkins.library.configuration.JobConfiguration
|
||||
import ru.pulsar.jenkins.library.ioc.ContextRegistry
|
||||
import ru.pulsar.jenkins.library.steps.DesignerToEdtFormatTransformation
|
||||
|
||||
def call(JobConfiguration config) {
|
||||
ContextRegistry.registerDefaultContext(this)
|
||||
|
||||
def edtTransform = new DesignerToEdtFormatTransformation(config)
|
||||
edtTransform.run()
|
||||
}
|
Reference in New Issue
Block a user