Pipeline stages skipping for mulitbranch gitlab repository

2019-02-05 Thread Sagar Utekar
Previously I was trying to use multibranch pipeline for gitlab repository which has multiple branches, but as there is no way to configure webhook and save changes for individual branch pipeline, I moved second approach which is using Normal pipeline for same repository but when I make any chan

No way to configure gitlab webhook in multibranch pipeline for detected branches(Individual) from Gitlab repository

2019-02-05 Thread Sagar Utekar
I am using multibranch pipeline for Gitlab repository, after a lot of efforts it is now showing all the branches from repository. But now I am facing issue as there is no way to configure Gitlab webhook for individual pipline in multibranch pipeline, though it is showing option to build trigger

How to send entire console logs/ output or specific stage output to email or save it to file

2019-02-21 Thread sagar . utekar
Hi guys, I am trying to save logs of each build to file or send it through email, I found a way to send email as in post build action, but it is just sending an url for Jenkins build console. If someone knows how can I achieve this, please help. Thank you ! -- You received this message becaus

Re: How to send entire console logs/ output or specific stage output to email or save it to file

2019-02-21 Thread sagar . utekar
Thank you. I did it using this. emailext (attachLog: true, body: '', subject: 'Sending build logs',to: 'exam...@gmail.com') -- 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, se

Re: sending email for unstable builds

2019-02-28 Thread Sagar Utekar
You can check the status of build by using BUILD_STATUS, if it is unstable then send a mail On Fri, 1 Mar 2019, 02:11 Faad Sayaou, wrote: > Hi everyone > I am using the extended email plugin for notification when the build fails > by using try catch. I will also like to send email when the build

Re: Jenkins plugin to access Kubernetes API

2018-10-21 Thread sagar utekar
On Thursday, October 4, 2018 at 10:45:19 PM UTC+5:30, olivier blanc wrote: > I am looking for a Jenkins plugin to interact with kubernetes api from > jenkins pipeline. > Is there such a plugin ? > Thanks > Olivier Have you solved this issue, I am also looking for solution for same thing. -- You

Jenkins and kubernetes cluster communication

2018-10-21 Thread sagar utekar
Hi all, I have Jenkins and minikube setup running kubernetes locally on my machine. I am trying to deploy container from private docker registry to minikube kubernetes cluster. I tried to follow official doc and searched on internet for same but there is no any clear documentation for this. Ple

Re: Connecting Jenkins to GitHub

2018-10-28 Thread sagar utekar
Hi, Search for a GitHub integration plugin. Here is a YouTube video link you can refer - https://youtu.be/Z3S2gMBUkBo Thank you. On Mon, 29 Oct 2018, 08:55 HB, wrote: > Thank you for the reply. I am not seeing 'gith' plugin, is that short for > a plugin? Here are the plugins that I have ins

Re: java.lang.NoSuchMethodError: No such DSL method 'scanForIssues' found among steps

2018-10-29 Thread sagar utekar
from here you can download hpi file for warnings plugin https://updates.jenkins.io/download/plugins/warnings/ and add it using upload section of manage plugin -> advanced section On Mon, Oct 29, 2018 at 7:39 PM def wrote: > OK, from here: > https://github.com/jenkinsci/warnings-plugin/tree/5.0