Jenkins2 Planning not available

2016-08-04 Thread Philippe Couas
Hi, I search how launching my Build every Hours in my Jenkins 2.7.1, but when i go to Planning there is no option, i could not enter in this option ? Why ? Which plugin is necessary ? Regards Phil -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

Re: setting build name while job is running using build-name-setter plugin

2016-08-04 Thread sivarajesh jarugula
Hi Loannis, Can you elaborate more on how to do this? where do I assign it? in the executable shell? Thanks, SIva Rajesh On Thu, Aug 4, 2016 at 5:20 PM, Ioannis Moutsatsos wrote: > I would assign the user ID to a build parameter. Then it would be > available before the

Re: Performance issue of blue ocean with large job count

2016-08-04 Thread John D. Ament
Every module of every job gets included. At a minimum only the top projects should show up. Note that we do have plain old maven projects. John On Thu, Aug 4, 2016 at 7:38 PM James Dumay wrote: > Do you want to exclude non-pipeline jobs from the listing? If so what is >

Re: Can't receive build email notification from Jenkins

2016-08-04 Thread jieryn
You are sending email to this list from lingv...@gmail.com yet your Jenkins is configured to send to ling...@gmail.com ... looks like user error. On Thu, Aug 4, 2016 at 2:25 AM, Martin wrote: > Hello, my console output shows that my project is built successful and email > was

Re: Performance issue of blue ocean with large job count

2016-08-04 Thread James Dumay
Do you want to exclude non-pipeline jobs from the listing? If so what is your motivation for doing so? On Fri, Aug 5, 2016 at 9:37 AM, John D. Ament wrote: > Sure, pagination will help. But can I also disable non-pipeline jobs? > > > On Thu, Aug 4, 2016 at 7:29 PM James

Re: Performance issue of blue ocean with large job count

2016-08-04 Thread John D. Ament
Sure, pagination will help. But can I also disable non-pipeline jobs? On Thu, Aug 4, 2016 at 7:29 PM James Dumay wrote: > It really is coming! Should be in next weeks alpha release :) > > > On Thursday, August 4, 2016 at 10:01:41 PM UTC+10, Daniel Beck wrote: > >>

Re: Performance issue of blue ocean with large job count

2016-08-04 Thread James Dumay
It really is coming! Should be in next weeks alpha release :) On Thursday, August 4, 2016 at 10:01:41 PM UTC+10, Daniel Beck wrote: > > Pagination is currently being worked on and should be done in a week or > two IIRC. I learned when I complained about the 100% CPU usage in some > views :-) >

How to scale up the Jenkins dynamic slave cluster?

