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

2018-05-09 Thread chief . vitalstatix
The SSH client in the Publish over SSH plugin which uses Jsch Dependency plugin only supports the following Ciphers: *Ciphers: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc* OpenSSH 7.* is disabling cbc modes of the ciphers and also not offering CBC ciphers by default.

Re:

2018-05-09 Thread niristotle okram
this is what i have On Wed, May 9, 2018 at 4:04 PM, Victor Martinez < victormartinezru...@gmail.com> wrote: > As far as I see it's there > > >

How to check "Use Groovy Sandbox" programmatically from groovy : EnvironmentVariableContext

2018-05-09 Thread cwill6512
I finally figured out how to set an environment variable to a string that depends on a build parameter in Job DSL using the groovy() method in a EnvironmentVariableContext. Now my problem is how to run the groovy script in the sandbox so it won't need to be authorized. A form of the DSL:

Re: Exception when changing to directory, Finished: UNSTABLE

2018-05-09 Thread Saatviga Sudhahar
Hi, I'm still facing issues with the inputstream is closed error. ERROR: Exception when publishing, exception message [java.io.IOException: inputstream is closed] Build step 'Send files or execute commands over SSH' changed build result to UNSTABLE Finished: UNSTABLE when i upload the files

Re:

2018-05-09 Thread Victor Martinez
As far as I see it's there What version of pipelines are you using? -- You received this message because you are subscribed to

Re:

2018-05-09 Thread niristotle okram
where do i see the option to whitelist? I dont see this method in the "pending list" waiting to be approved. On Wed, May 9, 2018 at 12:43 PM, Slide wrote: > To quote R. Tyler Croy. NEVER DISABLE THE SANDBOX. > > If you really want to do what you are trying to do, you can

Re:

2018-05-09 Thread Slide
To quote R. Tyler Croy. NEVER DISABLE THE SANDBOX. If you really want to do what you are trying to do, you can whitelist the toTimestamp method of the java.util.Date class in the global configuration area of Jenkins, or create the getTimeStamp function in a shared library. On Wed, May 9, 2018 at

[no subject]

2018-05-09 Thread niristotle okram
i am getting a failure calling the below function in a pipeline def getTimeStamp(str) { d = new Date(str).toTimestamp(); return d } Exception Caught: org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException: Scripts not permitted to use staticMethod

Cluster environment

2018-05-09 Thread LUCKY ZUNGUENE
Hi, Using Jenkins how does one approach deployment configuration in a clustered Environment. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Aw: RE: How to trigger nightly build via blue ocean?

2018-05-09 Thread Zack Snyder
Okay, thanks. However, I tried following:   triggers {     when { branch 'develop' }     cron('*/6 * * * *') }   The trigger should only build the develop branch every 6 minutes. The "when" section is not allowed in this scope. How can I trigger automatica build only for develop branch?  

Re: Contribute

2018-05-09 Thread Ullrich Hafner
Did you write the mail to the dev-list and the current maintainer? > Am 08.05.2018 um 22:53 schrieb Orlando Burli : > > Yes, i wish to adopt this plugin: > > https://wiki.jenkins.io/display/JENKINS/Backup+Plugin >