Re: Publish Over SSH via Jump Host is not working

2017-06-10 Thread Bhushan Kittur
f of Slide Sent: Saturday, June 10, 2017 4:43 AM To: jenkinsci-users@googlegroups.com Subject: Re: Publish Over SSH via Jump Host is not working If it's not working, file a bug in JIRA. On Fri, Jun 9, 2017, 13:55 Bhushan Kittur mailto:bkit...@hotmail.com>> wrote: Hello , I am work

Publish Over SSH via Jump Host is not working

2017-06-09 Thread Bhushan Kittur
Hello , I am working on setting up the Jenkins publish over SSH plug-in to copy build package to destination server via SSH tunneling as firewall exists between Jenkins server and the destination server. However it's not working. See below the screenshot. [cid:6070852b-60b4-4921-984e-3cbe44e

Re: disable/hide logging of shell script content to console log

2016-10-24 Thread Bhushan Kittur
e /tmp/hudson8136234464915657626.sh + echo bye bye + echo world world If the above shebang doesn't fit your requirements, you might consider to use the approach suggested by Teichner Peter Cheers On Monday, 24 October 2016 21:11:29 UTC+1, Bhushan Kittur wrote: Thanks for the response. Tried with "#!/b

Re: disable/hide logging of shell script content to console log

2016-10-24 Thread Bhushan Kittur
t you write will still be displayed. From: jenkins...@googlegroups.com [mailto:jenkins...@googlegroups.com] On Behalf Of Bhushan Kittur Sent: 24 October 2016 16:31 To: jenkins...@googlegroups.com Subject: disable/hide logging of shell script content to console log Hello Everyone, I am usin

disable/hide logging of shell script content to console log

2016-10-24 Thread Bhushan Kittur
Hello Everyone, I am using "Execute shell script on remote host using SSH" under Build section of the Job config with lines of shell script placed there. And see all lines from the shell script are logged into Jenkins console log during job's execution. Ex: tarted by user anonymous

Re: make parameter mandatory

2016-10-24 Thread Bhushan Kittur
Thank you Victor. Sent from Outlook From: jenkinsci-users@googlegroups.com on behalf of Victor Martinez Sent: Saturday, October 22, 2016 9:34 PM To: Jenkins Users Subject: make parameter mandatory Hi, What about: - https://wiki.jen

make parameter mandatory

2016-10-21 Thread Bhushan Kittur
Hello , I am planing to make Jenkins string parameter mandatory for one of the jobs and force user to enter an alphanumeric value in the parameter's value field to schedule the job. Can someone let me know how to make a parameter mandatory and accepts only alpha numeric value? Thank you.