Re: Scheduled JIRA maintenance starting at 17:00PST

2015-12-19 Thread R. Tyler Croy
(replies inline) On Sat, 19 Dec 2015, R. Tyler Croy wrote: > Since a number of people are taking needed vacations, we're going to schedule > a > brief JIRA maintenance window today. In one hour from now, 17:00PST, I will be > taking JIRA offline to upgrade the DB > (https://issues.jenkins-ci.or

Scheduled JIRA maintenance starting at 17:00PST

2015-12-19 Thread R. Tyler Croy
Since a number of people are taking needed vacations, we're going to schedule a brief JIRA maintenance window today. In one hour from now, 17:00PST, I will be taking JIRA offline to upgrade the DB (https://issues.jenkins-ci.org/browse/INFRA-292) It is expected that this will migrate quickly, bu

Build Blocker + Parameterized Builds

2015-12-19 Thread Daniel Langer
Hello, One of the things we use Jenkins for is as a launcher for our deployment processes. As all our different services an environments have an identical build process, we've implemented this as one parameterized job called "deploy", with parameters "product" and "environment" (production, sta

Re: Question about automating upgrading system technics.

2015-12-19 Thread Indra Gunawan (ingunawa)
The simplest is if you are using Tomcat there is maven tomcat plugin that can deploy to the tomcat server directly. Otherwise, another simple deployment is using Ansible. The maven build includes mvn clean, install deploy to nexus and deploy to tomcat or deployment to Ansible. -Indra From:

Re: Promoted builds plugin breaks promotion process

2015-12-19 Thread Victor Martinez
Hi, I've seen in the release notes a new version 2.24.1 which does revert a particular PR: https://github.com/jenkinsci/promoted-builds-plugin/pull/79 Can you try to upgrade that version to the latest one (2.24.1) instead the previous one (2.24)? Cheers On Saturday, 19 December 2015 13:01:4

Promoted builds plugin breaks promotion process

2015-12-19 Thread Inc0
Hi, I'm quite new to jenkins and I'm having a strange problem when I update the "promoted builds plugin". I'm running jenkins (1.640) in tomcat (8.0) and jdk 1.8 on centos 7 64 bit. When I upgrade "promoted builds plugin" from 2.23.1 to 2.24, every promotion process I have in my jobs start fa

Question about automating upgrading system technics.

2015-12-19 Thread Marcin Kozykowski
I would like to ask you a question about "upgrading system technics". My own web-applications are installed on the clients server. Client use different VPN and different operational system (Linux, Windows). I have a big problem with sending new changing to a client. I am building my applicatio