Re: Publish Over SSH via Jump Host is not working

2017-06-10 Thread Bhushan Kittur
nkinsci-users@googlegroups.com> on behalf of Slide <slide.o@gmail.com> 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

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.

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

2016-10-24 Thread Bhushan Kittur
ut to /dev/null but I think this the most you can do - the commands that 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 she

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

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

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.