2016-08-04 Thread praveen
*Goal:* I would like to use Amazon Ec2 Plugin to add dynamic slaves to Jenkins based on the load. *Architecture:* Jenkins Master + 4 slaves + dynamic slaves (based on the requirement) 1st job runs on dynamic slave (no

Re: [pipeline][checkout][@script] Checkout procedure

2016-08-04 Thread jerome
After some thinking, the sub repos idea is a death trap, it just doesn't work, either way of sub repos, I still need a full checkout to get the proper JenkinsFiles, here's why: *Note: Mercurial Base SCM here* 1. If JenkinsFile are inside a sub repos of my main repos: - To fetch the proper

Re: Jenkins CLI, trouble installing plugin from local hpi

2016-08-04 Thread James Richard
This is a plugin that I have created, it is not bundled with Jenkins. And like I said, manually installing it, downgrading, uninstalling, etc. works fine when they are done manually but when using the Jenkins CLI it has the errors I described in the first comment. When installing a plugin

Re: Jenkins CLI, trouble installing plugin from local hpi

2016-08-04 Thread niristotle okram
just curious - what is this* "local hpi" ?* On Thu, Aug 4, 2016 at 4:02 AM, Daniel Beck wrote: > > > On 28.07.2016, at 01:36, James Richard wrote: > > > > Manually uploading the files to the server works fine, I can > upgrade/downgrade and install

How to modify email content body to include SCM code check-in description?

2016-08-04 Thread Martin Min
Hello, I am using Perforce plugin and I want the default $DEFAULT_CONTENT to automatically include the "description" message whenever a code check in is made. Is there a way to do that? I am using the Perforce Plugin. Thank you. -- You received this message because you are subscribed to the

Re: Question regarding Jenkins pipeline setup

2016-08-04 Thread jerome
Just realized the same thing, after developing my JenkinsFile inline with sandbox removed, then approved the whole operation into white listing. That @script folder was unexpected for the least I could say On Monday, August 1, 2016 at 7:30:04 PM UTC-4, Peter Wiseman wrote: > > Likewise, I'm

[pipeline][checkout][@script] Checkout procedure

2016-08-04 Thread jerome
Hi, I would like to have some information about the \workspace@script\ checkout for the scm. It look like Jenkins made a checkout into a temporary folder to extract the JenkinsFile. But the checkout is made for the JenkinsFile only? because after that the repository is empty. Do I have to

Re: Branch Indexing/Poll SCM equivalent with the GitHub Organization Folder

2016-08-04 Thread Jesse Glick
On Thursday, August 4, 2016 at 1:32:12 PM UTC-4, R Tyler Croy wrote: > > From my understanding this also means that branch indexing on those > repositories in the organization, in effect, are also "running" once a day > (since the org is reindexed daily). > No, branch indexing is at a different

Regex on jenkins label expression

2016-08-04 Thread Mona Pinjani
In job configuration, there is a checkbox "Restrict where this project can be run". If you select it, there is an input field about Label Expression. Is there a way to insert of regex there, and not the exact name? I need to build a job on more than one docker image. I tried many combinations

Re: Can't receive build email notification from Jenkins

2016-08-04 Thread Martin Min
Yes. It worked. Thank you. On Thu, Aug 4, 2016 at 10:58 AM, Slide wrote: > No, its in the Email-ext global configuration. > > On Thu, Aug 4, 2016 at 9:55 AM Martin Min wrote: > >> Debug is indeed helpful. It shows that my login and password wasn't

Re: Excel file

2016-08-04 Thread Slide
Windows services generally can't interact with the UI. On Thu, Aug 4, 2016 at 10:33 AM up2u wrote: > I have a windows executable file, which will open an excel file to read > data. > When I call it in the command line as administrator, like this >

Re: Can't receive build email notification from Jenkins

2016-08-04 Thread Slide
No, its in the Email-ext global configuration. On Thu, Aug 4, 2016 at 9:55 AM Martin Min wrote: > Debug is indeed helpful. It shows that my login and password wasn't > successful. Where to configure the email sender address? I think it should > be in the global

Re: Plugin to display excel worksheet?

2016-08-04 Thread Slide
No, there is no such plugin. On Thu, Aug 4, 2016 at 10:33 AM up2u wrote: > I have write some test results in excel worksheet, is there any plugin to > display excel worksheet? > > > > -- > View this message in context: >

Plugin to display excel worksheet?

2016-08-04 Thread up2u
I have write some test results in excel worksheet, is there any plugin to display excel worksheet? -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Plugin-to-display-excel-worksheet-tp4832210.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You

Excel file

2016-08-04 Thread up2u
I have a windows executable file, which will open an excel file to read data. When I call it in the command line as administrator, like this "G:\Jenkins\workspace\test\nls_tool.exe -xls Stringlist.xls 21",it works will. But when I call it through the jenkins build step, using "Execute windows

Branch Indexing/Poll SCM equivalent with the GitHub Organization Folder

2016-08-04 Thread R. Tyler Croy
Posting this to the list because I figure the answer might be useful for posterity. With the GitHub Organization Folder there is the "Periodically if not otherwise run" Build Trigger which is set to "1 day" by default. >From my understanding this also means that branch indexing on those

Re: Can't receive build email notification from Jenkins

2016-08-04 Thread Martin Min
Debug is indeed helpful. It shows that my login and password wasn't successful. Where to configure the email sender address? I think it should be in the global configuration's "System Admin e-mail address" field. Right? Other than that, there is no email configuration.Where to check now? Thank

RE: strange job folders on Jenkins server

2016-08-04 Thread Ginga, Dick
Thanks, they all seem related to the upgrade as in they are years old. I have deleted them. -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Daniel Beck Sent: Thursday, August 04, 2016 10:21 AM To:

Re: UNable to change password at https://accounts.jenkins.io/

2016-08-04 Thread Daniel Beck
Is the password change still a problem? Re the UX, could you file issues in the INFRA project of our issue tracker, with the 'account' component? https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue > On 18.07.2016, at 03:04, Rinaldo DiGiorgio wrote: >

Re: Getting build cause

2016-08-04 Thread Jesse Glick
On Wednesday, July 27, 2016 at 11:10:34 PM UTC-4, Shade Alabsa wrote: > > I've been trying to write a Jenkinsfile to do different tasks based on > whether it's a PR or a merge in Jenkins 2. I've found the snippet below > which will tell me if the build was triggered by a user or via Github. >

Re: UserContent and Google Login Plugin

2016-08-04 Thread Daniel Beck
> On 18.07.2016, at 11:19, Christoph M wrote: > > now I want the file to be accessible without being logged in. TBH looks like you'd be better off just serving a file via Apache/… somewhere else. -- You received this message because you are subscribed to the Google

Re: UserContent and Google Login Plugin

2016-08-04 Thread Daniel Beck
/userContent access needs Overall/Read permission. Handing out API tokens even as part of URLs is not a good idea, as it gives the full privileges of the user it is associated with. > On 18.07.2016, at 11:19, Christoph M wrote: > > Hi! > > We're using the Google Login

Re: Single Jenkinsfile, multiple architecture builds

2016-08-04 Thread Roberto Aguilar
Ah, perfect, works. Thank you Daniel! -Roberto. On Thursday, August 4, 2016 at 10:23:11 AM UTC-4, Daniel Beck wrote: > > The error just tells you that you can't define stages within parallel, as > there's no visualization for it -- it's strictly sequential. So remove the > 'stage' statements

Re: Can't receive build email notification from Jenkins

2016-08-04 Thread Slide
You can enable debug mode for email-ext in the global configuration. More information will be logged. On Thu, Aug 4, 2016, 07:24 Martin Min wrote: > Yes, I checked. There's no email in the spam folder. Also, there is no > email in the "sent" folder. > > Very strange. > > On

Re: Can't receive build email notification from Jenkins

2016-08-04 Thread Martin Min
Yes, I checked. There's no email in the spam folder. Also, there is no email in the "sent" folder. Very strange. On Aug 4, 2016 12:38 AM, "Mrinal Mukherjee" wrote: > Did you check if the mails are ending up in the 'spam' folder? > > On Thu, Aug 4, 2016 at 6:25

Re: Single Jenkinsfile, multiple architecture builds

2016-08-04 Thread Daniel Beck
The error just tells you that you can't define stages within parallel, as there's no visualization for it -- it's strictly sequential. So remove the 'stage' statements from build() and it should be fine. > On 04.08.2016, at 15:39, Roberto Aguilar wrote: > > Hello,

Re: strange job folders on Jenkins server

2016-08-04 Thread Daniel Beck
> On 04.08.2016, at 14:14, Ginga, Dick wrote: > > No they do not. Saving build.xml to disk can fail for a number of reasons, and without that file, the folder is not recognized as a build folder on Jenkins startup, and possibly not as a build folder for purposes

NodeJs Conitnuous Integration Continuous D

2016-08-04 Thread GBANE FETIGUE
Hey, Is anybody already create a CI/CD for NodeJS application, any document or sample to explains steps by steps will be welcome Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving

Re: Not loading node configuration page

2016-08-04 Thread Vijay Mali
Thanks Daniel. This worked for me. On Thursday, August 4, 2016 at 2:34:33 PM UTC+5:30, Daniel Beck wrote: > > Try updating the Credentials Plugin. > > > On 29.07.2016, at 14:54, Vijay Mali > wrote: > > > > I am trying to access node configuration page for configuring

Single Jenkinsfile, multiple architecture builds

2016-08-04 Thread Roberto Aguilar
Hello, I have a Jenkins master (x86_64 linux) and a slave (armv7l linux). I have labeled them "x86_64" and "arm" respectively. I have a Pipeline build triggering on Git push, and I would like the Jenkinsfile in the repo to build on both machines. I'm having trouble setting up my Jenkinsfile

RE: strange job folders on Jenkins server

2016-08-04 Thread Ginga, Dick
Thanks Baptiste, they are not actually empty but contain just changelog and build log files. I will be deleting them. Much Thanks to all…. From: bmat...@gmail.com [mailto:bmat...@gmail.com] On Behalf Of Baptiste Mathus Sent: Thursday, August 04, 2016 8:21 AM To:

RE: Re-2: strange job folders on Jenkins server

2016-08-04 Thread Ginga, Dick
Thanks Joe, we did upgrade to 1.625 sometime last year I think. These folder all seem to have dates around the end of July to first of Aug 2015. I do have discard old builds setup on all our builds and it works but it does not discard these. They are clearly old builds for those jobs from the

RE: strange job folders on Jenkins server

2016-08-04 Thread Baptiste Mathus
Yes. This changed in 1.597. See the changelog. More details in https://wiki.jenkins-ci.org/display/JENKINS/JENKINS-24380+Migration So those timestamped dirs might have been "forgotten" after the migration. Maybe something went wrong in the middle or something. If they're empty, just wipe them

RE: strange job folders on Jenkins server

2016-08-04 Thread Ginga, Dick
No they do not. I am wondering if a Jenkins changed or if there was a difference in 1.625.1 because I remember the builds folder having both numerical folders (3, 4, etc) and sym links to timestamped folders. My newer jobs just have the numerical folders. -Original Message- From:

Re: Performance issue of blue ocean with large job count

2016-08-04 Thread Daniel Beck
Pagination is currently being worked on and should be done in a week or two IIRC. I learned when I complained about the 100% CPU usage in some views :-) > On 28.07.2016, at 15:32, John D. Ament wrote: > > We have a large number of jobs in our jenkins. Very few of them

