[JIRA] [component] (JENKINS-23540) (our case 11519) Post build step not run and difficult to know why

2014-06-26 Thread jonathan.gr...@renesas.com (JIRA)














































Jonathan Grant
 commented on  JENKINS-23540


(our case 11519) Post build step not run and difficult to know why















Hi Jens

Thank you for your reply.

I had a breakthrough, found this website where someone else had the same problem:
http://stackoverflow.com/questions/13756215/jenkins-console-output-is-virtually-empty

So when I used "Build multi-configuration project"  it did not work reliably

Since I changed to "Build a free-style software project" my builds work reliably. e.g. builds run once (rather than duplicate), output is present (rather than missing).

It is straight forward to reproduce on Windows7. Could I ask you to try:

1) Install latest Jenkins
2) Create multi-configuration project
3) add a build step like mine "@echo test"
4) add svn checkout.
5) Run



























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







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


[JIRA] [component] (JENKINS-23540) (our case 11519) Post build step not run and difficult to know why

2014-06-26 Thread jbrej...@praqma.net (JIRA)














































Jens  Brejner
 commented on  JENKINS-23540


(our case 11519) Post build step not run and difficult to know why















Hi Jonathan.
A) Try opening the configuration of your "sdk_dev_cfg00" and the "build" projects - and save again (Because I see "Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered")

B) Wrt to your build step, it Is type Windows Batch file - am I right ?
C) Try change in change the commands:
Build Step1, type windows batch: echo %WORKSPACE%
Build Step2, type windows batch: dir 

Be aware that for some post-build step plugins, they can be ordered, and sometimes (depends on the plugin), subsequent steps are aborted if one fails
The above two is just to verify both build steps are executed and not failing.






























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







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


[JIRA] [component] (JENKINS-23540) (our case 11519) Post build step not run and difficult to know why

2014-06-25 Thread jonathan.gr...@renesas.com (JIRA)














































Jonathan Grant
 commented on  JENKINS-23540


(our case 11519) Post build step not run and difficult to know why















sdk_dev_cfg_00 appears to running twice in its log:

Started by upstream project "build" build number 14
originally caused by:
 Started by user anonymous
Started by upstream project "build" build number 14
originally caused by:
 Started by user anonymous
Building in workspace C:\jenkins\shared_ws\sdk
Triggering default

default completed with result SUCCESS
Finished: SUCCESS




It also isn't actually doing the build configured..



























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







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


[JIRA] [component] (JENKINS-23540) (our case 11519) Post build step not run and difficult to know why

2014-06-25 Thread jonathan.gr...@renesas.com (JIRA)














































Jonathan Grant
 commented on  JENKINS-23540


(our case 11519) Post build step not run and difficult to know why















Hi Jens



  
  Test

ct

Custom Directory
.
  false
  
  

  
https://duesvn2.ad.ree.renesas.com/automotive/svnASG_SDK/trunk
.
infinity
false
  







false
false
  
  true
  false
  false
  false
  

  #Build at mid day each weekday
0 12 * * 1-5
#Build at 20:00 each weekday
0 20 * * 1-5


  
  false
  shared_ws\sdk
  
  

  @echo ATE build folder: %cd%

  
  

  sdk_dev_cfg00
  
SUCCESS
0
BLUE
true
  


  jon...@ff.com
  false
  false

  
  
  
false
  




























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







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


[JIRA] [component] (JENKINS-23540) (our case 11519) Post build step not run and difficult to know why

2014-06-25 Thread jonathan.gr...@renesas.com (JIRA)














































Jonathan Grant
 commented on  JENKINS-23540


(our case 11519) Post build step not run and difficult to know why















That "@echo ATE Build folder %cd%" is not displayed


Started by user anonymous
Building in workspace C:\jenkins\shared_ws\sdk
Updating https://d/fff/trunk at revision '2014-06-25T11:00:54.501 +0100'
D v.bat
At revision 21677
Triggering default
default completed with result SUCCESS
Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered
Triggering a new build of sdk_dev_cfg00
Triggering a new build of sdk_dev_cfg00
Finished: SUCCESS


Also I don't know why sdk_dev_cfg00 is being triggered twice..



























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







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


[JIRA] [component] (JENKINS-23540) (our case 11519) Post build step not run and difficult to know why

2014-06-25 Thread jbrej...@praqma.net (JIRA)














































Jens  Brejner
 commented on  JENKINS-23540


(our case 11519) Post build step not run and difficult to know why















Hi Jonathan.
We need the job's config.xml: On Jenkins master's filesystem, browse to jenkins install folder\jobs\\ and post the config.xml from there
BR
Jens 



























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







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


[JIRA] [component] (JENKINS-23540) (our case 11519) Post build step not run and difficult to know why

2014-06-24 Thread jonathan.gr...@renesas.com (JIRA)














































Jonathan Grant
 commented on  JENKINS-23540


(our case 11519) Post build step not run and difficult to know why















If I have this as Windows Build step when I click "configure" it doesn't occur:

echo build folder:
echo %cd%


However, If I replace that with "build.bat" it doesn't work either.

If I add two separate commands, then it does work. Bizarre

1st command:
echo ATE build folder:
echo %cd%

2nd command:
build.bat




























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







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


[JIRA] [component] (JENKINS-23540) (our case 11519) Post build step not run and difficult to know why

2014-06-24 Thread jonathan.gr...@renesas.com (JIRA)














































Jonathan Grant
 commented on  JENKINS-23540


(our case 11519) Post build step not run and difficult to know why















config.xml



  
  1.568
  1
  NORMAL
  true
  
  
  false
  
  ${JENKINS_HOME}/workspace/${ITEM_FULLNAME}
  ${ITEM_ROOTDIR}/builds
  
  
  
  
  
  
  5
  1
  

  
  All
  test
  false
  false
  

  
  All
  0
  
  
  




























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







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


[JIRA] [component] (JENKINS-23540) (our case 11519) Post build step not run and difficult to know why

2014-06-24 Thread jonathan.gr...@renesas.com (JIRA)














































Jonathan Grant
 commented on  JENKINS-23540


(our case 11519) Post build step not run and difficult to know why















Started by user anonymous
Building in workspace C:\jenkins\workspace\build
Updating https://gdfg at revision '2014-06-24T15:42:03.338 +0100'
U xx
At revision 21676
Triggering default
default completed with result SUCCESS
Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered
Triggering a new build of sdk_dev_cfg00
Finished: SUCCESS



























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







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


[JIRA] [component] (JENKINS-23540) (our case 11519) Post build step not run and difficult to know why

2014-06-23 Thread jbrej...@praqma.net (JIRA)














































Jens  Brejner
 commented on  JENKINS-23540


(our case 11519) Post build step not run and difficult to know why















Hi Jonathan. I am not sure it is related to the component component. Please post the complete, failing build log and the configuration of the project (config.xml).
BR
Jens



























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







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


[JIRA] [component] (JENKINS-23540) (our case 11519) Post build step not run and difficult to know why

2014-06-23 Thread jbrej...@praqma.net (JIRA)














































Jens  Brejner
 updated  JENKINS-23540


(our case 11519) Post build step not run and difficult to know why
















Change By:


Jens  Brejner
(24/Jun/14 6:21 AM)




Summary:


(our case 11519)
Post build step not run and difficult to know why



























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







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