Re: jenkins e-mail ext DEFAULT_CONTENT does not expand

2013-05-26 Thread Vladimir Zak
Hi,
I have the same problem. The strings are not replaced by URl for example -
$BUILD_URL is not replaced.

In subjects it is replaced but NOT replaced in the other places.

zakyn

$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS!$PROJECT_URL
$BUILD_URL $BUILD_URL/artifact/Installation/InstallationKit Tests

$FAILED_TESTS

Changes  [%a] %m %p${CHANGES,format= }





2013/4/24 windycity jji...@gmail.com


 Attach log.


 Jessica

 On Wednesday, April 24, 2013 4:04:04 PM UTC-5, windycity wrote:

 We are using tomcat, I have logs at 
 tomcat/apache-tomcat-6.0.35/**logs/catalina.out,
 is that the right one? But this one does not have any Jenkins error. Build
 #23 is the trouble one.

 Jessica

 On Wednesday, April 24, 2013 3:36:18 PM UTC-5, slide wrote:

 No, I mean the actual stderr type logs for the Jenkins app itself, it
 would be in different places depending on how you are running Jenkins.
 Could be in the tomcat logs, etc.


 On Wed, Apr 24, 2013 at 1:33 PM, windycity jji...@gmail.com wrote:

 By jenkins log, do you mean $JENKINS_HOME/jobs/project/**builds/#/log
 file?  If this is the file you refer, it does have build errors, but
 sending mail seems fine.

 Sending e-mails to: j...@cboe.com
 channel stopped
 Sending e-mails to: j...@cboe.com
 Email was triggered for: Failure
 Sending email for trigger: Failure
 Sending email to: j...@cboe.com
 Finished: FAILURE

 If this is not the log you refer, would you please let me know where
 should be the log file?

 Thanks much,

 Jessica



 On Wednesday, April 24, 2013 3:13:54 PM UTC-5, slide wrote:

 Do you have any errors in jenkins logs?


 On Wed, Apr 24, 2013 at 12:43 PM, windycity jji...@gmail.com wrote:

 I am looking at this file, actually, I figure

 ${JELLY_SCRIPT,template=quot;htmlquot;}

 is the problem, if I get rid of this, everything seems working,
 though I do not understand why. Somebody else put this in global
 configuration, maybe this format is wrong, maybe it should be
 ${JELLY_SCRIPT, html}?


  Following is the content of ExtendedEmailPublisher xml file from the
 root of JENKINS_HOME

 Thanks much!

 Jessica

 ?xml version='1.0' encoding='UTF-8'?
 hudson.plugins.emailext.**Exten**dedEmailPublisherDescript**or
 plugin=email-ext@2.28
   
 hudsonUrlhttp://openjdk2a:**80**81/jenkins/http://openjdk2a:8081/jenkins/
 /hudsonUrl
   adminAddressaddress not configured yet
 lt;nobodygt;/adminAddress
   useSslfalse/useSsl
   defaultContentTypetext/html/defaultContentType
   defaultSubject${MAVEN_**PREBUI**LD_VERSION} $PROJECT_NAME -
 Build # $BUILD_NUMBER - $BUILD_STATUS!/**defaultSubject**
   defaultBody$PROJECT_NAME ${MAVEN_PREBUILD_VERSION}  - Build #
 $BUILD_NUMBER - $BUILD_STATUS:#xd;
 #xd;
 Check console output at $BUILD_URL to view the results.#xd;
 #xd;
 ${JELLY_SCRIPT,template=quot;htmlquot;}/defaultBody
   maxAttachmentSize-1/**maxAtta**chmentSize
   recipientListj...@cboe.com/recipientList

   defaultReplyTo/**defaultReply**To
   overrideGlobalSettingsfalse/overrideGlobalSettings
   precedenceBulkfalse/**precede**nceBulk
   debugModefalse/debugMode
   enableSecurityfalse/**enableS**ecurity
 /hudson.plugins.emailext.**Exte**ndedEmailPublisherDescript**or



 On Wednesday, April 24, 2013 2:33:08 PM UTC-5, slide wrote:

 My apologies, I need the ExtendedEmailPublisher xml file from the
 root of JENKINS_HOME.


 On Wed, Apr 24, 2013 at 10:03 AM, windycity jji...@gmail.comwrote:


 Here attached are the global and project config files, please let
 me know what is wrong.

 Thanks much for all your help!

 Jessica


 On Wednesday, April 24, 2013 8:59:51 AM UTC-5, slide wrote:

 pre-build/post build added token
 MIME-Version: 1.0
 Content-Type: multipart/alternative;
 boundary==_Part_**8**9_9798859.1366811681215

 --=_Part_89_9798859.**136681**1681215
 Content-Type: text/plain; charset=utf-8
 Content-Transfer-Encoding: 7bit

 They are expanded the same way, so I need more information (like
 your
 global and project config XML) to try and determine the issue.

 Sent from my Windows Phone
 From: windycity
 Sent: 4/24/2013 6:54
 To: jenkins...@googlegroups.**com
 Subject: jenkins e-mail ext DEFAULT_CONTENT does not expand
 pre-build/post build added token
 I use jenkin's configuration pre-build and post build Execute
 Groovy
 System Script- command to get a token $MAVE_PREBUIL_VERSION and
 $MAVEN_POSTBUILD_MAVEN, and put this at e-mail ext plugin
 configuration. In
 both global and project session, DEFAULT_SUBJECT can extent these
 Tokens,
 but DEFAULT_CONTENT can not, is this a known issue or I am not
 using it
 right?

 $DEFAULT_SUBJECT, ${MAVEN_PREBUILD_VERSION},
 ${MAVEN_POSTBUILD_VERSION}
 Above expand the token, but following does not


 $DEFAULT_CONTENT, ${MAVEN_PREBUILD_VERSION}

 Thanks in advance,

 jessica

 --
 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

Re: jenkins e-mail ext DEFAULT_CONTENT does not expand

2013-05-26 Thread Vladimir Zak
Hi,

I used the last one LTS version of jenkins, email-ext-plugin -
2.30.2http://cibrn02.amberg.intra:8080/pluginManager/plugin/email-ext/thirdPartyLicenses

I found only this

Email was triggered for: Before Build
Sending email for trigger: Before Build
Error evaluating token: Undefined parameter maxlines in token BUILD_LOG
Sending email to:

The new one is maxLines - after the change it seems to run OK.


Were the tokens changed? I used them for really long time heavily and I
hope it has not been changed massively.

zakyn





2013/5/26 Vladimir Zak zakvladi...@gmail.com

 Hi,
 I have the same problem. The strings are not replaced by URl for example -
 $BUILD_URL is not replaced.

 In subjects it is replaced but NOT replaced in the other places.

 zakyn

 $PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS!
 $PROJECT_URL
 $BUILD_URL http://$BUILD_URL/artifact/Installation/InstallationKit Tests

 $FAILED_TESTS

 Changes  [%a] %m %p${CHANGES,format= }





 2013/4/24 windycity jji...@gmail.com


 Attach log.


 Jessica

 On Wednesday, April 24, 2013 4:04:04 PM UTC-5, windycity wrote:

 We are using tomcat, I have logs at 
 tomcat/apache-tomcat-6.0.35/**logs/catalina.out,
 is that the right one? But this one does not have any Jenkins error. Build
 #23 is the trouble one.

 Jessica

 On Wednesday, April 24, 2013 3:36:18 PM UTC-5, slide wrote:

 No, I mean the actual stderr type logs for the Jenkins app itself, it
 would be in different places depending on how you are running Jenkins.
 Could be in the tomcat logs, etc.


 On Wed, Apr 24, 2013 at 1:33 PM, windycity jji...@gmail.com wrote:

 By jenkins log, do you mean $JENKINS_HOME/jobs/project/**builds/#/log
 file?  If this is the file you refer, it does have build errors, but
 sending mail seems fine.

 Sending e-mails to: j...@cboe.com
 channel stopped
 Sending e-mails to: j...@cboe.com
 Email was triggered for: Failure
 Sending email for trigger: Failure
 Sending email to: j...@cboe.com
 Finished: FAILURE

 If this is not the log you refer, would you please let me know where
 should be the log file?

 Thanks much,

 Jessica



 On Wednesday, April 24, 2013 3:13:54 PM UTC-5, slide wrote:

 Do you have any errors in jenkins logs?


 On Wed, Apr 24, 2013 at 12:43 PM, windycity jji...@gmail.com wrote:

 I am looking at this file, actually, I figure

 ${JELLY_SCRIPT,template=quot;htmlquot;}

 is the problem, if I get rid of this, everything seems working,
 though I do not understand why. Somebody else put this in global
 configuration, maybe this format is wrong, maybe it should be
 ${JELLY_SCRIPT, html}?


  Following is the content of ExtendedEmailPublisher xml file from
 the root of JENKINS_HOME

 Thanks much!

 Jessica

 ?xml version='1.0' encoding='UTF-8'?
 hudson.plugins.emailext.**Exten**dedEmailPublisherDescript**or
 plugin=email-ext@2.28
   
 hudsonUrlhttp://openjdk2a:**80**81/jenkins/http://openjdk2a:8081/jenkins/
 /hudsonUrl
   adminAddressaddress not configured yet
 lt;nobodygt;/adminAddress
   useSslfalse/useSsl
   defaultContentTypetext/html/defaultContentType
   defaultSubject${MAVEN_**PREBUI**LD_VERSION} $PROJECT_NAME -
 Build # $BUILD_NUMBER - $BUILD_STATUS!/**defaultSubject**
   defaultBody$PROJECT_NAME ${MAVEN_PREBUILD_VERSION}  - Build #
 $BUILD_NUMBER - $BUILD_STATUS:#xd;
 #xd;
 Check console output at $BUILD_URL to view the results.#xd;
 #xd;
 ${JELLY_SCRIPT,template=quot;htmlquot;}/defaultBody
   maxAttachmentSize-1/**maxAtta**chmentSize
   recipientListj...@cboe.com/recipientList

   defaultReplyTo/**defaultReply**To
   overrideGlobalSettingsfalse/overrideGlobalSettings
   precedenceBulkfalse/**precede**nceBulk
   debugModefalse/debugMode
   enableSecurityfalse/**enableS**ecurity
 /hudson.plugins.emailext.**Exte**ndedEmailPublisherDescript**or



 On Wednesday, April 24, 2013 2:33:08 PM UTC-5, slide wrote:

 My apologies, I need the ExtendedEmailPublisher xml file from the
 root of JENKINS_HOME.


 On Wed, Apr 24, 2013 at 10:03 AM, windycity jji...@gmail.comwrote:


 Here attached are the global and project config files, please let
 me know what is wrong.

 Thanks much for all your help!

 Jessica


 On Wednesday, April 24, 2013 8:59:51 AM UTC-5, slide wrote:

 pre-build/post build added token
 MIME-Version: 1.0
 Content-Type: multipart/alternative;
 boundary==_Part_**8**9_9798859.1366811681215

 --=_Part_89_9798859.**136681**1681215
 Content-Type: text/plain; charset=utf-8
 Content-Transfer-Encoding: 7bit

 They are expanded the same way, so I need more information (like
 your
 global and project config XML) to try and determine the issue.

 Sent from my Windows Phone
 From: windycity
 Sent: 4/24/2013 6:54
 To: jenkins...@googlegroups.**com
 Subject: jenkins e-mail ext DEFAULT_CONTENT does not expand
 pre-build/post build added token
 I use jenkin's configuration pre-build and post build Execute
 Groovy
 System Script- command to get a token $MAVE_PREBUIL_VERSION and
 $MAVEN_POSTBUILD_MAVEN

Re: jenkins e-mail ext DEFAULT_CONTENT does not expand

2013-05-26 Thread Slide
You need a space before format, also why are you setting the format to
empty string.
On May 26, 2013 4:07 AM, Vladimir Zak zakvladi...@gmail.com wrote:

 Hi,
 I have the same problem. The strings are not replaced by URl for example -
 $BUILD_URL is not replaced.

 In subjects it is replaced but NOT replaced in the other places.

 zakyn

 $PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS!$PROJECT_URL
 $BUILD_URL http://$BUILD_URL/artifact/Installation/InstallationKit Tests

 $FAILED_TESTS

 Changes  [%a] %m %p${CHANGES,format= }





 2013/4/24 windycity jji...@gmail.com


 Attach log.


 Jessica

 On Wednesday, April 24, 2013 4:04:04 PM UTC-5, windycity wrote:

 We are using tomcat, I have logs at 
 tomcat/apache-tomcat-6.0.35/**logs/catalina.out,
 is that the right one? But this one does not have any Jenkins error. Build
 #23 is the trouble one.

 Jessica

 On Wednesday, April 24, 2013 3:36:18 PM UTC-5, slide wrote:

 No, I mean the actual stderr type logs for the Jenkins app itself, it
 would be in different places depending on how you are running Jenkins.
 Could be in the tomcat logs, etc.


 On Wed, Apr 24, 2013 at 1:33 PM, windycity jji...@gmail.com wrote:

 By jenkins log, do you mean $JENKINS_HOME/jobs/project/**builds/#/log
 file?  If this is the file you refer, it does have build errors, but
 sending mail seems fine.

 Sending e-mails to: j...@cboe.com
 channel stopped
 Sending e-mails to: j...@cboe.com
 Email was triggered for: Failure
 Sending email for trigger: Failure
 Sending email to: j...@cboe.com
 Finished: FAILURE

 If this is not the log you refer, would you please let me know where
 should be the log file?

 Thanks much,

 Jessica



 On Wednesday, April 24, 2013 3:13:54 PM UTC-5, slide wrote:

 Do you have any errors in jenkins logs?


 On Wed, Apr 24, 2013 at 12:43 PM, windycity jji...@gmail.com wrote:

 I am looking at this file, actually, I figure

 ${JELLY_SCRIPT,template=quot;htmlquot;}

 is the problem, if I get rid of this, everything seems working,
 though I do not understand why. Somebody else put this in global
 configuration, maybe this format is wrong, maybe it should be
 ${JELLY_SCRIPT, html}?


  Following is the content of ExtendedEmailPublisher xml file from
 the root of JENKINS_HOME

 Thanks much!

 Jessica

 ?xml version='1.0' encoding='UTF-8'?
 hudson.plugins.emailext.**Exten**dedEmailPublisherDescript**or
 plugin=email-ext@2.28
   
 hudsonUrlhttp://openjdk2a:**80**81/jenkins/http://openjdk2a:8081/jenkins/
 /hudsonUrl
   adminAddressaddress not configured yet
 lt;nobodygt;/adminAddress
   useSslfalse/useSsl
   defaultContentTypetext/html/defaultContentType
   defaultSubject${MAVEN_**PREBUI**LD_VERSION} $PROJECT_NAME -
 Build # $BUILD_NUMBER - $BUILD_STATUS!/**defaultSubject**
   defaultBody$PROJECT_NAME ${MAVEN_PREBUILD_VERSION}  - Build #
 $BUILD_NUMBER - $BUILD_STATUS:#xd;
 #xd;
 Check console output at $BUILD_URL to view the results.#xd;
 #xd;
 ${JELLY_SCRIPT,template=quot;htmlquot;}/defaultBody
   maxAttachmentSize-1/**maxAtta**chmentSize
   recipientListj...@cboe.com/recipientList

   defaultReplyTo/**defaultReply**To
   overrideGlobalSettingsfalse/overrideGlobalSettings
   precedenceBulkfalse/**precede**nceBulk
   debugModefalse/debugMode
   enableSecurityfalse/**enableS**ecurity
 /hudson.plugins.emailext.**Exte**ndedEmailPublisherDescript**or



 On Wednesday, April 24, 2013 2:33:08 PM UTC-5, slide wrote:

 My apologies, I need the ExtendedEmailPublisher xml file from the
 root of JENKINS_HOME.


 On Wed, Apr 24, 2013 at 10:03 AM, windycity jji...@gmail.comwrote:


 Here attached are the global and project config files, please let
 me know what is wrong.

 Thanks much for all your help!

 Jessica


 On Wednesday, April 24, 2013 8:59:51 AM UTC-5, slide wrote:

 pre-build/post build added token
 MIME-Version: 1.0
 Content-Type: multipart/alternative;
 boundary==_Part_**8**9_9798859.1366811681215

 --=_Part_89_9798859.**136681**1681215
 Content-Type: text/plain; charset=utf-8
 Content-Transfer-Encoding: 7bit

 They are expanded the same way, so I need more information (like
 your
 global and project config XML) to try and determine the issue.

 Sent from my Windows Phone
 From: windycity
 Sent: 4/24/2013 6:54
 To: jenkins...@googlegroups.**com
 Subject: jenkins e-mail ext DEFAULT_CONTENT does not expand
 pre-build/post build added token
 I use jenkin's configuration pre-build and post build Execute
 Groovy
 System Script- command to get a token $MAVE_PREBUIL_VERSION and
 $MAVEN_POSTBUILD_MAVEN, and put this at e-mail ext plugin
 configuration. In
 both global and project session, DEFAULT_SUBJECT can extent these
 Tokens,
 but DEFAULT_CONTENT can not, is this a known issue or I am not
 using it
 right?

 $DEFAULT_SUBJECT, ${MAVEN_PREBUILD_VERSION},
 ${MAVEN_POSTBUILD_VERSION}
 Above expand the token, but following does not


 $DEFAULT_CONTENT, ${MAVEN_PREBUILD_VERSION}

 Thanks in advance,

 jessica

 --
 You

Re: jenkins e-mail ext DEFAULT_CONTENT does not expand

2013-05-26 Thread Vladimir Zak
I had there this
${BUILD_LOG,maxlines=500} which did not work now but before the update it
works more than a year.

No I have there
${BUILD_LOG,maxLines=500} and it works correctly.

zakyn


2013/5/26 Slide slide.o@gmail.com

 You need a space before format, also why are you setting the format to
 empty string.
  On May 26, 2013 4:07 AM, Vladimir Zak zakvladi...@gmail.com wrote:

 Hi,
 I have the same problem. The strings are not replaced by URl for example
 - $BUILD_URL is not replaced.

 In subjects it is replaced but NOT replaced in the other places.

 zakyn

 $PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS!$PROJECT_URL
 $BUILD_URL http://$BUILD_URL/artifact/Installation/InstallationKit
 Tests

 $FAILED_TESTS

 Changes  [%a] %m %p${CHANGES,format= }





 2013/4/24 windycity jji...@gmail.com


 Attach log.


 Jessica

 On Wednesday, April 24, 2013 4:04:04 PM UTC-5, windycity wrote:

 We are using tomcat, I have logs at 
 tomcat/apache-tomcat-6.0.35/**logs/catalina.out,
 is that the right one? But this one does not have any Jenkins error. Build
 #23 is the trouble one.

 Jessica

 On Wednesday, April 24, 2013 3:36:18 PM UTC-5, slide wrote:

 No, I mean the actual stderr type logs for the Jenkins app itself, it
 would be in different places depending on how you are running Jenkins.
 Could be in the tomcat logs, etc.


 On Wed, Apr 24, 2013 at 1:33 PM, windycity jji...@gmail.com wrote:

 By jenkins log, do you mean $JENKINS_HOME/jobs/project/**builds/#/log
 file?  If this is the file you refer, it does have build errors, but
 sending mail seems fine.

 Sending e-mails to: j...@cboe.com
 channel stopped
 Sending e-mails to: j...@cboe.com
 Email was triggered for: Failure
 Sending email for trigger: Failure
 Sending email to: j...@cboe.com
 Finished: FAILURE

 If this is not the log you refer, would you please let me know where
 should be the log file?

 Thanks much,

 Jessica



 On Wednesday, April 24, 2013 3:13:54 PM UTC-5, slide wrote:

 Do you have any errors in jenkins logs?


 On Wed, Apr 24, 2013 at 12:43 PM, windycity jji...@gmail.comwrote:

 I am looking at this file, actually, I figure

 ${JELLY_SCRIPT,template=quot;htmlquot;}

 is the problem, if I get rid of this, everything seems working,
 though I do not understand why. Somebody else put this in global
 configuration, maybe this format is wrong, maybe it should be
 ${JELLY_SCRIPT, html}?


  Following is the content of ExtendedEmailPublisher xml file from
 the root of JENKINS_HOME

 Thanks much!

 Jessica

 ?xml version='1.0' encoding='UTF-8'?
 hudson.plugins.emailext.**Exten**dedEmailPublisherDescript**or
 plugin=email-ext@2.28
   
 hudsonUrlhttp://openjdk2a:**80**81/jenkins/http://openjdk2a:8081/jenkins/
 /hudsonUrl
   adminAddressaddress not configured yet
 lt;nobodygt;/adminAddress
   useSslfalse/useSsl
   defaultContentTypetext/html/defaultContentType
   defaultSubject${MAVEN_**PREBUI**LD_VERSION} $PROJECT_NAME -
 Build # $BUILD_NUMBER - $BUILD_STATUS!/**defaultSubject**
   defaultBody$PROJECT_NAME ${MAVEN_PREBUILD_VERSION}  - Build #
 $BUILD_NUMBER - $BUILD_STATUS:#xd;
 #xd;
 Check console output at $BUILD_URL to view the results.#xd;
 #xd;
 ${JELLY_SCRIPT,template=quot;htmlquot;}/defaultBody
   maxAttachmentSize-1/**maxAtta**chmentSize
   recipientListj...@cboe.com/recipientList

   defaultReplyTo/**defaultReply**To
   overrideGlobalSettingsfalse/overrideGlobalSettings
   precedenceBulkfalse/**precede**nceBulk
   debugModefalse/debugMode
   enableSecurityfalse/**enableS**ecurity
 /hudson.plugins.emailext.**Exte**ndedEmailPublisherDescript**or



 On Wednesday, April 24, 2013 2:33:08 PM UTC-5, slide wrote:

 My apologies, I need the ExtendedEmailPublisher xml file from the
 root of JENKINS_HOME.


 On Wed, Apr 24, 2013 at 10:03 AM, windycity jji...@gmail.comwrote:


 Here attached are the global and project config files, please let
 me know what is wrong.

 Thanks much for all your help!

 Jessica


 On Wednesday, April 24, 2013 8:59:51 AM UTC-5, slide wrote:

 pre-build/post build added token
 MIME-Version: 1.0
 Content-Type: multipart/alternative;
 boundary==_Part_**8**9_9798859.1366811681215

 --=_Part_89_9798859.**136681**1681215
 Content-Type: text/plain; charset=utf-8
 Content-Transfer-Encoding: 7bit

 They are expanded the same way, so I need more information (like
 your
 global and project config XML) to try and determine the issue.

 Sent from my Windows Phone
 From: windycity
 Sent: 4/24/2013 6:54
 To: jenkins...@googlegroups.**com
 Subject: jenkins e-mail ext DEFAULT_CONTENT does not expand
 pre-build/post build added token
 I use jenkin's configuration pre-build and post build Execute
 Groovy
 System Script- command to get a token $MAVE_PREBUIL_VERSION
 and
 $MAVEN_POSTBUILD_MAVEN, and put this at e-mail ext plugin
 configuration. In
 both global and project session, DEFAULT_SUBJECT can extent
 these Tokens,
 but DEFAULT_CONTENT can not, is this a known issue or I am

jenkins e-mail ext DEFAULT_CONTENT does not expand pre-build/post build added token

2013-04-24 Thread windycity
I use jenkin's configuration pre-build and post build Execute Groovy 
System Script- command to get a token $MAVE_PREBUIL_VERSION and 
$MAVEN_POSTBUILD_MAVEN, and put this at e-mail ext plugin configuration. In 
both global and project session, DEFAULT_SUBJECT can extent these Tokens, 
but DEFAULT_CONTENT can not, is this a known issue or I am not using it 
right?

$DEFAULT_SUBJECT, ${MAVEN_PREBUILD_VERSION}, ${MAVEN_POSTBUILD_VERSION} 
Above expand the token, but following does not


$DEFAULT_CONTENT, ${MAVEN_PREBUILD_VERSION}

Thanks in advance,

jessica

-- 
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: jenkins e-mail ext DEFAULT_CONTENT does not expand

2013-04-24 Thread Alex Earl
 pre-build/post build added token
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary==_Part_89_9798859.1366811681215

--=_Part_89_9798859.1366811681215
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit

They are expanded the same way, so I need more information (like your
global and project config XML) to try and determine the issue.

Sent from my Windows Phone
From: windycity
Sent: 4/24/2013 6:54
To: jenkinsci-users@googlegroups.com
Subject: jenkins e-mail ext DEFAULT_CONTENT does not expand
pre-build/post build added token
I use jenkin's configuration pre-build and post build Execute Groovy
System Script- command to get a token $MAVE_PREBUIL_VERSION and
$MAVEN_POSTBUILD_MAVEN, and put this at e-mail ext plugin configuration. In
both global and project session, DEFAULT_SUBJECT can extent these Tokens,
but DEFAULT_CONTENT can not, is this a known issue or I am not using it
right?

$DEFAULT_SUBJECT, ${MAVEN_PREBUILD_VERSION}, ${MAVEN_POSTBUILD_VERSION}
Above expand the token, but following does not


$DEFAULT_CONTENT, ${MAVEN_PREBUILD_VERSION}

Thanks in advance,

jessica

-- 
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.



--=_Part_89_9798859.1366811681215
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

htmlheadmeta content=3Dtext/html; charset=3Dutf-8 http-equiv=3DCont=
ent-Type/headbodydivdiv style=3Dfont-family: Calibri,sans-serif; =
font-size: 11pt;They are expanded the same way, so I need more informatio=
n (like your global and project config XML) to try and determine the issue.=
brbrSent from my Windows Phonebr/div/divhrspan style=3Dfont-f=
amily: Tahoma,sans-serif; font-size: 10pt; font-weight: bold;From: /span=
span style=3Dfont-family: Tahoma,sans-serif; font-size: 10pt;windycity=
/spanbrspan style=3Dfont-family: Tahoma,sans-serif; font-size: 10pt; =
font-weight: bold;Sent: /spanspan style=3Dfont-family: Tahoma,sans-se=
rif; font-size: 10pt;4/24/2013 6:54/spanbrspan style=3Dfont-family:=
 Tahoma,sans-serif; font-size: 10pt; font-weight: bold;To: /spanspan s=
tyle=3Dfont-family: Tahoma,sans-serif; font-size: 10pt;jenkinsci-users@g=
ooglegroups.com/spanbrspan style=3Dfont-family: Tahoma,sans-serif; fo=
nt-size: 10pt; font-weight: bold;Subject: /spanspan style=3Dfont-fami=
ly: Tahoma,sans-serif; font-size: 10pt;jenkins e-mail ext DEFAULT_CONTENT=
 does not expand pre-build/post build added token/spanbrbr/body/ht=
mlI use jenkin's configuration pre-build and post build Execute Groovy Sy=
stem Script-gt; command to get a token $MAVE_PREBUIL_VERSION and $MAVEN_P=
OSTBUILD_MAVEN, and put this at e-mail ext plugin configuration. In both gl=
obal and project session, DEFAULT_SUBJECT can extent these Tokens, but DEFA=
ULT_CONTENT can not, is this a known issue or I am not using it right?br=
br$DEFAULT_SUBJECT, ${MAVEN_PREBUILD_VERSION}, ${MAVEN_POSTBUILD_VERSION} =
Above expand the token, but following does notbrbrbr$DEFAULT_CONTENT,=
 ${MAVEN_PREBUILD_VERSION}brbrThanks in advance,brbrjessicabrbr

p/p

-- br /
You received this message because you are subscribed to the Google Groups =
quot;Jenkins Usersquot; group.br /
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to jenkinsci-users+unsubscr...@googlegroups.com.br /
For more options, visit a href=3Dhttps://groups.google.com/groups/opt_out=
https://groups.google.com/groups/opt_out/a.br /
nbsp;br /
nbsp;br /

--=_Part_89_9798859.1366811681215--

-- 
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: jenkins e-mail ext DEFAULT_CONTENT does not expand

2013-04-24 Thread windycity

Here attached are the global and project config files, please let me know 
what is wrong.

Thanks much for all your help!

Jessica

On Wednesday, April 24, 2013 8:59:51 AM UTC-5, slide wrote:

 pre-build/post build added token 
 MIME-Version: 1.0 
 Content-Type: multipart/alternative; 
 boundary==_Part_89_9798859.1366811681215 

 --=_Part_89_9798859.1366811681215 
 Content-Type: text/plain; charset=utf-8 
 Content-Transfer-Encoding: 7bit 

 They are expanded the same way, so I need more information (like your 
 global and project config XML) to try and determine the issue. 

 Sent from my Windows Phone 
 From: windycity 
 Sent: 4/24/2013 6:54 
 To: jenkins...@googlegroups.com javascript: 
 Subject: jenkins e-mail ext DEFAULT_CONTENT does not expand 
 pre-build/post build added token 
 I use jenkin's configuration pre-build and post build Execute Groovy 
 System Script- command to get a token $MAVE_PREBUIL_VERSION and 
 $MAVEN_POSTBUILD_MAVEN, and put this at e-mail ext plugin configuration. 
 In 
 both global and project session, DEFAULT_SUBJECT can extent these Tokens, 
 but DEFAULT_CONTENT can not, is this a known issue or I am not using it 
 right? 

 $DEFAULT_SUBJECT, ${MAVEN_PREBUILD_VERSION}, ${MAVEN_POSTBUILD_VERSION} 
 Above expand the token, but following does not 


 $DEFAULT_CONTENT, ${MAVEN_PREBUILD_VERSION} 

 Thanks in advance, 

 jessica 

 -- 
 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-use...@googlegroups.com javascript:. 
 For more options, visit https://groups.google.com/groups/opt_out. 



 --=_Part_89_9798859.1366811681215 
 Content-Type: text/html; charset=utf-8 
 Content-Transfer-Encoding: quoted-printable 

 htmlheadmeta content=3Dtext/html; charset=3Dutf-8 
 http-equiv=3DCont= 
 ent-Type/headbodydivdiv style=3Dfont-family: Calibri,sans-serif; 
 = 
 font-size: 11pt;They are expanded the same way, so I need more 
 informatio= 
 n (like your global and project config XML) to try and determine the 
 issue.= 
 brbrSent from my Windows Phonebr/div/divhrspan 
 style=3Dfont-f= 
 amily: Tahoma,sans-serif; font-size: 10pt; font-weight: bold;From: 
 /span= 
 span style=3Dfont-family: Tahoma,sans-serif; font-size: 
 10pt;windycity= 
 /spanbrspan style=3Dfont-family: Tahoma,sans-serif; font-size: 10pt; 
 = 
 font-weight: bold;Sent: /spanspan style=3Dfont-family: 
 Tahoma,sans-se= 
 rif; font-size: 10pt;4/24/2013 6:54/spanbrspan 
 style=3Dfont-family:= 
  Tahoma,sans-serif; font-size: 10pt; font-weight: bold;To: /spanspan 
 s= 
 tyle=3Dfont-family: Tahoma,sans-serif; font-size: 
 10pt;jenkinsci-users@g= 
 ooglegroups.com/spanbrspan style=3Dfont-family: Tahoma,sans-serif; 
 fo= 
 nt-size: 10pt; font-weight: bold;Subject: /spanspan 
 style=3Dfont-fami= 
 ly: Tahoma,sans-serif; font-size: 10pt;jenkins e-mail ext 
 DEFAULT_CONTENT= 
  does not expand pre-build/post build added 
 token/spanbrbr/body/ht= 
 mlI use jenkin's configuration pre-build and post build Execute Groovy 
 Sy= 
 stem Script-gt; command to get a token $MAVE_PREBUIL_VERSION and 
 $MAVEN_P= 
 OSTBUILD_MAVEN, and put this at e-mail ext plugin configuration. In both 
 gl= 
 obal and project session, DEFAULT_SUBJECT can extent these Tokens, but 
 DEFA= 
 ULT_CONTENT can not, is this a known issue or I am not using it 
 right?br= 
 br$DEFAULT_SUBJECT, ${MAVEN_PREBUILD_VERSION}, ${MAVEN_POSTBUILD_VERSION} 
 = 
 Above expand the token, but following does 
 notbrbrbr$DEFAULT_CONTENT,= 
  ${MAVEN_PREBUILD_VERSION}brbrThanks in 
 advance,brbrjessicabrbr 

 p/p 

 -- br / 
 You received this message because you are subscribed to the Google Groups 
 = 
 quot;Jenkins Usersquot; group.br / 
 To unsubscribe from this group and stop receiving emails from it, send an 
 e= 
 mail to jenkinsci-use...@googlegroups.com javascript:.br / 
 For more options, visit a href=3D
 https://groups.google.com/groups/opt_out= 
 https://groups.google.com/groups/opt_out/a.br / 
 nbsp;br / 
 nbsp;br / 

 --=_Part_89_9798859.1366811681215-- 


-- 
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.




config_global.xml
Description: XML document


config_project.xml
Description: XML document


Re: jenkins e-mail ext DEFAULT_CONTENT does not expand

2013-04-24 Thread Slide
My apologies, I need the ExtendedEmailPublisher xml file from the root of
JENKINS_HOME.


On Wed, Apr 24, 2013 at 10:03 AM, windycity jji...@gmail.com wrote:


 Here attached are the global and project config files, please let me know
 what is wrong.

 Thanks much for all your help!

 Jessica


 On Wednesday, April 24, 2013 8:59:51 AM UTC-5, slide wrote:

 pre-build/post build added token
 MIME-Version: 1.0
 Content-Type: multipart/alternative;
 boundary==_Part_**89_9798859.1366811681215

 --=_Part_89_9798859.**1366811681215
 Content-Type: text/plain; charset=utf-8
 Content-Transfer-Encoding: 7bit

 They are expanded the same way, so I need more information (like your
 global and project config XML) to try and determine the issue.

 Sent from my Windows Phone
 From: windycity
 Sent: 4/24/2013 6:54
 To: jenkins...@googlegroups.**com
 Subject: jenkins e-mail ext DEFAULT_CONTENT does not expand
 pre-build/post build added token
 I use jenkin's configuration pre-build and post build Execute Groovy
 System Script- command to get a token $MAVE_PREBUIL_VERSION and
 $MAVEN_POSTBUILD_MAVEN, and put this at e-mail ext plugin configuration.
 In
 both global and project session, DEFAULT_SUBJECT can extent these Tokens,
 but DEFAULT_CONTENT can not, is this a known issue or I am not using it
 right?

 $DEFAULT_SUBJECT, ${MAVEN_PREBUILD_VERSION}, ${MAVEN_POSTBUILD_VERSION}
 Above expand the token, but following does not


 $DEFAULT_CONTENT, ${MAVEN_PREBUILD_VERSION}

 Thanks in advance,

 jessica

 --
 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-use...@**googlegroups.com.
 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out.




 --=_Part_89_9798859.**1366811681215
 Content-Type: text/html; charset=utf-8
 Content-Transfer-Encoding: quoted-printable

 htmlheadmeta content=3Dtext/html; charset=3Dutf-8
 http-equiv=3DCont=
 ent-Type/headbodydiv**div style=3Dfont-family:
 Calibri,sans-serif; =
 font-size: 11pt;They are expanded the same way, so I need more
 informatio=
 n (like your global and project config XML) to try and determine the
 issue.=
 brbrSent from my Windows Phonebr/div/divhrspan
 style=3Dfont-f=
 amily: Tahoma,sans-serif; font-size: 10pt; font-weight: bold;From:
 /span=
 span style=3Dfont-family: Tahoma,sans-serif; font-size:
 10pt;windycity=
 /spanbrspan style=3Dfont-family: Tahoma,sans-serif; font-size:
 10pt; =
 font-weight: bold;Sent: /spanspan style=3Dfont-family:
 Tahoma,sans-se=
 rif; font-size: 10pt;4/24/2013 6:54/spanbrspan
 style=3Dfont-family:=
  Tahoma,sans-serif; font-size: 10pt; font-weight: bold;To: /spanspan
 s=
 tyle=3Dfont-family: Tahoma,sans-serif; font-size:
 10pt;jenkinsci-users@g=
 ooglegroups.com/spanbr**span style=3Dfont-family:
 Tahoma,sans-serif; fo=
 nt-size: 10pt; font-weight: bold;Subject: /spanspan
 style=3Dfont-fami=
 ly: Tahoma,sans-serif; font-size: 10pt;jenkins e-mail ext
 DEFAULT_CONTENT=
  does not expand pre-build/post build added token/spanbrbr/body/
 **ht=
 mlI use jenkin's configuration pre-build and post build Execute Groovy
 Sy=
 stem Script-gt; command to get a token $MAVE_PREBUIL_VERSION and
 $MAVEN_P=
 OSTBUILD_MAVEN, and put this at e-mail ext plugin configuration. In both
 gl=
 obal and project session, DEFAULT_SUBJECT can extent these Tokens, but
 DEFA=
 ULT_CONTENT can not, is this a known issue or I am not using it
 right?br=
 br$DEFAULT_SUBJECT, ${MAVEN_PREBUILD_VERSION},
 ${MAVEN_POSTBUILD_VERSION} =
 Above expand the token, but following does 
 notbrbrbr$DEFAULT_**CONTENT,=

  ${MAVEN_PREBUILD_VERSION}br**brThanks in
 advance,brbrjessicabr**br

 p/p

 -- br /
 You received this message because you are subscribed to the Google Groups
 =
 quot;Jenkins Usersquot; group.br /
 To unsubscribe from this group and stop receiving emails from it, send an
 e=
 mail to jenkinsci-use...@**googlegroups.com.br /
 For more options, visit a href=3Dhttps://groups.google.**
 com/groups/opt_out= https://groups.google.com/groups/opt_out=
 https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out/a.br
 /
 nbsp;br /
 nbsp;br /

 --=_Part_89_9798859.**1366811681215--

  --
 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.






-- 
Website: http://earl-of-code.com

-- 
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: jenkins e-mail ext DEFAULT_CONTENT does not expand

2013-04-24 Thread windycity
I am looking at this file, actually, I figure 

${JELLY_SCRIPT,template=quot;htmlquot;}

is the problem, if I get rid of this, everything seems working, though I do 
not understand why. Somebody else put this in global configuration, maybe 
this format is wrong, maybe it should be ${JELLY_SCRIPT, html}?


 Following is the content of ExtendedEmailPublisher xml file from the root 
of JENKINS_HOME

Thanks much!

Jessica

?xml version='1.0' encoding='UTF-8'?
hudson.plugins.emailext.ExtendedEmailPublisherDescriptor 
plugin=email-ext@2.28
  hudsonUrlhttp://openjdk2a:8081/jenkins//hudsonUrl
  adminAddressaddress not configured yet lt;nobodygt;/adminAddress
  useSslfalse/useSsl
  defaultContentTypetext/html/defaultContentType
  defaultSubject${MAVEN_PREBUILD_VERSION} $PROJECT_NAME - Build # 
$BUILD_NUMBER - $BUILD_STATUS!/defaultSubject
  defaultBody$PROJECT_NAME ${MAVEN_PREBUILD_VERSION}  - Build # 
$BUILD_NUMBER - $BUILD_STATUS:#xd;
#xd;
Check console output at $BUILD_URL to view the results.#xd;
#xd;
${JELLY_SCRIPT,template=quot;htmlquot;}/defaultBody
  maxAttachmentSize-1/maxAttachmentSize
  recipientListj...@cboe.com/recipientList
  defaultReplyTo/defaultReplyTo
  overrideGlobalSettingsfalse/overrideGlobalSettings
  precedenceBulkfalse/precedenceBulk
  debugModefalse/debugMode
  enableSecurityfalse/enableSecurity
/hudson.plugins.emailext.ExtendedEmailPublisherDescriptor


On Wednesday, April 24, 2013 2:33:08 PM UTC-5, slide wrote:

 My apologies, I need the ExtendedEmailPublisher xml file from the root of 
 JENKINS_HOME.


 On Wed, Apr 24, 2013 at 10:03 AM, windycity jji...@gmail.comjavascript:
  wrote:


 Here attached are the global and project config files, please let me know 
 what is wrong.

 Thanks much for all your help!

 Jessica


 On Wednesday, April 24, 2013 8:59:51 AM UTC-5, slide wrote:

 pre-build/post build added token 
 MIME-Version: 1.0 
 Content-Type: multipart/alternative; 
 boundary==_Part_**89_9798859.1366811681215 

 --=_Part_89_9798859.**1366811681215 
 Content-Type: text/plain; charset=utf-8 
 Content-Transfer-Encoding: 7bit 

 They are expanded the same way, so I need more information (like your 
 global and project config XML) to try and determine the issue. 

 Sent from my Windows Phone 
 From: windycity 
 Sent: 4/24/2013 6:54 
 To: jenkins...@googlegroups.**com 
 Subject: jenkins e-mail ext DEFAULT_CONTENT does not expand 
 pre-build/post build added token 
 I use jenkin's configuration pre-build and post build Execute Groovy 
 System Script- command to get a token $MAVE_PREBUIL_VERSION and 
 $MAVEN_POSTBUILD_MAVEN, and put this at e-mail ext plugin configuration. 
 In 
 both global and project session, DEFAULT_SUBJECT can extent these 
 Tokens, 
 but DEFAULT_CONTENT can not, is this a known issue or I am not using it 
 right? 

 $DEFAULT_SUBJECT, ${MAVEN_PREBUILD_VERSION}, ${MAVEN_POSTBUILD_VERSION} 
 Above expand the token, but following does not 


 $DEFAULT_CONTENT, ${MAVEN_PREBUILD_VERSION} 

 Thanks in advance, 

 jessica 

 -- 
 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-use...@**googlegroups.com. 
 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out.
  




 --=_Part_89_9798859.**1366811681215 
 Content-Type: text/html; charset=utf-8 
 Content-Transfer-Encoding: quoted-printable 

 htmlheadmeta content=3Dtext/html; charset=3Dutf-8 
 http-equiv=3DCont= 
 ent-Type/headbodydiv**div style=3Dfont-family: 
 Calibri,sans-serif; = 
 font-size: 11pt;They are expanded the same way, so I need more 
 informatio= 
 n (like your global and project config XML) to try and determine the 
 issue.= 
 brbrSent from my Windows Phonebr/div/divhrspan 
 style=3Dfont-f= 
 amily: Tahoma,sans-serif; font-size: 10pt; font-weight: bold;From: 
 /span= 
 span style=3Dfont-family: Tahoma,sans-serif; font-size: 
 10pt;windycity= 
 /spanbrspan style=3Dfont-family: Tahoma,sans-serif; font-size: 
 10pt; = 
 font-weight: bold;Sent: /spanspan style=3Dfont-family: 
 Tahoma,sans-se= 
 rif; font-size: 10pt;4/24/2013 6:54/spanbrspan 
 style=3Dfont-family:= 
  Tahoma,sans-serif; font-size: 10pt; font-weight: bold;To: 
 /spanspan s= 
 tyle=3Dfont-family: Tahoma,sans-serif; font-size: 
 10pt;jenkinsci-users@g= 
 ooglegroups.com/spanbr**span style=3Dfont-family: 
 Tahoma,sans-serif; fo= 
 nt-size: 10pt; font-weight: bold;Subject: /spanspan 
 style=3Dfont-fami= 
 ly: Tahoma,sans-serif; font-size: 10pt;jenkins e-mail ext 
 DEFAULT_CONTENT= 
  does not expand pre-build/post build added token/spanbrbr/body/
 **ht= 
 mlI use jenkin's configuration pre-build and post build Execute Groovy 
 Sy= 
 stem Script-gt; command to get a token $MAVE_PREBUIL_VERSION and 
 $MAVEN_P= 
 OSTBUILD_MAVEN, and put this at e-mail ext plugin configuration. In both 
 gl= 
 obal and project session, DEFAULT_SUBJECT can

Re: jenkins e-mail ext DEFAULT_CONTENT does not expand

2013-04-24 Thread Slide
Do you have any errors in jenkins logs?


On Wed, Apr 24, 2013 at 12:43 PM, windycity jji...@gmail.com wrote:

 I am looking at this file, actually, I figure

 ${JELLY_SCRIPT,template=quot;htmlquot;}

 is the problem, if I get rid of this, everything seems working, though I
 do not understand why. Somebody else put this in global configuration,
 maybe this format is wrong, maybe it should be ${JELLY_SCRIPT, html}?


  Following is the content of ExtendedEmailPublisher xml file from the root
 of JENKINS_HOME

 Thanks much!

 Jessica

 ?xml version='1.0' encoding='UTF-8'?
 hudson.plugins.emailext.ExtendedEmailPublisherDescriptor
 plugin=email-ext@2.28
   hudsonUrlhttp://openjdk2a:8081/jenkins//hudsonUrl
   adminAddressaddress not configured yet lt;nobodygt;/adminAddress
   useSslfalse/useSsl
   defaultContentTypetext/html/defaultContentType
   defaultSubject${MAVEN_PREBUILD_VERSION} $PROJECT_NAME - Build #
 $BUILD_NUMBER - $BUILD_STATUS!/defaultSubject
   defaultBody$PROJECT_NAME ${MAVEN_PREBUILD_VERSION}  - Build #
 $BUILD_NUMBER - $BUILD_STATUS:#xd;
 #xd;
 Check console output at $BUILD_URL to view the results.#xd;
 #xd;
 ${JELLY_SCRIPT,template=quot;htmlquot;}/defaultBody
   maxAttachmentSize-1/maxAttachmentSize
   recipientListj...@cboe.com/recipientList
   defaultReplyTo/defaultReplyTo
   overrideGlobalSettingsfalse/overrideGlobalSettings
   precedenceBulkfalse/precedenceBulk
   debugModefalse/debugMode
   enableSecurityfalse/enableSecurity
 /hudson.plugins.emailext.ExtendedEmailPublisherDescriptor



 On Wednesday, April 24, 2013 2:33:08 PM UTC-5, slide wrote:

 My apologies, I need the ExtendedEmailPublisher xml file from the root of
 JENKINS_HOME.


 On Wed, Apr 24, 2013 at 10:03 AM, windycity jji...@gmail.com wrote:


 Here attached are the global and project config files, please let me
 know what is wrong.

 Thanks much for all your help!

 Jessica


 On Wednesday, April 24, 2013 8:59:51 AM UTC-5, slide wrote:

 pre-build/post build added token
 MIME-Version: 1.0
 Content-Type: multipart/alternative;
 boundary==_Part_**8**9_9798859.1366811681215

 --=_Part_89_9798859.**136681**1681215
 Content-Type: text/plain; charset=utf-8
 Content-Transfer-Encoding: 7bit

 They are expanded the same way, so I need more information (like your
 global and project config XML) to try and determine the issue.

 Sent from my Windows Phone
 From: windycity
 Sent: 4/24/2013 6:54
 To: jenkins...@googlegroups.**com
 Subject: jenkins e-mail ext DEFAULT_CONTENT does not expand
 pre-build/post build added token
 I use jenkin's configuration pre-build and post build Execute Groovy
 System Script- command to get a token $MAVE_PREBUIL_VERSION and
 $MAVEN_POSTBUILD_MAVEN, and put this at e-mail ext plugin
 configuration. In
 both global and project session, DEFAULT_SUBJECT can extent these
 Tokens,
 but DEFAULT_CONTENT can not, is this a known issue or I am not using it
 right?

 $DEFAULT_SUBJECT, ${MAVEN_PREBUILD_VERSION}, ${MAVEN_POSTBUILD_VERSION}
 Above expand the token, but following does not


 $DEFAULT_CONTENT, ${MAVEN_PREBUILD_VERSION}

 Thanks in advance,

 jessica

 --
 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-use...@**googlegroups.**com.
 For more options, visit 
 https://groups.google.com/**grou**ps/opt_outhttps://groups.google.com/groups/opt_out.




 --=_Part_89_9798859.**136681**1681215
 Content-Type: text/html; charset=utf-8
 Content-Transfer-Encoding: quoted-printable

 htmlheadmeta content=3Dtext/html; charset=3Dutf-8
 http-equiv=3DCont=
 ent-Type/headbodydiv**d**iv style=3Dfont-family:
 Calibri,sans-serif; =
 font-size: 11pt;They are expanded the same way, so I need more
 informatio=
 n (like your global and project config XML) to try and determine the
 issue.=
 brbrSent from my Windows Phonebr/div/divhrspan
 style=3Dfont-f=
 amily: Tahoma,sans-serif; font-size: 10pt; font-weight: bold;From:
 /span=
 span style=3Dfont-family: Tahoma,sans-serif; font-size:
 10pt;windycity=
 /spanbrspan style=3Dfont-family: Tahoma,sans-serif; font-size:
 10pt; =
 font-weight: bold;Sent: /spanspan style=3Dfont-family:
 Tahoma,sans-se=
 rif; font-size: 10pt;4/24/2013 6:54/spanbrspan
 style=3Dfont-family:=
  Tahoma,sans-serif; font-size: 10pt; font-weight: bold;To:
 /spanspan s=
 tyle=3Dfont-family: Tahoma,sans-serif; font-size:
 10pt;jenkinsci-users@g=
 ooglegroups.com/spanbr**spa**n style=3Dfont-family:
 Tahoma,sans-serif; fo=
 nt-size: 10pt; font-weight: bold;Subject: /spanspan
 style=3Dfont-fami=
 ly: Tahoma,sans-serif; font-size: 10pt;jenkins e-mail ext
 DEFAULT_CONTENT=
  does not expand pre-build/post build added
 token/spanbrbr/body/**h**t=
 mlI use jenkin's configuration pre-build and post build Execute
 Groovy Sy=
 stem Script-gt; command to get a token $MAVE_PREBUIL_VERSION and
 $MAVEN_P=
 OSTBUILD_MAVEN, and put this at e-mail ext plugin configuration

Re: jenkins e-mail ext DEFAULT_CONTENT does not expand

2013-04-24 Thread windycity
By jenkins log, do you mean $JENKINS_HOME/jobs/project/builds/#/log file?  
If this is the file you refer, it does have build errors, but sending mail 
seems fine.

Sending e-mails to: j...@cboe.com
channel stopped
Sending e-mails to: j...@cboe.com
Email was triggered for: Failure
Sending email for trigger: Failure
Sending email to: j...@cboe.com
Finished: FAILURE

If this is not the log you refer, would you please let me know where should 
be the log file?

Thanks much,

Jessica


On Wednesday, April 24, 2013 3:13:54 PM UTC-5, slide wrote:

 Do you have any errors in jenkins logs?


 On Wed, Apr 24, 2013 at 12:43 PM, windycity jji...@gmail.comjavascript:
  wrote:

 I am looking at this file, actually, I figure 

 ${JELLY_SCRIPT,template=quot;htmlquot;}

 is the problem, if I get rid of this, everything seems working, though I 
 do not understand why. Somebody else put this in global configuration, 
 maybe this format is wrong, maybe it should be ${JELLY_SCRIPT, html}?


  Following is the content of ExtendedEmailPublisher xml file from the 
 root of JENKINS_HOME

 Thanks much!

 Jessica

 ?xml version='1.0' encoding='UTF-8'?
 hudson.plugins.emailext.ExtendedEmailPublisherDescriptor 
 plugin=email-ext@2.28
   hudsonUrlhttp://openjdk2a:8081/jenkins//hudsonUrl
   adminAddressaddress not configured yet lt;nobodygt;/adminAddress
   useSslfalse/useSsl
   defaultContentTypetext/html/defaultContentType
   defaultSubject${MAVEN_PREBUILD_VERSION} $PROJECT_NAME - Build # 
 $BUILD_NUMBER - $BUILD_STATUS!/defaultSubject
   defaultBody$PROJECT_NAME ${MAVEN_PREBUILD_VERSION}  - Build # 
 $BUILD_NUMBER - $BUILD_STATUS:#xd;
 #xd;
 Check console output at $BUILD_URL to view the results.#xd;
 #xd;
 ${JELLY_SCRIPT,template=quot;htmlquot;}/defaultBody
   maxAttachmentSize-1/maxAttachmentSize
   recipientListj...@cboe.com javascript:/recipientList
   defaultReplyTo/defaultReplyTo
   overrideGlobalSettingsfalse/overrideGlobalSettings
   precedenceBulkfalse/precedenceBulk
   debugModefalse/debugMode
   enableSecurityfalse/enableSecurity
 /hudson.plugins.emailext.ExtendedEmailPublisherDescriptor



 On Wednesday, April 24, 2013 2:33:08 PM UTC-5, slide wrote:

 My apologies, I need the ExtendedEmailPublisher xml file from the root 
 of JENKINS_HOME.


 On Wed, Apr 24, 2013 at 10:03 AM, windycity jji...@gmail.com wrote:


 Here attached are the global and project config files, please let me 
 know what is wrong.

 Thanks much for all your help!

 Jessica


 On Wednesday, April 24, 2013 8:59:51 AM UTC-5, slide wrote:

 pre-build/post build added token 
 MIME-Version: 1.0 
 Content-Type: multipart/alternative; 
 boundary==_Part_**8**9_9798859.1366811681215 

 --=_Part_89_9798859.**136681**1681215 
 Content-Type: text/plain; charset=utf-8 
 Content-Transfer-Encoding: 7bit 

 They are expanded the same way, so I need more information (like your 
 global and project config XML) to try and determine the issue. 

 Sent from my Windows Phone 
 From: windycity 
 Sent: 4/24/2013 6:54 
 To: jenkins...@googlegroups.**com 
 Subject: jenkins e-mail ext DEFAULT_CONTENT does not expand 
 pre-build/post build added token 
 I use jenkin's configuration pre-build and post build Execute Groovy 
 System Script- command to get a token $MAVE_PREBUIL_VERSION and 
 $MAVEN_POSTBUILD_MAVEN, and put this at e-mail ext plugin 
 configuration. In 
 both global and project session, DEFAULT_SUBJECT can extent these 
 Tokens, 
 but DEFAULT_CONTENT can not, is this a known issue or I am not using 
 it 
 right? 

 $DEFAULT_SUBJECT, ${MAVEN_PREBUILD_VERSION}, 
 ${MAVEN_POSTBUILD_VERSION} 
 Above expand the token, but following does not 


 $DEFAULT_CONTENT, ${MAVEN_PREBUILD_VERSION} 

 Thanks in advance, 

 jessica 

 -- 
 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-use...@**googlegroups.**com. 
 For more options, visit 
 https://groups.google.com/**grou**ps/opt_outhttps://groups.google.com/groups/opt_out.
  




 --=_Part_89_9798859.**136681**1681215 
 Content-Type: text/html; charset=utf-8 
 Content-Transfer-Encoding: quoted-printable 

 htmlheadmeta content=3Dtext/html; charset=3Dutf-8 
 http-equiv=3DCont= 
 ent-Type/headbodydiv**d**iv style=3Dfont-family: 
 Calibri,sans-serif; = 
 font-size: 11pt;They are expanded the same way, so I need more 
 informatio= 
 n (like your global and project config XML) to try and determine the 
 issue.= 
 brbrSent from my Windows Phonebr/div/divhrspan 
 style=3Dfont-f= 
 amily: Tahoma,sans-serif; font-size: 10pt; font-weight: bold;From: 
 /span= 
 span style=3Dfont-family: Tahoma,sans-serif; font-size: 
 10pt;windycity= 
 /spanbrspan style=3Dfont-family: Tahoma,sans-serif; font-size: 
 10pt; = 
 font-weight: bold;Sent: /spanspan style=3Dfont-family: 
 Tahoma,sans-se= 
 rif; font-size: 10pt;4/24/2013 6:54/spanbrspan 
 style=3Dfont-family:= 
  Tahoma,sans-serif

Re: jenkins e-mail ext DEFAULT_CONTENT does not expand

2013-04-24 Thread windycity
We are using tomcat, I have logs at 
tomcat/apache-tomcat-6.0.35/logs/catalina.out, is that the right one? But 
this one does not have any Jenkins error. Build #23 is the trouble one.

Jessica

On Wednesday, April 24, 2013 3:36:18 PM UTC-5, slide wrote:

 No, I mean the actual stderr type logs for the Jenkins app itself, it 
 would be in different places depending on how you are running Jenkins. 
 Could be in the tomcat logs, etc.


 On Wed, Apr 24, 2013 at 1:33 PM, windycity jji...@gmail.com javascript:
  wrote:

 By jenkins log, do you mean $JENKINS_HOME/jobs/project/builds/#/log 
 file?  If this is the file you refer, it does have build errors, but 
 sending mail seems fine.

 Sending e-mails to: j...@cboe.com javascript:
 channel stopped
 Sending e-mails to: j...@cboe.com javascript:
 Email was triggered for: Failure
 Sending email for trigger: Failure
 Sending email to: j...@cboe.com javascript:
 Finished: FAILURE

 If this is not the log you refer, would you please let me know where 
 should be the log file?

 Thanks much,

 Jessica



 On Wednesday, April 24, 2013 3:13:54 PM UTC-5, slide wrote:

 Do you have any errors in jenkins logs?


 On Wed, Apr 24, 2013 at 12:43 PM, windycity jji...@gmail.com wrote:

 I am looking at this file, actually, I figure 

 ${JELLY_SCRIPT,template=quot;**htmlquot;}

 is the problem, if I get rid of this, everything seems working, though 
 I do not understand why. Somebody else put this in global configuration, 
 maybe this format is wrong, maybe it should be ${JELLY_SCRIPT, html}?


  Following is the content of ExtendedEmailPublisher xml file from the 
 root of JENKINS_HOME

 Thanks much!

 Jessica

 ?xml version='1.0' encoding='UTF-8'?
 hudson.plugins.emailext.**ExtendedEmailPublisherDescript**or 
 plugin=email-ext@2.28
   
 hudsonUrlhttp://openjdk2a:**8081/jenkins/http://openjdk2a:8081/jenkins/
 /hudsonUrl
   adminAddressaddress not configured yet lt;nobodygt;/adminAddress
   useSslfalse/useSsl
   defaultContentTypetext/html**/defaultContentType
   defaultSubject${MAVEN_**PREBUILD_VERSION} $PROJECT_NAME - Build # 
 $BUILD_NUMBER - $BUILD_STATUS!/**defaultSubject
   defaultBody$PROJECT_NAME ${MAVEN_PREBUILD_VERSION}  - Build # 
 $BUILD_NUMBER - $BUILD_STATUS:#xd;
 #xd;
 Check console output at $BUILD_URL to view the results.#xd;
 #xd;
 ${JELLY_SCRIPT,template=quot;**htmlquot;}/defaultBody
   maxAttachmentSize-1/**maxAttachmentSize
   recipientListj...@cboe.com/**recipientList

   defaultReplyTo/**defaultReplyTo
   overrideGlobalSettingsfalse**/overrideGlobalSettings
   precedenceBulkfalse/**precedenceBulk
   debugModefalse/debugMode
   enableSecurityfalse/**enableSecurity
 /hudson.plugins.emailext.**ExtendedEmailPublisherDescript**or



 On Wednesday, April 24, 2013 2:33:08 PM UTC-5, slide wrote:

 My apologies, I need the ExtendedEmailPublisher xml file from the root 
 of JENKINS_HOME.


 On Wed, Apr 24, 2013 at 10:03 AM, windycity jji...@gmail.com wrote:


 Here attached are the global and project config files, please let me 
 know what is wrong.

 Thanks much for all your help!

 Jessica


 On Wednesday, April 24, 2013 8:59:51 AM UTC-5, slide wrote:

 pre-build/post build added token 
 MIME-Version: 1.0 
 Content-Type: multipart/alternative; 
 boundary==_Part_**89_9798859.1366811681215 

 --=_Part_89_9798859.**1366811681215 
 Content-Type: text/plain; charset=utf-8 
 Content-Transfer-Encoding: 7bit 

 They are expanded the same way, so I need more information (like 
 your 
 global and project config XML) to try and determine the issue. 

 Sent from my Windows Phone 
 From: windycity 
 Sent: 4/24/2013 6:54 
 To: jenkins...@googlegroups.**com 
 Subject: jenkins e-mail ext DEFAULT_CONTENT does not expand 
 pre-build/post build added token 
 I use jenkin's configuration pre-build and post build Execute 
 Groovy 
 System Script- command to get a token $MAVE_PREBUIL_VERSION and 
 $MAVEN_POSTBUILD_MAVEN, and put this at e-mail ext plugin 
 configuration. In 
 both global and project session, DEFAULT_SUBJECT can extent these 
 Tokens, 
 but DEFAULT_CONTENT can not, is this a known issue or I am not using 
 it 
 right? 

 $DEFAULT_SUBJECT, ${MAVEN_PREBUILD_VERSION}, 
 ${MAVEN_POSTBUILD_VERSION} 
 Above expand the token, but following does not 


 $DEFAULT_CONTENT, ${MAVEN_PREBUILD_VERSION} 

 Thanks in advance, 

 jessica 

 -- 
 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-use...@**googlegroups.com. 
 For more options, visit https://groups.google.com/**grou
 ps/opt_out https://groups.google.com/groups/opt_out. 



 --=_Part_89_9798859.**1366811681215 
 Content-Type: text/html; charset=utf-8 
 Content-Transfer-Encoding: quoted-printable 

 htmlheadmeta content=3Dtext/html; charset=3Dutf-8 
 http-equiv=3DCont= 
 ent-Type/headbodydiv**div style=3Dfont-family: 
 Calibri,sans-serif

Re: jenkins e-mail ext DEFAULT_CONTENT does not expand

2013-04-24 Thread windycity

Attach log.


Jessica
On Wednesday, April 24, 2013 4:04:04 PM UTC-5, windycity wrote:

 We are using tomcat, I have logs at 
 tomcat/apache-tomcat-6.0.35/logs/catalina.out, is that the right one? But 
 this one does not have any Jenkins error. Build #23 is the trouble one.

 Jessica

 On Wednesday, April 24, 2013 3:36:18 PM UTC-5, slide wrote:

 No, I mean the actual stderr type logs for the Jenkins app itself, it 
 would be in different places depending on how you are running Jenkins. 
 Could be in the tomcat logs, etc.


 On Wed, Apr 24, 2013 at 1:33 PM, windycity jji...@gmail.com wrote:

 By jenkins log, do you mean $JENKINS_HOME/jobs/project/builds/#/log 
 file?  If this is the file you refer, it does have build errors, but 
 sending mail seems fine.

 Sending e-mails to: j...@cboe.com
 channel stopped
 Sending e-mails to: j...@cboe.com
 Email was triggered for: Failure
 Sending email for trigger: Failure
 Sending email to: j...@cboe.com
 Finished: FAILURE

 If this is not the log you refer, would you please let me know where 
 should be the log file?

 Thanks much,

 Jessica



 On Wednesday, April 24, 2013 3:13:54 PM UTC-5, slide wrote:

 Do you have any errors in jenkins logs?


 On Wed, Apr 24, 2013 at 12:43 PM, windycity jji...@gmail.com wrote:

 I am looking at this file, actually, I figure 

 ${JELLY_SCRIPT,template=quot;**htmlquot;}

 is the problem, if I get rid of this, everything seems working, though 
 I do not understand why. Somebody else put this in global configuration, 
 maybe this format is wrong, maybe it should be ${JELLY_SCRIPT, html}?


  Following is the content of ExtendedEmailPublisher xml file from the 
 root of JENKINS_HOME

 Thanks much!

 Jessica

 ?xml version='1.0' encoding='UTF-8'?
 hudson.plugins.emailext.**ExtendedEmailPublisherDescript**or 
 plugin=email-ext@2.28
   
 hudsonUrlhttp://openjdk2a:**8081/jenkins/http://openjdk2a:8081/jenkins/
 /hudsonUrl
   adminAddressaddress not configured yet 
 lt;nobodygt;/adminAddress
   useSslfalse/useSsl
   defaultContentTypetext/html**/defaultContentType
   defaultSubject${MAVEN_**PREBUILD_VERSION} $PROJECT_NAME - Build # 
 $BUILD_NUMBER - $BUILD_STATUS!/**defaultSubject
   defaultBody$PROJECT_NAME ${MAVEN_PREBUILD_VERSION}  - Build # 
 $BUILD_NUMBER - $BUILD_STATUS:#xd;
 #xd;
 Check console output at $BUILD_URL to view the results.#xd;
 #xd;
 ${JELLY_SCRIPT,template=quot;**htmlquot;}/defaultBody
   maxAttachmentSize-1/**maxAttachmentSize
   recipientListj...@cboe.com/**recipientList

   defaultReplyTo/**defaultReplyTo
   overrideGlobalSettingsfalse**/overrideGlobalSettings
   precedenceBulkfalse/**precedenceBulk
   debugModefalse/debugMode
   enableSecurityfalse/**enableSecurity
 /hudson.plugins.emailext.**ExtendedEmailPublisherDescript**or



 On Wednesday, April 24, 2013 2:33:08 PM UTC-5, slide wrote:

 My apologies, I need the ExtendedEmailPublisher xml file from the 
 root of JENKINS_HOME.


 On Wed, Apr 24, 2013 at 10:03 AM, windycity jji...@gmail.com wrote:


 Here attached are the global and project config files, please let me 
 know what is wrong.

 Thanks much for all your help!

 Jessica


 On Wednesday, April 24, 2013 8:59:51 AM UTC-5, slide wrote:

 pre-build/post build added token 
 MIME-Version: 1.0 
 Content-Type: multipart/alternative; 
 boundary==_Part_**89_9798859.1366811681215 

 --=_Part_89_9798859.**1366811681215 
 Content-Type: text/plain; charset=utf-8 
 Content-Transfer-Encoding: 7bit 

 They are expanded the same way, so I need more information (like 
 your 
 global and project config XML) to try and determine the issue. 

 Sent from my Windows Phone 
 From: windycity 
 Sent: 4/24/2013 6:54 
 To: jenkins...@googlegroups.**com 
 Subject: jenkins e-mail ext DEFAULT_CONTENT does not expand 
 pre-build/post build added token 
 I use jenkin's configuration pre-build and post build Execute 
 Groovy 
 System Script- command to get a token $MAVE_PREBUIL_VERSION and 
 $MAVEN_POSTBUILD_MAVEN, and put this at e-mail ext plugin 
 configuration. In 
 both global and project session, DEFAULT_SUBJECT can extent these 
 Tokens, 
 but DEFAULT_CONTENT can not, is this a known issue or I am not 
 using it 
 right? 

 $DEFAULT_SUBJECT, ${MAVEN_PREBUILD_VERSION}, 
 ${MAVEN_POSTBUILD_VERSION} 
 Above expand the token, but following does not 


 $DEFAULT_CONTENT, ${MAVEN_PREBUILD_VERSION} 

 Thanks in advance, 

 jessica 

 -- 
 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-use...@**googlegroups.com. 
 For more options, visit https://groups.google.com/**grou
 ps/opt_out https://groups.google.com/groups/opt_out. 



 --=_Part_89_9798859.**1366811681215 
 Content-Type: text/html; charset=utf-8 
 Content-Transfer-Encoding: quoted-printable 

 htmlheadmeta content=3Dtext/html; charset=3Dutf-8 
 http-equiv=3DCont= 
 ent-Type/headbodydiv**d