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

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

Slow performance first queries on SQL Azure -

Java Entity Manager - JSON reader was expecting a value but found 'db' -