Re: Hiding aws credentials Jenkins S3 plugin.

2018-08-02 Thread seshadrireddy . sh
Jenkins deployments will need to upload artifacts to S3; Jenkins can't write to S3 by default, so we'll need to specify AWS credentials to upload. We'd prefer to not expose these credentials in build scripts or configuration options. Goal is to provide best practices for properly using and hidin

Re: Hiding aws credentials Jenkins S3 plugin.

2018-08-02 Thread Aldrin Leal
Why not restrict the key to allow only uploading from a given IP Address? Is it way safer https://aws.amazon.com/blogs/security/writing-iam-policies- how-to-grant-access-to-an-amazon-s3-bucket/ https://docs.aws.amazon.com/IAM/latest/UserGuide/ reference_policies_examples_aws_deny-ip.html -- -- A

Re: Can I have a reusable “post” block for my jenkins pipelines?

2018-08-02 Thread red 888
how does that work though? My pipelines are already in shared libraries. I want a shared post block specifically. On Monday, July 30, 2018 at 7:33:21 AM UTC-4, Johan Abildskov wrote: > > You should be able to do this with Shared Libraries: > https://jenkins.io/doc/book/pipeline/shared-libraries/

Re: Hiding aws credentials Jenkins S3 plugin.

2018-08-02 Thread seshadrireddy . sh
Hi Aldrin Leal, Thanks for your information, my problem got solved with other way like instead of using IAM user credentials in Jenkins, we can create IAM role with S3 full permission and attach that role in to the Jenkins server, then in Jenkins at the S3 publisher profile instead of p

Re: AES256-CTR support in Publish over SSH and JSch dependency Plugins

2018-08-02 Thread Chief Vitalstatix
The website says it supports it, but when the Publish Over SSH plugin connects, the sshd log throws the following error: "fatal: no matching cipher found: client aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc server aes256-ctr" and the corresponding error on Jenkins is: "jenkins.plugins.publi

Re: Can I have a reusable “post” block for my jenkins pipelines?

2018-08-02 Thread Jan Monterrubio
We do this in our CI. Basically the shared library has some variable parameters you can override and it lets you control what happens based on those. I’ll see if I can scrounge up a sample later today. On Thu, Aug 2, 2018 at 11:04 red 888 wrote: > how does that work though? My pipelines are alre

Re: How to integrate stylecop with Jenkins?

2018-08-02 Thread Ullrich Hafner
Or install the warnings plugin, add the corresponding post build step and configure the path to the report file. > Am 01.08.2018 um 13:52 schrieb girish kumar : > > how to integrate stylecop with Jenkins? specify the path in Jenkins violation > plugin and publish the report? > > -- > You recei

How to increase the Jenkins logout time

2018-08-02 Thread naveen
Current our jenkins logs-out in 30 minus, I need to increase it for 3 weeks atleast , I tried different things not worked out. we don't have ssh to box should . run scripts from script console or using jenkins cli. -- You received this message because you are subscribed to the Google Groups "