I like to send email using hudson ext-email plugin, but with diferent triger than build status. I like to set hudson evn during buil or read it from env file (using env-开发者_开发知识库file plugin) a
I\'m using Hudson with git plug in to run my automation tests.I want to specify an option when it runs git clone (eg. git 开发者_运维百科clone --depth 1) to speed up the process.Is there any way to do
I was wondering which steps are the best to upgrade hudson and the plugins. I\'m running 1.347 at the moment. I once tried to update which resulted into a mess because some plugins were incomp开发者_
is there a way to make a hudson job fail if a certain string occurs in the console output? The reason I ask is because we have some jobs that deploy EAR files (via mvn commands) and even though the j
I am using Hudson-yammer plugin for sending notification on yammer & Uses following jar Hudson jar = hudson-core-1.384.jar
I\'m new user of Hudson. I\'m running the Hudson in my company network. The source codes for my projects are in the repository of other IDC. The repository itself doen\'t allow public connection, so
Im trying to make use of an email-ext plugin for 开发者_开发问答hudson that was developed by chetan here.
Does anyone ever experience random Hudson server crash? See the following log: ERROR: Failed to parse POMs
I\'m not sure I quite understand the difference. WebDriver API also directly controls the browser of choice. When should you use selenium remote control (selenium RC) instead ?
Is there a hudson plugin to add multi-user functionality ? Users can create new account and run their own remote tasks.