Re: How to Update Jenkins Plugins

2018-01-12 Thread ABostonGal ABostonGal
Thank you! It sounds like a great idea but you lost me on "bumping a docker instance." That's ok - I'll be adventurous and update them though the command line after I update Jenkins itself. I don't think I can get in too much trouble... :) On Friday, January 12, 2018 at 9:22:04 AM UTC-5, Vict

Unable to get Java 8 generated keystore to be recognized by Jenkins 2.101 (Winstone)?

2018-01-12 Thread Rob Gordon
I'm having some difficulty enabling SSL on my Jenkins server (build 2.101 on CentOS 7.x). I have generated a Java keystore, using jks format, and the keystore is The only variable in the keystore that's 'unique' is the keystore alias variable. And I'm not seeing anywhere in the /etc/sysconfig

Jira Plugin - Adding only a comment

2018-01-12 Thread Josh W
Hello, I'm trying to add a comment using the Jenkins Jira Plugin. I see this functionality should have been added awhile back on the plugin page, but I cannot seem to figure out how to do this. per https://wiki.jenkins.io/display/JENKINS/JIRA+Plugin Version 1.39 (Oct 6, 2013) - Ability

Re: How to Update Jenkins Plugins

2018-01-12 Thread Victor Martinez
Just to clarify the Manage Plugins UI looks after those dependencies too, but to be in a safe position, it's worth to try those upgrades somewhere else beforehand, to avoid any issues, probably bumping a docker instance locally with the same jenknis version and list of plugins might help you ou

Declarative Pipeline, how post build shoud work when chaining jobs?

2018-01-12 Thread Jakub Michalec
Hello, I have job like below, *createDeployment* comes from sharedlibrary, and just calling 'build job' with passed params. Triggered job (deployment) have post action to delete deployment if anything wrong happened. When deployment fail triggered job call post actions but only archiveArtifacts

Re: Gitflow and triggering snapshot dependencies for maven multimodule builds

2018-01-12 Thread 'Richard Hierlmeier' via Jenkins Users
It seems that this is a known problem. I found the following Jira issue: JENKINS-47996 Am Freitag, 12. Januar 2018 11:55:22 UTC+1 schrieb Richard Hierlmeier: > > > I try to setup Jenkins Job for a Maven multimodule build. The development > t

Web hook is Poking but not Building

2018-01-12 Thread Sujeet Kumar Padhi
I have created Jenkins Pipeline Project and added the web hook to the GitHub Repo. Wherever I push something on the master branch, build is getting triggered automatically on Jenkins. But, when I make some commits to the other branches, the build is not getting triggered. In logs I can see it i

Re: How to Update Jenkins Plugins

2018-01-12 Thread ABostonGal ABostonGal
Yes the plugins are on the unix machine. I will try to do this manually from the command line. The Manage Plugins UI does tell me what the dependencies are for each plugin so if I take note and pay attention - I will probably get something done. I just wish I had a better grasp of tools and te

Re: How to Update Jenkins Plugins

2018-01-12 Thread Dirk Heinrichs
Am 12.01.2018 um 12:08 schrieb ABostonGal ABostonGal: > Yes really! That's what I was asking: if I *could* update the plugins > from the UI Manage Plugins page. And again, what I'm concerned about > is that that they are installed on a unix machine NOT my machine. ??? They are installed on the ma

Re: How to Update Jenkins Plugins

2018-01-12 Thread ABostonGal ABostonGal
Yes really! That's what I was asking: if I *could* update the plugins from the UI Manage Plugins page. And again, what I'm concerned about is that that they are installed on a unix machine NOT my machine. Thanks again. On Thursday, January 11, 2018 at 1:35:51 AM UTC-5, Dirk Heinrichs wrote: > >

Gitflow and triggering snapshot dependencies for maven multimodule builds

2018-01-12 Thread 'Richard Hierlmeier' via Jenkins Users
I try to setup Jenkins Job for a Maven multimodule build. The development team likes to follow a gitflow workflow. - We use a Bitbucket Team Project - We have a develop branch that builds and deploys the SNAPSHOT versions to nexus. - Each feature is developed in a separate featu

Re: "Build whenever a SNAPSHOT dependency is built" with "Bitbucket Team/Project"

2018-01-12 Thread 'Richard Hierlmeier' via Jenkins Users
Hi Stephen, it works now, thank you for your help. Am Dienstag, 9. Januar 2018 18:29:03 UTC+1 schrieb Stephen Connolly: > > NOOO > > you probably want more like > > pipeline { > agent { > node { > label 'maven' > } > } > triggers { > upstream(upstreamProjects: 'N