Re: Java and C/C++ and or Javascript in one Jenkinsfile or ?

2019-09-09 Thread Dennis Kavanagh
is to generate groovy > code from other languages, import and run the generated groovy code. This > is really not that convenient so it may not be worth it > > On Wed, Aug 28, 2019, 11:30 AM Dennis Kavanagh > wrote: > >> Is that possible? >> >> I am wonderi

Re: How to do MulitLanguage in Jenkinsfile

2019-09-09 Thread Dennis Kavanagh
?! > > On Wed, Jul 24, 2019 at 15:24 Dennis Kavanagh > wrote: > >> Hello, >> >> I have to include Python, Java, and Javascript >> >> in my 3 different code scanners: SonarQube, Fortify and NexusIQ in the >> most pleasing manner possible >>

Re: withcredentials keystore not working

2019-09-09 Thread Dennis Kavanagh
the CredentialsBindingPlugin is not working with certificates Pls see https://plugins.jenkins.io/credentials-binding T^hank You SIGH ... On Friday, September 6, 2019 at 3:23:31 PM UTC-4, Dennis Kavanagh wrote: > > Hello, > > We are stymied why withCredentials() with keystore is

withcredentials keystore not working

2019-09-06 Thread Dennis Kavanagh
Hello, We are stymied why withCredentials() with keystore is not working. We are on latest plugin etc. Any troubleshooting tips? Thank You -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving ema

Java and C/C++ and or Javascript in one Jenkinsfile or ?

2019-08-28 Thread Dennis Kavanagh
Is that possible? I am wondering what methods or techniques are available? Is the use of a Declarative or Scripted Jenkinsfile recommended? I understand that separate Jenkinsfiles can be placed in each /src for each language with Jenkins capable of picking up each found Jenkinsfile and exe

How to do MulitLanguage in Jenkinsfile

2019-07-24 Thread Dennis Kavanagh
Hello, I have to include Python, Java, and Javascript in my 3 different code scanners: SonarQube, Fortify and NexusIQ in the most pleasing manner possible in the same Jenkinsfile? Any hints GREATLY appreciated .. Thank You -- You received this message because you are subscribed to t