java - Passing parameters in MultiJob Project Jenkins -


i try pass parameter maven profile in multijob project unfortunately jenkins doesn`t see , execute: 'mvn clean install $profile'. know solution?

multijob project

subbuild view

you can specify maven command clean install -dprofile=dev here "profile" parameter , "dev" value.


Comments