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

2016-10-24 Thread Bhushan Kittur
ook> From: jenkinsci-users@googlegroups.com on behalf of Victor Martinez Sent: Tuesday, October 25, 2016 2:52 AM To: Jenkins Users Cc: peter.teich...@nagra.com Subject: Re: disable/hide logging of shell script content to console log The suggested shebang works as expected, see the

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

2016-10-24 Thread Victor Martinez
t; > jenkins...@googlegroups.com > on behalf of Victor Martinez < > victormar...@gmail.com > > *Sent:* Monday, October 24, 2016 9:48 PM > *To:* Jenkins Users > *Cc:* peter.t...@nagra.com > *Subject:* Re: disable/hide logging of shell script content to console log >

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

2016-10-24 Thread Bhushan Kittur
8 PM To: Jenkins Users Cc: peter.teich...@nagra.com Subject: Re: disable/hide logging of shell script content to console log Jenkins uses the shebang, by default #!/bin/sh -xe -x will prompt those verbose details, if you'd like to reset that you can set the default shebang in your

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

2016-10-24 Thread Victor Martinez
gt; 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 using "Execu

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: disable/hide logging of shell script content to console log

2016-10-24 Thread Teichner Peter
October 2016 16:31 To: jenkinsci-users@googlegroups.com Subject: disable/hide logging of shell script content to console log 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. A