(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
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
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
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:
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
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
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