Re: Build Docker Image from a Dockerized Jenkins

2017-12-04 Thread Jeeva Chelladhurai
r-pipeline's "docker.inside" > > Can you please describe your use-case so we give better advise ? > > if you just want to "build Docker images" as your initial message told, > then just run "docker build" within your job, what else ? > > 2017-12-04 13:15 GMT+

Re: Build Docker Image from a Dockerized Jenkins

2017-12-04 Thread Jeeva Chelladhurai
Any thoughts on https://wiki.jenkins.io/display/JENKINS/CloudBees+Docker+Custom+Build+Environment+Plugin On Mon, Dec 4, 2017 at 12:04 PM, Jeeva Chelladhurai <sje...@gmail.com> wrote: > > >> I have not tried this, so, cannot vouch for this. Please be cautious >> abou

Re: Build Docker Image from a Dockerized Jenkins

2017-12-03 Thread Jeeva Chelladhurai
> > I have not tried this, so, cannot vouch for this. Please be cautious about > the approach presented in this blog. > > http://niels.nu/blog/2017/continuous-blog-delivery-p2.html : you might be > interested in Docker-in-Docker. > > > Thanks for the suggestion.. Docker-in-Docker is been

Re: Build Docker Image from a Dockerized Jenkins

2017-12-03 Thread Jeeva Chelladhurai
I don't think there's a simple way to just install docker CLI. > Installing full docker will make your image a bit bigger with additional > files on filesystem but there won't be any extra process running, so not a > major issue (considering jenkins docker image is already a big one) &g

Build Docker Image from a Dockerized Jenkins

2017-12-03 Thread Jeeva Chelladhurai
Hello All, I would like to build Docker images from a Dockerized Jenkins. There are multiple solution out there but what is the recommended solution... I have been using ssh node as a work around, but I was told to use https://wiki.jenkins.io/display/JENKINS/Docker+Slaves+Plugin . In order for

Re: Jenkins: remote windows build slave

2017-11-07 Thread Jeeva Chelladhurai
>> No. >> >> Regards, >> -Björn >> >> >> On Wednesday, 8 November 2017 07:08:28 UTC+1, Jeeva Chelladhurai wrote: >>> >>> Hello all! >>> >>> I want to configure windows build slave which is accessed over a public &

Jenkins: remote windows build slave

2017-11-07 Thread Jeeva Chelladhurai
Hello all! I want to configure windows build slave which is accessed over a public internet. Is JNLP though port 50,000 safe in a public domain? What is your recommendation? Thanks, Jeeva -- Jeeva K S Chelladhurai -- You received this message because you are subscribed to the Google Groups

Groovy script the extra job name with path

2017-10-16 Thread Jeeva Chelladhurai
Hello All, I have a small groovy script that can iterate thru the jobs and folders, and print the details as listed shown below hudson.model.FreeStyleProject@3a0ddf4f[*Project/SubProject/Service*] However I would like to just extract *Project/SubProject/Service, *what is the right getter

Re: build docker container inside dockerized Jenkins

2017-06-06 Thread Jeeva Chelladhurai
as.del...@gmail.com> wrote: > docker-slaves don't follow the classic slave approach, it doesn't use any > transport (ssh, jnlp) but the plain docker CLI terminal emulation. > > 2017-06-06 18:19 GMT+02:00 Jeeva Chelladhurai <sje...@gmail.com>: > >> currently I am using S

Re: build docker container inside dockerized Jenkins

2017-06-06 Thread Jeeva Chelladhurai
only used approach is > to bind mount /car/run/docker.sock. that's beer red wings if you just throw > away security: build can do anything on host until you add another > isolation layer, for sample a LXD container. > > Le 6 juin 2017 4:03 PM, "Jeeva Chelladhurai" <sje...@gm

build docker container inside dockerized Jenkins

2017-06-06 Thread Jeeva Chelladhurai
I run by Jenkins inside a docker container. Now I need to build docker images from this Jenkins instance. Would you please suggest me some options. -- Jeeva K S Chelladhurai -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

Re: Find disk space consumed by a job

2017-05-30 Thread Jeeva Chelladhurai
t's known to cause issues on big > instances. > You probably would prefer https://wiki.jenkins-ci.org/display/JENKINS/ > CloudBees+Simple+Disk+Usage+Plugin > > My 2 cents > > > > 2017-05-30 11:15 GMT+02:00 Jeeva Chelladhurai <sje...@gmail.com>: > >> Is there a

Find disk space consumed by a job

2017-05-30 Thread Jeeva Chelladhurai
Is there a way to find the disk space consume by a Jenkins job for its workspace and artifact archives... Your support is greatly appreciated -- Jeeva K S Chelladhurai -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

bootstrapping jenkins with initial password

2017-05-22 Thread Jeeva Chelladhurai
Hello All, I would like to automate the deployment of dockerized Jenkins with no manual intervention. I have disabled to initial setup wizard using the below java option. JAVA_OPTS=-Djenkins.install.runSetupWizard=false I would also like to bootstrap Jenkins with an initial username and

Re: Pipeline project to execute Jobs parallely using groovy scripting

2017-05-22 Thread Jeeva Chelladhurai
What are those projects (A)? Are they two repositories or another to Jenkins jobs? On Mon, May 22, 2017 at 4:47 PM, Jaya Bala wrote: > Hi Team, > > I am a fresher in using Jenkins and I have been assigned to a task where > I need to run jobs parallel in pipeline. I have 2

Re: jenkins plugin in groovy, python or some other scripting language

2017-05-18 Thread Jeeva Chelladhurai
Oops! posted by mistake.. let me rephrase my question Is it possible to write Jenkins plugin in groovy, python or some other scripting language? Many devops engineers are not familiar with java... Thanks, Jeeva -- You received this message because you are subscribed to the Google Groups

jenkins plugin in groovy, python or some other scripting language

2017-05-18 Thread Jeeva Chelladhurai
Hello All, Is it possible to write Jenkins plugin in groovy, python or some other scripting language? Most of the de -- 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, send an

latest Jenkins on Docker

2016-05-19 Thread Jeeva Chelladhurai
Where I can find the latest docker image for Jenkins? https://hub.docker.com/_/jenkins/ does not have Jenkins 2.0 or later images... Thanks, Jeeva -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Jenkinsfile to clone a remote repository

2016-04-28 Thread Jeeva Chelladhurai
Hello All, I am planning to organize my source code in one github repository, and the Jenkinsfile and the configuration/topology file in a different github repository.. Would it be possible to clone/check out the remote repository using my Jenkinsfile? I tried something as show below but it