Re: Clean up Jenkins Setup using legacy Workspace Root Directory

2020-08-24 Thread the.n...@gmail.com
I'd like to bump this. We have the same situation and would like a procedure to move to a new workspace structure. On Friday, May 3, 2019 at 7:15:15 a.m. UTC-4 Saffu wrote: > Hi All, > > Can anyone advise me the steps what to do about this Jenkins build > node console message please? > > Apr 15

Re: Automated jenkins setup

2020-06-05 Thread Wolfgang Gerlach
sing the Jenkins API, but >> did not find a way to skip the need for manual Jenkins setup and token >> generation via web UI. Any help would be appreciated. >> >> Wolfgang >> >> -- >> You received this message because you are subscribed to the Google

Re: Automated jenkins setup

2020-06-05 Thread Slide
kins server within a docker-compose environment, > and would like to have the setup and creation of a single > user and a token to be automated. I am ok with using the Jenkins API, but did > not find a way to skip the need for manual Jenkins setup and token generation > via web UI.

Automated jenkins setup

2020-06-05 Thread Wolfgang Gerlach
Hi, I would like to start a Jenkins server within a docker-compose environment, and would like to have the setup and creation of a single user and a token to be automated. I am ok with using the Jenkins API, but did not find a way to skip the need for manual Jenkins setup and token

Re: Problem during Jenkins setup on Windows: plugins not installed

2019-11-11 Thread gianpaolo
sure, here's the screenshot (sorry it's still in italian, no locale plugin installed yet) https://ibb.co/bQ9sdRH On Monday, November 11, 2019 at 5:13:08 PM UTC+1, slide wrote: > > Can you take a screenshot of the plugin installation and post it here? > > > -- You received this message because

Re: Problem during Jenkins setup on Windows: plugins not installed

2019-11-11 Thread Slide
Can you take a screenshot of the plugin installation and post it here? On Mon, Nov 11, 2019 at 9:08 AM gianpaolo wrote: > > hello > I'm setting the master. I have just entered the first password to unlock > jenkins and the setup wizard has tried to install the plugins but fails > with no message

Re: Problem during Jenkins setup on Windows: plugins not installed

2019-11-11 Thread gianpaolo
hello I'm setting the master. I have just entered the first password to unlock jenkins and the setup wizard has tried to install the plugins but fails with no message. Log directory is empty. I just see red crosses on the browser besides the plugin names On Monday, November 11, 2019 at 4:43:07

Re: Problem during Jenkins setup on Windows: plugins not installed

2019-11-11 Thread Slide
Are you setting up a master or agent? What error are you getting? On Mon, Nov 11, 2019, 03:58 gianpaolo wrote: > Hello > has anyone ever had troubles installing Jenkins on Win10? > Can't install the plugin during set up, both using docker and installer. > > gianpaolo > > -- > You received this m

Problem during Jenkins setup on Windows: plugins not installed

2019-11-11 Thread gianpaolo
Hello has anyone ever had troubles installing Jenkins on Win10? Can't install the plugin during set up, both using docker and installer. gianpaolo -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receivin

Need help on Jenkins setup and clearing doubt

2019-06-18 Thread Swarup Kumar Sil
Hi, I had used Jenkins as an user two years back as a build and deployment tool in a past project. But I never installed Jenkins in my system, neither I had used any cloud setup. I have to connect the VPN only before connecting to Jenkins application. Now I want to configure in the same way in

Clean up Jenkins Setup using legacy Workspace Root Directory