Re: Query regarding rebuild & its parameters

2016-08-04 Thread Ioannis Moutsatsos
You should check out the https://wiki.jenkins-ci.org/display/JENKINS/Rebuild+Plugin It allows you to change the previous parameters when you are setting up a job to be rebuild On Monday, August 1, 2016 at 6:37:12 AM UTC-4, Prasad Gutti wrote: > > Hi All, > > I am using Jenkins through LDAP

Re: setting build name while job is running using build-name-setter plugin

2016-08-04 Thread Ioannis Moutsatsos
I would assign the user ID to a build parameter. Then it would be available before the build starts On Tuesday, August 2, 2016 at 2:09:16 AM UTC-4, sivarajesh jarugula wrote: > > I have a jenkins page with multiple users running jobs simultaneously > the jenkins page can be logged in using LDAP

Re: The option to “Launch slave agents via Java Web Start” is missing from new node configuration

2016-08-04 Thread 'Björn Pedersen' via Jenkins Users
And check https://groups.google.com/forum/#!msg/jenkinsci-users/KsL2OasSLBY/zU-tYNJ4NgAJ, the TCP port is only available with security configured since 2.0. Am Donnerstag, 4. August 2016 13:14:03 UTC+2 schrieb Björn Pedersen: > > From the changelog (https://jenkins.io/changelog/): > Hide the

