How to enable access log

2012-05-20 Thread Shimi
Is there a way to enable access log for Jenkins? I am using the Ubuntu/Debian package. Shimi

Re: How to enable access log

2012-05-20 Thread Shimi
found it. it is missing from the Debian configuration in /etc/default/jenkins JENKINS_ENABLE_ACCESS_LOG=yes if [ $JENKINS_ENABLE_ACCESS_LOG = yes ]; then PARAMS=$PARAMS -- accessLoggerClassName=winstone.accesslog.SimpleAccessLogger -- simpleAccessLogger.format=combined

soapUI tests

2012-05-20 Thread Pete Long
Hi I would be grateful if anyone can point me to actual project examples that has soapUI tests which have been incorporated into Jenkins jobs. I say examples as I would like to try the examples out please. Thank you Pete

Re: soapUI tests

2012-05-20 Thread Thomas Sundberg
Hi! I wrote a blog [1] a while ago using some different tools with SoapUI. What it sounds like you want to understand is how to set variables in your SoapUI project from Jenkins. That is not covered specific, but I show how to set values from Maven and from JUnit. I assume that it may be enough