According to the error message from Jenkin, I think the config in ~/.sioux/ is still in old format. Simply remove it should solve the problem (a new one will be generated when initializing a local pipeline)
Fixed #43 and #56
And refactored pipeline_config module because we don't use config file to check if user is using local pipeline or remote pipeline. Basically removing redundant code.
According to the error message from Jenkin, I think the config in
~/.sioux/
is still in old format. Simply remove it should solve the problem (a new one will be generated when initializing a local pipeline)Fixed #43 and #56
And refactored pipeline_config module because we don't use config file to check if user is using local pipeline or remote pipeline. Basically removing redundant code.