getting error when trying to configure Jenkins with PTC Integrity

2017-04-10 Thread hector . magnanao
I'm having a problem trying to configure Jenkins with our PTC Server. We get this error when we try to test the connection from our Jenkins client. Below are the Jenkins settings: Jenkins version: 1.631 JAVA version: JDK1.8.0_74 PTC Version: 10.6 Stack trace javax.servlet.ServletException:

anonymous user can cancel job

2016-06-09 Thread Hector Magnanao
I have a matrix user setup on Jenkins. I have disabled the permission for anonymous to be able to cancel a job. But when I see the jobs as anonymous, I'm still able to cancel a running job. Is there a way to prevent the anonymous user to be able to cancel a job ? -- You received this mess

Re: Need help with slave/master setup

2016-05-10 Thread Hector Magnanao
I'm on Windows 2008 Internet Explorer On Sunday, May 8, 2016 at 7:41:51 PM UTC-5, Mark Bidewell wrote: > What OS/ Browser are you using? > > On Wednesday, May 4, 2016 at 3:22:23 PM UTC-4, Hector Magnanao wrote: >> >> I'm running into a problem when I'm

Need help with slave/master setup

2016-05-04 Thread Hector Magnanao
I'm running into a problem when I'm trying to setup a slave machine. In the middle of setting up the slave, I try to launch agent from browser on slave, I get a pop-up window asking me to open or save slave-agent.jnlp. I'm not sure what to do at this point. If I try to open it, I get some

Parameter passing

2016-04-29 Thread Hector Magnanao
All, I am using PTC Integrity as my SCM tool and I'm on Jenkins 1.625.2 on Windows. I'm trying to pass a parameter to the field for 'Integrity Project' and I can't seem to make it work. Is there a way to pass a parameter to the Integrity Project field to be able to pick the correct developme

build trigger condition on checkin

2016-04-27 Thread Hector Magnanao
Hi, I'm using Jenkins 1.625.2 on Windows and I was wondering if there was a way to trigger a build only on certain file types. Right now my build runs on every checkin and I'd like to narrow it to down to a few type of checkins. thanks, -- You received this message because you are subscribed

aborting the build not working

2016-04-12 Thread Hector Magnanao
I'm trying to use the abort build if it's stuck option in the build section of my Jenkins job. I set the 'Time out Strategy' to 'Absolute' and I set the timeout option to 5 minutes for a job that I know takes more than 5 minutes. And I set the action to Abort the Build. And my job goes past 5

Preventing jobs from executing

2016-04-12 Thread Hector Magnanao
Is there a way in Jenkins to prevent jobs from executing if a another job that it is not dependent on is already running ? I didn't see any options like that in the build section. in other words, I want to hold a job from running while another job that it is not dependent on is already running

Re: Calling a job from another Jenkins job with Parameters

2016-04-12 Thread Hector Magnanao
play/JENKINS/Parameterized+Trigger+Plugin? > > Cheers > > On Thursday, 7 April 2016 22:04:06 UTC+1, Hector Magnanao wrote: >> >> I have a job that needs to call a post build job with parameters. When >> I try to make the call with parameters, it gives me an error

Calling a job from another Jenkins job with Parameters

2016-04-07 Thread Hector Magnanao
I have a job that needs to call a post build job with parameters. When I try to make the call with parameters, it gives me an error. How do I set this up inside Jenkins ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

Re: jenkins home directory

2016-04-06 Thread Hector Magnanao
and that you need that directory to stay there (I mean you should > not be deleting the whole directory). > > Bye for now, > *Gurusharan S.* > > On Mon, Feb 29, 2016 at 9:09 PM, Hector Magnanao > wrote: > >> Hi Gurusharan, >> >> Yes, I followed the exac

Re: Polling question

2016-03-21 Thread Hector Magnanao
r build >> >> On Friday, 18 March 2016 17:06:26 UTC, Hector Magnanao wrote: >>> >>> In Jenkins, if I have a polling schedule every 15 minutes on a job, >>> does Jenkins know not to run the job again if the same job is still running >>> after 15 min

Scheduling question

