Re: Cannot change width of Execute shell text box on configure page for a project

2015-03-26 Thread Aidan Semple
Some good ideas... thanks for the replies! On Wednesday, 25 March 2015 13:28:08 UTC, Aidan Semple wrote: > > I'm running Jenkins 1.600 and am currently setting up a new project with > rather a long command to put in to one of the Execute Shell text boxes. > Unfortunately the command is so long it

Re: Cannot change width of Execute shell text box on configure page for a project

2015-03-25 Thread Eric Pyle
Although I know it's not the same thing, you could build up a string variable containing pieces of the command and then run that. You should also upgrade to 1.601 because there are some known issues with 1.600. cmdline="blah ddd xxx etc etc etc" cmdline="${cmdline} more command and args et

Re: Cannot change width of Execute shell text box on configure page for a project

2015-03-25 Thread Bryan Adams
I'd like to see this functionality come back as well. On Wednesday, March 25, 2015 at 8:28:08 AM UTC-5, Aidan Semple wrote: > > I'm running Jenkins 1.600 and am currently setting up a new project with > rather a long command to put in to one of the Execute Shell text boxes. > Unfortunately the co

Re: Cannot change width of Execute shell text box on configure page for a project

2015-03-25 Thread Stephen Connolly
This might be a silly idea, but why don't you check the script file with this command execute into SCM and then just run the script file in your execute shell text box? (That means you can see the history of changes easier... and when building older branches/pull requests you have the correct comma

Cannot change width of Execute shell text box on configure page for a project

2015-03-25 Thread Aidan Semple
I'm running Jenkins 1.600 and am currently setting up a new project with rather a long command to put in to one of the Execute Shell text boxes. Unfortunately the command is so long it extends the width of the text box considerably messing up the display of the project in my browser so it is har