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?
you can specify maven command clean install -dprofile=dev
here "profile" parameter , "dev" value.
Comments
Post a Comment