while running jenkins job, script having dependency with some other class, import statements are not resolves this
Started by user anonymous Building in workspace C:\Users\pamarthid\.jenkins\workspace\seed Processing DSL script master_itself.groovy ERROR: startup failed: master_itself.groovy: 7: unable to resolve class common.Config @ line 7, column 1. import common.Config ^ master_itself.groovy: 10: unable to resolve class common.MasterDslJob @ line 10, column 1. import common.MasterDslJob ^ master_itself.groovy: 8: unable to resolve class common.DslJob @ line 8, column 1. import common.DslJob ^