uot;(?=.*?Environment)(?=.*?Total)(E.*?
>> \\))",showTruncatedLines=false,substText="$1"}
>>
>>
>> On Wed, Jan 15, 2014 at 2:10 PM, Slide > >wrote:
>>
>>> [java] is not printed by the build log regex token, I can guarantee that.
>>
n use $0 through $9 to be the matching groups for the
> replacement text, so something like this (THIS WILL NOT WORK AS IS).
>
> ${BUILD_LOG_REGEX,regex="(?=.*?Environment)(?=.*?Total)(E.*?
> \\))",showTruncatedLines=false,substText="$1"}
>
>
> On Wed, Jan 15, 2014
he replacement string as is supported by appendReplacement
> of the Matcher object, e.g., (this does not solve your issue, you'll have
> to determine the regex and replacement for you).
>
> ${BUILD_LOG_REGEX,regex="Something(.*)",substText="$1"}
>
> slide
; slide
>
> 1 -
> http://docs.oracle.com/javase/6/docs/api/java/util/regex/Matcher.html#appendReplacement(java.lang.StringBuffer,
>
> java.lang.String)
>
>
> On Tue, Jan 14, 2014 at 6:47 PM, devanand >wrote:
>
>> Hi,
>>
>> I have this value configured t
Hi,
I have this value configured to send out email, Under editable email
configuration section of the JOB.
${BUILD_LOG_REGEX,regex="(?=.*?Environment)(?=.*?Total)(E.*?\\))",showTruncatedLines=false}
As i result of this LINE i am getting this value as part of my Email.
*[java] Environment: A
, devanand wrote:
>
> Hi Eric,
>
> I am not using Poll feature at all... I have this build scheduled with
> Manual JOB only. But still i am getting this exception
>
> I don't see any workaround on this problem I am stuck really and don't
> know how to r
/blog.cloudbees.com/2011/11/polling-must-die-triggering-jenkins.html.
>
>
> Regards,
> Eric
>
> On 3/21/2013 12:29 PM, devanand wrote:
>
> Hi Eric,
>
> When should i expect to be resolved this BUG ? or is there any work
> around to this problem ???
&
gt; On 3/20/2013 8:34 PM, devanand wrote:
>
> Hi,
>
>
> I am getting following exception even though i can see my build is
> successfull. I can see on local box this has artifact available but still i
> can see this error whenever i run my jenkins maven build job
>
Hi,
I am getting following exception even though i can see my build is
successfull. I can see on local box this has artifact available but still i
can see this error whenever i run my jenkins maven build job
Please check the attachment of configuration which i am doingn for this
project..
roller.execute&entity=method>at
hudson.model.Executor.run(Executor.java:237)<http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.run&entity=method>
On Wednesday, March 20, 2013 1:13:52 PM UTC-7, Eric Pyle wrote:
>
> A simple syntax error. It should be &
Hi,
I am getting following exception while executing my maven project in
Jenkins.
Parsing POMs
[sample-project] $ "C:\Program Files\Java\jdk1.6.0_38_backup/bin/java" -Xmx512m
-XX:MaxPermSize-128m -cp
C:\Jenkins\plugins\maven-plugin\WEB-INF\lib\maven3-agent-1.2.jar;C:\apache-maven-3.0.3\boot\p
11 matches
Mail list logo