2016-03-19 Thread Hector Magnanao
I have 3 jobs - A, B, and C. I want to poll B but whenever B needs to run, it has to run A first before it can run itself. After B finishes, then run C. How can I setup this type of job schedule ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" g

Polling question

2016-03-19 Thread Hector Magnanao
In Jenkins, if I have a polling schedule every 15 minutes on a job, does Jenkins know not to run the job again if the same job is still running after 15 minutes ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this gro

Re: Label question

2016-03-18 Thread Hector Magnanao
at 2:39:26 PM UTC-6, Mark Waite wrote: > You'd need to ether submit a pull request to the plugin with the > implementation of the labeling, or you'd need to find someone to do that > for you. You might also be able to negotiate with the plugin maintainer. > > Mark Waite &

Re: Label question

2016-03-09 Thread Hector Magnanao
bel (or tag) versions in a code base after a > successful build. > > Mark Waite > > On Wed, Mar 9, 2016 at 8:52 AM Hector Magnanao > wrote: > >> Hi, I would like to apply a version label to all the files in my code >> base after a successful build. Is there a

Label question

2016-03-09 Thread Hector Magnanao
Hi, I would like to apply a version label to all the files in my code base after a successful build. Is there a plugin in Jenkins that does this process ? Or does this have to be done as a post build step per version control tool ? I'm using Integrity as my version control tool. -- You receiv

Adding changed files in the email content

2016-03-01 Thread Hector Magnanao
Is there a way to customize my emails after a build to contain the files that have been modified in the workspace ? I'd like to see basically: Date file was changed Who changed it Filename -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To u

Re: how do i deactivate a build step without deleting

2016-03-01 Thread Hector Magnanao
thanks. exactly what I need On Tuesday, March 1, 2016 at 11:10:18 AM UTC-6, slide wrote: > > There is not unless you use the conditional build step plugin. > > On Tue, Mar 1, 2016 at 10:04 AM Hector Magnanao > wrote: > >> Is there a way to deactivate a post-build step so

how do i deactivate a build step without deleting

2016-03-01 Thread Hector Magnanao
Is there a way to deactivate a post-build step so that it doesn't execute without having to delete it ? I want to be able to keep the code in the build step so that I can activate it later if I need it. -- You received this message because you are subscribed to the Google Groups "Jenkins User

Re: Build history problem

2016-02-29 Thread Hector Magnanao
the JENKINS_HOME env variable? > You can find further details about that process: > > - https://wiki.jenkins-ci.org/display/JENKINS/Administering+Jenkins > > Cheers > > On Monday, 29 February 2016 17:09:32 UTC, Hector Magnanao wrote: >> >> I was recently trying to move my

Build history problem

2016-02-29 Thread Hector Magnanao
I was recently trying to move my home directory for Jenkins to a new folder when I discovered that all my build history is gone. How do I recover the build history for my past builds ? I am running Jenkins 1.625.2 on Windows 2008 R2. -- You received this message because you are subscribed to

Re: jenkins home directory

2016-02-29 Thread Hector Magnanao
help troubleshoot. > > Regards, > Gurusharan S. > On Feb 27, 2016 3:16 AM, "Hector Magnanao" > wrote: > >> I followed the steps above but when I verified, the old home directory is >> still showing up. How do I change the home directory for my login in >>

Re: jenkins home directory

2016-02-26 Thread Hector Magnanao
> > > On Friday, 19 February 2016 21:21:59 UTC+5:30, Hector Magnanao wrote: >> >> How do I change the home directory for Jenkins without having to >> reinstall ? And how do I verify the new home directory once it's changed ? >> > -- You received this

Jenkins is stuck when filling up the workspace

2016-02-26 Thread Hector Magnanao
I'm using PTC Integrity Client as my SCM tool. I have a repository that has over 14000 files. When I start build, it cleans the workspace and then proceeds to populate. But when the folder has about 1 files in it, Jenkins doesn't seem to fill it up anymore, and doesn't proceed to start

Re: Jenkins CLI

