User password at startup of jenkins service since 1.535

2013-10-15 Thread wohauser
Hello,
If I update from 1.534 to 1.535 jenkins asks for a jenkins user password. How 
to startup jenkins w/o a password like 1.534 ?
Regards Wolfgang

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: latest version not downloadable

2012-06-11 Thread wohauser
The Versions 1.468 and 1.469 are still missing on the Update Mirror(s).

Is there someone checking the problem or providing the files ?

Thanks,
Wolfgang


Re: How to make a shell script quieter?

2012-04-11 Thread wohauser
Jenkins build steps call shell scripts with the option -x, this enables the 
tracing of the shell script.

use set +x in your shell script or at the beginning of the build step 
script to turn the tracing off again. 
Normally the noisiness is very helpful to check if the build has done 
properly 

Regards 
Wolfgang