-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Could be useful to simple test new modules functional, debugging or easy way to kickstart with the MPL.
// Defining virtual module
MPLVirtualModule('Build') {
// Closure with all the features of usual module
echo "Hihi, I'm the virtual module"
MPLModule('Build', CFG) // Executing upper level Build module
}
pipeline {
...
stages {
stage( 'Build' ) {
MPLModule() // will execute virtual module first
}
...
}
}viceice
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed