[JIRA] [cmakebuilder-plugin] (JENKINS-30695) running ctest

2016-02-06 Thread fifteenknots...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Martin Weber resolved as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30695 
 
 
 
  running ctest  
 
 
 
 
 
 
 
 
 

Change By:
 
 Martin Weber 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [cmakebuilder-plugin] (JENKINS-30695) running ctest

2016-02-03 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30695 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: running ctest  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: 15knots Path: src/main/java/hudson/plugins/cmake/CToolBuilder.java src/main/resources/hudson/plugins/cmake/CToolBuilder/config.jelly src/main/resources/hudson/plugins/cmake/CToolBuilder/help-arguments.html src/main/resources/hudson/plugins/cmake/CToolBuilder/help-workingDir.html src/main/resources/hudson/plugins/cmake/CToolBuilder/help.html src/test/java/hudson/plugins/cmake/CmakeBuilderBuildTest.java http://jenkins-ci.org/commit/cmakebuilder-plugin/5a0d98854fa41c24306fcfa74fd7ef69c09827f1 Log: JENKINS-32657, JENKINS-30695: Added build step to invoke any tool of the CMake suite with arbitrary arguments 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [cmakebuilder-plugin] (JENKINS-30695) running ctest

2015-10-05 Thread fifteenknots...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Martin Weber commented on  JENKINS-30695 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: running ctest  
 
 
 
 
 
 
 
 
 
 
If cmake is downloaded and installed, the plugin add its location to $PATH. That is not mentionend in the documentation, but you can prove that yourself. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [cmakebuilder-plugin] (JENKINS-30695) running ctest

2015-10-05 Thread fifteenknots...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Martin Weber commented on  JENKINS-30695 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: running ctest  
 
 
 
 
 
 
 
 
 
 
Users can easily add a build step which invokes the test target. It is also easy to add an `Execute Shell` build step to invoke ctest directly. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [cmakebuilder-plugin] (JENKINS-30695) running ctest

2015-10-05 Thread eric.lemaniss...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Lemanissier commented on  JENKINS-30695 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: running ctest  
 
 
 
 
 
 
 
 
 
 
I do not agree about the "easily" part : the ctest program is not necessary in the path, and the path to ctest/cmake is not always know either, especially in the case were jenkins installs cmake automatically. 
if cmake is installed by https://wiki.jenkins-ci.org/display/JENKINS/Global+Configuration how would one find out the path to cmake executable ? I could not find it in the environment variables of the build 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [cmakebuilder-plugin] (JENKINS-30695) running ctest

2015-09-29 Thread eric.lemaniss...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Lemanissier created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30695 
 
 
 
  running ctest  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 cmakebuilder-plugin 
 
 
 

Created:
 

 29/Sep/15 1:33 PM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Eric Lemanissier 
 
 
 
 
 
 
 
 
 
 
The cmakebuilder plugin allows to add "CMake Build" as a build step, but there is no step calling CTest. It would be great to have this option. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This