Change By: jsirex (15/Nov/12 7:09 AM)
Description: I have jenkins master installed on Windows. Browser is chrome (sometimes reproduced in firefox too).
Steps:
# Perform maven release plugin
# Specify SCM Credentials
 (mvn release fails without it)  with " in password
# Schedule maven release

Results:
In logs I see:
{code}Executing Maven:  -B -f c:\opt\Jenkins\jobs\project-ci\workspace\pom.xml -DdevelopmentVersion=4.4.005-SNAPSHOT -DreleaseVersion=4.4.004 -Dusername=user -Dpassword=*********
....
No goals have been specified for this build. You must specify a valid lifecycle phase or a goal{code}
Build fails.

Expected results:
Release goals are passed in maven during release.

Note: On Linux with Icewasel (firefox) 10.0.6 all works fine.

It's very strange odd for me.


This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to