Re: The option to “Launch slave agents via Java Web Start” is missing from new node configuration

2016-08-04 Thread 'Björn Pedersen' via Jenkins Users
>From the changelog (https://jenkins.io/changelog/): Hide the Java Web Start launcher when the TCP agent port is disabled. (issue 36996 ) So check your setup and enable the TCP agent port. Björn Am Donnerstag, 4. August 2016 12:51:56 UTC+2

Re: The option to “Launch slave agents via Java Web Start” is missing from new node configuration

2016-08-04 Thread Kumar Dp
Sorry using Jenkin 2.16 On Thursday, August 4, 2016 at 4:17:48 PM UTC+5:30, Kumar Dp wrote: > > I'm trying to configure a salve using "Launch slave agents via Java Web > Start", but I see that option is not listed in the launch method. I'm using > Jenkins 2.14 version.OS: Linux

The option to “Launch slave agents via Java Web Start” is missing from new node configuration

2016-08-04 Thread Kumar Dp
I'm trying to configure a salve using "Launch slave agents via Java Web Start", but I see that option is not listed in the launch method. I'm using Jenkins 2.14 version.OS: Linux 3.8.13-68.3.4.el6uek.x86_64 Please help me to solve the issue -- You received this message because you are

Re: New version of Jenkins (*) is available for

2016-08-04 Thread 'Björn Pedersen' via Jenkins Users
Hi, why do you want to turn it off? It is an important hint to check wether relevant security and/or bug fixes have happend. If you are running an LTS version, then it should show up much less frequently (if keep your installation up to date). Björn Am Donnerstag, 21. Juli 2016 08:17:46

Re: Jenkins fresh install, can't create new job

2016-08-04 Thread Arnaud Héritier
Hi This is a bug affecting only users with a french locale It is fixed by upgrading the external monitor plugin to version 1.6 The bug is documented here : https://issues.jenkins-ci.org/browse/JENKINS-36875 On Tue, Jul 19, 2016 at 6:49 PM, Slide wrote: > Sounds

Re: ERROR: java.io.IOException: Failed to install ZAP_2.5.0_Linux.tar.gz

2016-08-04 Thread Daniel Beck
That URL is a redirect, and the tool installers only support that since Jenkins 2.4. > On 20.07.2016, at 08:08, Prakhash Sivakumar wrote: > > Hi all, > > I'm using Jenkins 1.626, When I try to install ZAP by pointing the repository > URL in the zaproxy plugin I'm getting

Re: New version of Jenkins (*) is available for

2016-08-04 Thread Daniel Beck
Configure an update site in Manage Plugins » Advanced that doesn't serve newer Jenkins versions. You'll have to create that yourself though. > On 21.07.2016, at 08:17, ernest.deb...@bitbar.com wrote: > > Hi, > > in Manage Jenkins there is a line: New version of Jenkins (*) is available > for

Re: Not loading node configuration page

2016-08-04 Thread Daniel Beck
Try updating the Credentials Plugin. > On 29.07.2016, at 14:54, Vijay Mali wrote: > > I am trying to access node configuration page for configuring or edit the > configuration of existing node but the page is not loading at all. > Can anyone help on this. > Thanks. > >

Re: Jenkins CLI, trouble installing plugin from local hpi

2016-08-04 Thread Daniel Beck
> On 28.07.2016, at 01:36, James Richard wrote: > > Manually uploading the files to the server works fine, I can > upgrade/downgrade and install any specific version without trouble. There is > only an issue when I use the Jenkins CLI Is that plugin bundled with

Re-2: strange job folders on Jenkins server

2016-08-04 Thread Jovan Jevric
After an jenkins Upgrade to version 1.6XXX I've noticed, that those folders, related to default build number/name has been changed in format. Eventually they have had the mentioned format before upgrade, pls. check the jenkins release notes. But anyway - would you mind to set up

Re: Can't receive build email notification from Jenkins

2016-08-04 Thread Mrinal Mukherjee
Did you check if the mails are ending up in the 'spam' folder? On Thu, Aug 4, 2016 at 6:25 PM, Martin wrote: > Hello, my console output shows that my project is built successful and > email was sent out too, but the recipients can't receive the emails. The > final output is:

Re: Multibranch Pipeline: How to parameterize?

2016-08-04 Thread Sverre Moe
I am using Pipeline Global Library along with Jenkinsfile. All build logic is in a centralized build script within Jenkins workflowLibs.git Setting properties to be used on branches: properties([[$class: 'ParametersDefinitionProperty', parameterDefinitions: [[$class:

Can't receive build email notification from Jenkins

2016-08-04 Thread Martin
Hello, my console output shows that my project is built successful and email was sent out too, but the recipients can't receive the emails. The final output is: channel stopped Email was triggered for: Always Sending email for trigger: Always Sending email to: ling...@gmail.com Finished: