[JIRA] [workflow-plugin] (JENKINS-25362) Cannot start parametrized freestyle job from workflow plugin

2014-11-05 Thread marcin.gawe...@gmail.com (JIRA)














































Marcin Gawenda
 commented on  JENKINS-25362


Cannot start parametrized freestyle job from workflow plugin















Yes, the job 'Grep ENV' exists, can be executed separately.

If you mean the plugin 'CB Folders' - was not installed.

I have installed it in version 4.7. 
Moved both jobs to new folder.

Finally got the same issue as described.



























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] [workflow-plugin] (JENKINS-25362) Cannot start parametrized freestyle job from workflow plugin

2014-11-05 Thread marcin.gawe...@gmail.com (JIRA)















































Marcin Gawenda
 closed  JENKINS-25362 as Cannot Reproduce


Cannot start parametrized freestyle job from workflow plugin
















Confirming, works fine with job as the parameter name for the job name.
Thanks!





Change By:


Marcin Gawenda
(05/Nov/14 7:26 PM)




Status:


Resolved
Closed



























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] [workflow-plugin] (JENKINS-25362) Cannot start parametrized freestyle job from workflow plugin

2014-11-03 Thread marcin.gawe...@gmail.com (JIRA)














































Marcin Gawenda
 commented on  JENKINS-25362


Cannot start parametrized freestyle job from workflow plugin















The same issue exists on:

jenkins-1.585
workflow-0.1-beta-6

and 

jenkins-1.580.1
workflow-0.1-beta-6



























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] [workflow] (JENKINS-25362) Cannot start parametrized freestyle job from workflow plugin

2014-10-29 Thread marcin.gawe...@gmail.com (JIRA)














































Marcin Gawenda
 created  JENKINS-25362


Cannot start parametrized freestyle job from workflow plugin















Issue Type:


Bug



Assignee:


Kohsuke Kawaguchi



Components:


workflow



Created:


29/Oct/14 5:12 PM



Description:


I have workflow script defined to start 
'Grep ENV' - simple freestyle job with one string parameter.


echo "Hello from 'Workflow_1' "
build value: 'Grep ENV'
input message: 'Continue?'


Above works fine:

Hello from 'Workflow_1' 
Running: Build a Job
Starting building project: Grep ENV
Running: Input
Continue?
Proceed or Abort
Running: End of Workflow
Finished: SUCCESS


However

echo "Hello from 'Workflow_1' "
build name: 'Grep ENV'
input message: 'Continue?'


fails:

Hello from 'Workflow_1' 
Running: Build a Job
Starting building project: null
Running: End of Workflow
ERROR: No parameterized job named null found
Finished: FAILURE


The same error is observed when parameters are provided:

echo "Hello from 'Workflow_1' "
build value: 'Grep ENV', parameters: [new hudson.model.StringParameterValue('GREP_PATTERN', 'computer')]
input message: 'Continue?'


or 


echo "Hello from 'Workflow_1' "
build name: 'Grep ENV', parameters: [new hudson.model.StringParameterValue('GREP_PATTERN', 'computer')]
input message: 'Continue?'


Software:
jenkins-1.585
workflow-0.1-beta-5




Project:


Jenkins



Priority:


Major



Reporter:


Marcin Gawenda

























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.