2016-02-26 Thread Hector Magnanao
I was able to run my job after I gave myself the right permissions. But now it can't find jobs with spaces in the name. How do I get around this ? I tried putting the job name in single quotes. On Friday, February 26, 2016 at 9:27:10 AM UTC-6, Hector Magnanao wrote: > > I

Re: Jenkins CLI

2016-02-26 Thread Hector Magnanao
I'm using my own login and password. Do I have to run the command in the same directory as the build jobs ? On Thursday, February 25, 2016 at 12:29:23 PM UTC-6, James Nord wrote: > > > On Wednesday, February 24, 2016 at 4:21:36 PM UTC, Hector Magnanao wrote: >> >> I&#

Jenkins CLI

2016-02-24 Thread Hector Magnanao
I'm trying to use the Jenkins CLI in Windows by issuing the command: java -jar Jenkins-cli -s build 'test' and it keeps returning an error saying no such job ''test'' I know that the job exists so can someone tell me what I could be doing wrong ? -- You received this message because you are s

Disabling job steps

2016-02-22 Thread Hector Magnanao
In Jenkins, Is there a way to disable a build job step without having to delete the whole step ? For example, if I wrote a long script as a build job step, I want to be able to disable it instead of having to delete it in case I want to use it again. I don't want to lose the whole script and

setting security to ldap

2016-02-19 Thread Hector Magnanao
Currently, I am using Jenkins own user database for access. How do I change access to use ldap accounts instead of Jenkins user database ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving email

jenkins home directory

2016-02-19 Thread Hector Magnanao
How do I change the home directory for Jenkins without having to reinstall ? And how do I verify the new home directory once it's changed ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving email

Re: Polling in Jenkins

2016-02-16 Thread Hector Magnanao
here. > > > > *From:* jenkins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] *On Behalf Of *Hector Magnanao > *Sent:* February-16-16 15:43 > *To:* Jenkins Users > *Cc:* m...@beckweb.net > *Subject:* Re: Polling in Jenkins > > > > I tried

Re: Polling in Jenkins

2016-02-16 Thread Hector Magnanao
ges immediately, and don't require Jenkins to poll all the > time (which as you can imagine, doesn't scale well). > > On 16.02.2016, at 19:06, Hector Magnanao > > wrote: > > > I'm using Jenkins 1.625.2 > > > > How do I setup polling in Jenkins so

Polling in Jenkins

2016-02-16 Thread Hector Magnanao
I'm using Jenkins 1.625.2 How do I setup polling in Jenkins so that my build will execute whenever a file is checked in ? I tried to setup polling but when I choose Poll SCM, it asked for a schedule. Do I have to put in a schedule or is there a way to setup polling without schedule ? I want my

Re: Hiding login and password credentials

2016-02-16 Thread Hector Magnanao
my environment is Jenkins 1.625.2 on Windows Server 2008 On Monday, February 15, 2016 at 11:34:17 AM UTC-6, Hector Magnanao wrote: > > Is there a way for me to hide my login and password credentials to my > source code management tool when I have to call it from a powershe

Re: Hiding login and password credentials

2016-02-15 Thread Hector Magnanao
dentials+Plugin > - Mask password: > https://wiki.jenkins-ci.org/display/JENKINS/Mask+Passwords+Plugin > > I hope it helps. > > On Monday, 15 February 2016 17:34:17 UTC, Hector Magnanao wrote: >> >> Is there a way for me to hide my login and password credentials to my

Hiding login and password credentials

2016-02-15 Thread Hector Magnanao
Is there a way for me to hide my login and password credentials to my source code management tool when I have to call it from a powershell script ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiv

Applying labels to codebase using PTC Integrity

2016-02-15 Thread Hector Magnanao
Is there a way to apply labels on the whole codebase after a successful build in Jenkins ? Is there a plugin for this or do I have to write a separate script in the post-build step ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscr

labels using PTC Plugin

2016-02-02 Thread hector . magnanao
I'm using the PTC Plugin in Jenkins. Is there a way to apply labels to the whole codebase when the build is successful ? I would like the label to move automatically to latest versions of code only when the build is successful. -- You received this message because you are subscribed to the