mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
Blacklist removed
was only intended to speed-up early development of the script.
This commit is contained in:
parent
b7f2ca8c5b
commit
836eff22b9
@ -271,18 +271,6 @@ if( !stepsDir.exists() ) {
|
|||||||
// sanity checks
|
// sanity checks
|
||||||
//
|
//
|
||||||
|
|
||||||
blacklist = [
|
|
||||||
'toolValidate',
|
|
||||||
'setupCommonPipelineEnvironment',
|
|
||||||
'durationMeasure',
|
|
||||||
'prepareDefaultValues',
|
|
||||||
'pipelineStashFilesAfterBuild',
|
|
||||||
'pipelineStashFiles',
|
|
||||||
'handlePipelineStepErrors',
|
|
||||||
'commonPipelineEnvironment',
|
|
||||||
'pipelineExecute',
|
|
||||||
]
|
|
||||||
|
|
||||||
List steps = []
|
List steps = []
|
||||||
|
|
||||||
//
|
//
|
||||||
@ -320,16 +308,6 @@ void handleStep(step, prepareDefaultValuesStep, gse) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if(blacklist.contains(step)) {
|
|
||||||
// in case a file is blacklisted from docu generation we simply copy over
|
|
||||||
// the docu input file in order to have always a complete set of step docu files.
|
|
||||||
// we do not touch the content of the file since we assume it has been carefully handcrafted.
|
|
||||||
theGeneratedStepDocu << theStepDocuInput.text
|
|
||||||
|
|
||||||
System.err << "[INFO] Step '${step}' is blacklisted. No docu will be created for that step.\n"
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
System.err << "[INFO] Handling step '${step}'.\n"
|
System.err << "[INFO] Handling step '${step}'.\n"
|
||||||
|
|
||||||
def defaultConfig = Helper.getConfigHelper(getClass().getClassLoader(), roots).loadStepDefaults(Helper.getDummyScript(prepareDefaultValuesStep, step)).use()
|
def defaultConfig = Helper.getConfigHelper(getClass().getClassLoader(), roots).loadStepDefaults(Helper.getDummyScript(prepareDefaultValuesStep, step)).use()
|
||||||
|
Loading…
Reference in New Issue
Block a user