2019-05-03 Thread Sarfroz Basha
Hi All, Can anyone advise me the steps what to do about this Jenkins build node console message please? Apr 15 08:00:06 q4de3gsy751 jenkins[26061]: WARNING: JENKINS-34564 path sanitization ineffective when using legacy Workspace Root Directory _${ITEM_ROOTDIR}/workspace_; switch to ${JENKINS_

Re: Jenkins Setup Wizard Fail with 'An error occurred during installation: No such plugin: cloudbees-folder'

2018-11-03 Thread masaru tsuchiyama
the system runs with incorrect time > could trigger this error. > > Thank you > Lingesh > > On Saturday, May 5, 2018 at 10:30:48 AM UTC+5:30, masaru tsuchiyama wrote: >> >> Hi, >> >> Jenkins Setup Wizard failed with >> 'An error occurred durin

Re: Jenkins Setup Wizard Fail with 'An error occurred during installation: No such plugin: cloudbees-folder'

2018-10-24 Thread Lingeswaran R
Please check for NTP (chrony). If the system runs with incorrect time could trigger this error. Thank you Lingesh On Saturday, May 5, 2018 at 10:30:48 AM UTC+5:30, masaru tsuchiyama wrote: > > Hi, > > Jenkins Setup Wizard failed with > 'An error occurred during installa

Re: Jenkins Setup Wizard Fail with 'An error occurred during installation: No such plugin: cloudbees-folder'

2018-05-20 Thread masaru tsuchiyama
the result was the same. > > If you need further information to investigate, please let me know. > > Regards. > Masaru. > > > 2018年5月5日(土) 14:00 masaru tsuchiyama : > >> Hi, >> >> Jenkins Setup Wizard failed with >> 'An error occurred during

Re: Jenkins Setup Wizard Fail with 'An error occurred during installation: No such plugin: cloudbees-folder'

2018-05-16 Thread masaru tsuchiyama
I clean-installed Fedora 28 (64bit) on Virtualbox, and installed jenkins 2.122. But the result was the same. If you need further information to investigate, please let me know. Regards. Masaru. 2018年5月5日(土) 14:00 masaru tsuchiyama : > Hi, > > Jenkins Setup Wizard failed with >

Jenkins Setup Wizard Fail with 'An error occurred during installation: No such plugin: cloudbees-folder'

2018-05-04 Thread masaru tsuchiyama
Hi, Jenkins Setup Wizard failed with 'An error occurred during installation: No such plugin: cloudbees-folder' for Jeknkins 2.119 on Fedora 28. I tried to install and setup Jenkins in the following procedures. --

Re: Webhooks in hosted gitlab + local jenkins setup

2018-01-22 Thread Lorem Ipsum
Thank you, this is perfect!. Totally forgot about ngrok -- 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 email to jenkinsci-users+unsubscr...@googlegroups.com. To view t

Re: Webhooks in hosted gitlab + local jenkins setup

2018-01-22 Thread Stephen Connolly
Try ngrok. Run it on the Jenkins Server and it will give you a public url for the webhook On Mon 22 Jan 2018 at 20:29, Lorem Ipsum wrote: > Couldn't forward the ports for inbound traffic > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. >

Re: Webhooks in hosted gitlab + local jenkins setup

2018-01-22 Thread Lorem Ipsum
Couldn't forward the ports for inbound traffic -- 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 email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discus

Re: Webhooks in hosted gitlab + local jenkins setup

2018-01-22 Thread Chris Denneen
Why didn't DDNS work? On Monday, January 22, 2018 at 1:42:45 PM UTC-5, Lorem Ipsum wrote: > > Hello, > > I've got a question and a possible answer but since I'm new to Jenkins and > it's plugins maybe there is an easier way to do the thing I'm trying to > accomplish. > > First of my current setu

Webhooks in hosted gitlab + local jenkins setup

2018-01-22 Thread Lorem Ipsum
Hello, I've got a question and a possible answer but since I'm new to Jenkins and it's plugins maybe there is an easier way to do the thing I'm trying to accomplish. First of my current setup is the following: - Gitlab hosted on a server - Jenkins on premise with dynamic IP and hard to open up

Re: JIRA/Stash (bitbucket server)/Jenkins setup - build kicking off unnecessarily

2016-10-21 Thread Indra Gunawan (ingunawa)
lt;mailto:jenkinsci-users@googlegroups.com>" mailto:jenkinsci-users@googlegroups.com>> Date: Friday, October 21, 2016 at 8:40 AM To: Jenkins Users mailto:jenkinsci-users@googlegroups.com>> Subject: JIRA/Stash (bitbucket server)/Jenkins setup - build kicking off unnecessarily Hey ev

Re: JIRA/Stash (bitbucket server)/Jenkins setup - build kicking off unnecessarily

2016-10-21 Thread Indra Gunawan (ingunawa)
n behalf of John mailto:johntest...@gmail.com>> Reply-To: "jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com>" mailto:jenkinsci-users@googlegroups.com>> Date: Friday, October 21, 2016 at 8:40 AM To: Jenkins Users mailto:jenkinsci-users@googlegroups.com>

JIRA/Stash (bitbucket server)/Jenkins setup - build kicking off unnecessarily

2016-10-21 Thread John
Hey everyone: I have Stash (bitbucket server)/Jira integreated setup using Jenkins for CI. I want to kick off my builds on "push to feature branch" only. The issue I have is that the builds are kicking off on these 3 actions as well: * create branch directly in stash * create pull request in sta

Re: HA (high availability) Jenkins setup across 2 sites

2016-08-22 Thread Andy Pemberton
Hi John: In full disclosure, I work @ CloudBees, but I'd be remiss not to mention HA is one of the core features of our offering: https://www.cloudbees.com/products/cloudbees-jenkins-platform/enterprise-edition/features/high-availability-plugin There are also some future plans under discussio

HA (high availability) Jenkins setup across 2 sites

2016-08-19 Thread John
Hello everyone, We are doing a new implementation of Jenkins and interested in ways to create an HA setup. I can think of a few ways: 1. Stay with the regular XML style configs with shared filesystem (DRBD or NFS?) 2. Use DB PostGres/MySQL with WAN replication. We are OK with having the 2nd mas

RE: Jenkins setup question

2014-07-14 Thread Rob Mandeville
11:52 PM To: jenkinsci-users@googlegroups.com Subject: Jenkins setup question I need a Jenkins setup advise: What I want to achieve is like this: * Jenkins master 1 has: * Jenkins slave 1 * Jenkins slave 2 * Jenkins slave n Each slave will have identical software so that I can run

Jenkins setup question

2014-07-11 Thread ctime800
I need a Jenkins setup advise: What I want to achieve is like this: * Jenkins master 1 has: * Jenkins slave 1 * Jenkins slave 2 * Jenkins slave n Each slave will have identical software so that I can run the build/deploy job on each and load balancing them. All good with this

Re: Jenkins setup

2014-02-24 Thread Les Mikesell
On Mon, Feb 24, 2014 at 1:13 AM, Yogi Nerkar wrote: > Thanks a lot lot this gives me good view ,appreciate the reply, i am am > trying to find the architecture diagram and details on how to setup this > > If you have anything please help. There aren't that many hard requirements other than the ma

Re: Jenkins setup

2014-02-24 Thread Yogi Nerkar
ng" reputation in your > company). > > If you have more specific questions, don't hesitate to ask. > > My 2 cents > > > > 2014-02-20 16:16 GMT+01:00 Yogi Nerkar >: > >> Hi, >> >> I am trying to setup Jenkins for enterprise grade f

Re: Jenkins setup

2014-02-23 Thread Yogi Nerkar
GMT+01:00 Yogi Nerkar >: > >> Hi, >> >> I am trying to setup Jenkins for enterprise grade for CI. >> >> Can someone help me with providing the information on hardware >> configurations and architecture and how to implement Jenkins? >> >> Setup

Re: Jenkins setup

2014-02-23 Thread Yogi Nerkar
ogi Nerkar > > > wrote: > > Hi > > > > I am trying to setup Jenkins for enterprise grade for CI. > > > > Can someone help me with providing the information on hardware > > configurations and architecture and how to implement Jenkins? > > &g

Re: Jenkins setup

2014-02-20 Thread Baptiste Mathus
me with providing the information on hardware > configurations and architecture and how to implement Jenkins? > > Setup on Linux server > - Physical or Virtual box > - Memory > - Number of CPUs > > > *Regards,Yogesh* > > -- > You received this mes

Re: Jenkins setup

2014-02-20 Thread Les Mikesell
On Thu, Feb 20, 2014 at 9:16 AM, Yogi Nerkar wrote: > Hi, > > I am trying to setup Jenkins for enterprise grade for CI. > > Can someone help me with providing the information on hardware > configurations and architecture and how to implement Jenkins? > > Setup on Linux se

Re: Jenkins setup

2014-02-20 Thread Yogi Nerkar
Hi, I am trying to setup Jenkins for enterprise grade for CI. Can someone help me with providing the information on hardware configurations and architecture and how to implement Jenkins? Setup on Linux server - Physical or Virtual box - Memory - Number of CPUs *Regards,Yogesh

Re: Jenkins setup for people

2013-04-25 Thread Mark Waite
8:38 AM >Subject: Re: Jenkins setup for people > > > >Thanks Mark. I also noticed that I do not have Unix user setup on the cloud >machine. I will need to upgrade Jenkins for sure. Can you recommend a newer >version? > > >Rakhee > >On Thursday, April 25, 2013 6:2

Re: Jenkins setup for people

2013-04-25 Thread rakhee Kulkarni
> *From:* rakhee Kulkarni > > *To:* jenkins...@googlegroups.com > *Sent:* Wednesday, April 24, 2013 11:42 PM > *Subject:* Jenkins setup for people > > Hi, > > I have a setup issue where I am missing some plugins for people. I have > Jenkins 1.426, when I c

Re: Jenkins setup for people

2013-04-25 Thread Mark Waite
Waite > > From: rakhee Kulkarni >To: jenkinsci-users@googlegroups.com >Sent: Wednesday, April 24, 2013 11:42 PM >Subject: Jenkins setup for people > > > >Hi, > > >I have a setup issue where I am missing some plugins for people. I have >

Jenkins setup for people

2013-04-24 Thread rakhee Kulkarni
Hi, I have a setup issue where I am missing some plugins for people. I have Jenkins 1.426, when I click on people I get Status Code: 500Exception: Stacktrace: java.lang.NoSuchMethodError: hudson.tasks.Mailer$UserProperty.hasExplicitlyConfiguredAddress()Z Please advise. Thanks, Rakhee --

Re: Jenkins setup on AIX OS

2012-10-23 Thread gerin abraham
In the browser it shows master in offline status -G On Oct 22, 2012 11:09 PM, "Kohsuke Kawaguchi" wrote: > This is a warning, and it shouldn't cause a fatal problem. > > What does the UI report as a cause of master taken offline? Not in the > console output but in the browser. > > 2012/10/23 ger

Re: Jenkins setup on AIX OS

2012-10-22 Thread Kohsuke Kawaguchi
This is a warning, and it shouldn't cause a fatal problem. What does the UI report as a cause of master taken offline? Not in the console output but in the browser. 2012/10/23 gerjesjo : > Hello Jenkins Users, > > Has anyone setup Jenkins WAR to run on AIX OS - we see some issues where the > mast

Jenkins setup on AIX OS

2012-10-22 Thread gerjesjo
Hello Jenkins Users, Has anyone setup Jenkins WAR to run on AIX OS - we see some issues where the master goes offline with the below exception Oct 22, 2012 2:30:16 PM jenkins.InitReactorRunner$1 onAttained INFO: Completed initialization Oct 22, 2012 2:30:16 PM hudson.TcpSlaveAgentListener INFO:

Re: RVM and Jenkins setup

2012-05-17 Thread Daniel Doubrovkine
This means your .bashrc isn't properly configuring RVM. We put ours in .bash_profile and source it the same way you do. export PATH=$PATH:/usr/local/rvm/bin [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" On Wed, Apr 18, 2012 at 8:28 AM, Zolzaya Erdenebaatar < zolzaya.erdenebaa.

RVM and Jenkins setup

2012-04-18 Thread Zolzaya Erdenebaatar
Hi all, I am new to Jenkins CI. I'm install RVM in my remote Jenkins and when I execute below shell. > #!/bin/bash -x > source ~/.bashrc > rvm use > rvm use 1.9.3@rails-3.2.3 I get following errors. + source /var/lib/jenkins/.bashrc > ++ PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/g