Closed rmpestano closed 7 years ago
Now it is possible to call it via livingDocs function name with default parameters:
node {
svn 'https://subversion.assembla.com/svn/cucumber-json-files/trunk'
livingDocs()
}
or declaring parameters:
node {
svn 'https://subversion.assembla.com/svn/cucumber-json-files/trunk'
livingDocs(featuresDir:'cukedoctor')
}
To call the plugin via pipeline script one needs to declare all parameters and declare the step:
Make livingDocs pipeline step aware as described here.