Re: Updating jenkins version in docker image cause exit 143

2016-10-09 Thread YusufSalahAdDin
st. > > Le 7 oct. 2016 9:41 AM, "YusufSalahAdDin" > > a écrit : > >> Where can i found these login, because in bash docker doesn't show me any >> log, and, when i get in container, all jekins logs are fine. >> >> El viernes, 7 de octubre de 2016, 0:04:06

Re: Upgrade manually doesn't works

2016-10-07 Thread YusufSalahAdDin
load a > specific version of jenkins war (just like the official image does) > Docker should be used with "immutable infrastructure" in mind, don't try > to run upgrades in a container, this isn't a VM > > 2016-10-07 10:36 GMT+02:00 YusufSalahAdDin >: >

Re: Upgrade manually doesn't works

2016-10-07 Thread YusufSalahAdDin
7 de octubre de 2016, 3:30:45 (UTC-5), nicolas de loof escribió: > > Don't update jenkins.war inside container, just pull a newer docker image > and start a fresh new container using same jenkins_home volume > > > 2016-10-07 10:28 GMT+02:00 YusufSalahAdDin >: > >>

Upgrade manually doesn't works

2016-10-07 Thread YusufSalahAdDin
I installed jenkins in docker container and i want update it. So, manually, using root user i downloaded the war file and replace it with old war file, i verified it: jenkins@fdfeef9f1f14:/$ java -jar /usr/share/jenkins/jenkins.war --version 2.24 But, when i go to jenkins dashboard, well, i

Re: Updating jenkins version in docker image cause exit 143

2016-10-07 Thread YusufSalahAdDin
> > Le 6 oct. 2016 2:00 AM, "YusufSalahAdDin" > > a écrit : > >> Ok, i run it with parameter *-d *and i have this: >> >> salahaddin@TulipanROG  ~/Proyectos/uzmantech/jenkins   master ●  >> docker-compose up >> -d

Re: Updating jenkins version in docker image cause exit 143

2016-10-05 Thread YusufSalahAdDin
:13:33 (UTC-5), YusufSalahAdDin escribió: > > I have this in bash: > > docker-compose >> up >> >>  1 ↵  4159  18:11:07 >> Creating jenkins_slave_1 >> Creating jenkins

Re: Updating jenkins version in docker image cause exit 143

2016-10-05 Thread YusufSalahAdDin
ing interesting getting logged during startup? > > > On 05.10.2016, at 22:55, YusufSalahAdDin > wrote: > > > > Hi guys! > > > > I have the next problem: > > > > I built an image with Jenkins 2.23 and run it, all is well. > > > > Today

Update jenkins version in a docker container

2016-10-05 Thread YusufSalahAdDin
Hi guys I'm new in jenkins with docker, so, i thanks any help to me. I want to know: How can we update jenkins in a existed docker container? You know, i don't want lose my configuration, projects, build reports and etc., but i don't know how update jenkins in docker. Thanks! -- You received

Re: Updating jenkins version in docker image cause exit 143

2016-10-05 Thread YusufSalahAdDin
d during startup? > > > On 05.10.2016, at 22:55, YusufSalahAdDin > wrote: > > > > Hi guys! > > > > I have the next problem: > > > > I built an image with Jenkins 2.23 and run it, all is well. > > > > Today i want update jenkins to

Updating jenkins version in docker image cause exit 143

2016-10-05 Thread YusufSalahAdDin
Hi guys! I have the next problem: I built an image with Jenkins 2.23 and run it, all is well. Today i want update jenkins to 2.24, so, i change some lines in the docker file, change version to 2.24 and update sha. I built it, all is well, but when i up the machine, well, i have an error 143: