Re: Entering Commands into a program

2017-02-22 Thread Ioannis Moutsatsos
Why not capture your Java command line parameters using a Jenkins freestyle build and a form for the required parameters? These parameters are available in the build and can be passed to your java program. On Monday, February 13, 2017 at 3:02:14 AM UTC-5, Akiva Lane wrote: > > We have written a

Re: Entering Commands into a program

2017-02-17 Thread Baptiste Mathus
You mean that program you wrote reads standard input, instead of taking parameters ? Le 13 févr. 2017 9:02 AM, "Akiva Lane" a écrit : > We have written a Java program that accepts command line input. > I can start the program withe Jenkins, and then the program expects a > command with parameter

Entering Commands into a program

2017-02-13 Thread Akiva Lane
We have written a Java program that accepts command line input. I can start the program withe Jenkins, and then the program expects a command with parameters to be entered. But when I put the command on the next Jenkins line, Jenkins says 'command not found'. For example, I run a script called