Re: build status UNstable

2019-03-07 Thread RAJENDRA PRASAD
jenkins changes build status based on builid history . [image: image.png] [image: image.png] In order change the build status you need to delete the build history Dont do this if you want to retain the build histroy for some purpose. If you are ok o delete the build history You can use followin

Re: how to enable only required view when logged through different user not admin

2019-03-07 Thread RAJENDRA PRASAD
Have you installed required plugins and configured properly? Please recheck again Thanks, Rajendra On Fri, 8 Mar, 2019, 09:37 Archana Srichandan, wrote: > Hi, > > Have refered the same only issue when i login as separate user i am able > to view the default view which holds all the project job

Re: how to enable only required view when logged through different user not admin

2019-03-07 Thread Archana Srichandan
Hi, Have refered the same only issue when i login as separate user i am able to view the default view which holds all the project job,i want set projectwise login with projectwise view for the logged in user. Regards, Archana Srichandan On Thu, Mar 7, 2019 at 10:29 PM RAJENDRA PRASAD < rajendra

Jenkins Declarative Pipeline: Lock multiple stages using NODE_NAME as resource.

2019-03-07 Thread Dusan Nikolov
Hi, I'm trying to lock multiple stages in a pipeline and would like to use NODE_NAME as the resource. Purpose is to allow multiple parallel executions of the pipeline on different available nodes, but to make a node unavailable while it's used by one running pipeline instance. Now, the trick is

Locking multiple stages with NODE_NAME based lock

2019-03-07 Thread Dusan Nikolov
Hi, I'm trying to figure out how/if it's possible to create a lock that will guard multiple stages of a pipeline execution, based on the NODE_NAME on which they are supposed to execute. I tried putting the lock in the options block of the surrounding stage, but this throws an error because opt

build status UNstable

2019-03-07 Thread Jagadeesh Gudavalli
Build step 'Publish JUnit test result report' changed build result to UNSTABLE guys i am facing this issue, can i know how can i resolve.. Thanks in Advance Jagadeesh Gudavalli. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Build Triggers - Build periodically plugins

2019-03-07 Thread Andrew Poage
Hi, Anyone know of any plugins that can replace the cron job scheduler with simpler more robust scheduler. Essential looking to run jobs every 2nd and every 4th Saturday of the month. Since that tends to fluctuate a lot using the cron scheduler gets pretty dicey. -- You received this message

Re: Is there a trim method in the string parameter ?

2019-03-07 Thread Victor Martinez
It seems it's solved: - https://issues.jenkins-ci.org/browse/JENKINS-47115 What version of declarative do you use? -- 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 e

Re: One Jenkins, Multiple Kubernetes Clusters

2019-03-07 Thread Steve Garrett
Yes, for me it was that the pod wasn't defined properly in the cloud configuration within Jenkins and all seems to be right. I just need to expose the jnlp ports outside the cluster so the jnlp container can communicate with Jenkins in the other cluster. Thanks for your help, appreciate it Steve

Jenkins Pipelines: Use jx-release-version

2019-03-07 Thread Sverre Moe
I read the CloudBees blog on jx-release-version. > > x-release-version calculates the next version number based on the current > Git tag, or current specified version on pom.xml/Makefile https://www.cloudbees.com/blog/automatically-versioning-your-application-jenkins-x It looks interesting to de

Re: One Jenkins, Multiple Kubernetes Clusters

2019-03-07 Thread Liejun Tao
kubectl describe pod would tell why the pod can't start. If you are using private registry, "pull image secret" is required. Sometimes a manual "docker logout" on the worker node help with image pull. On Thu, Mar 7, 2019 at 12:05 PM Steve Garrett wrote: > Hi, was able to figure that out, thanks

Re: One Jenkins, Multiple Kubernetes Clusters

2019-03-07 Thread Steve Garrett
Hi, was able to figure that out, thanks for your help there. Now I get a different problem. My pod gets created now on the right cluster but it seems to fail to pull the image. When I go onto any of the worker nodes I'm able to do a docker pull and it works just fine. What am I doing wrong? Th

Re: One Jenkins, Multiple Kubernetes Clusters

2019-03-07 Thread Steve Garrett
Hi, in the podTemplate, I'm using scripted jenkinsfiles so does that still apply? I've never seen a cloud parameter before. Thanks, Steve On Thursday, March 7, 2019 at 4:42:24 AM UTC-5, Carlos Sanchez wrote: > > are you creating pod templates in UI or in pipeline? > > in UI is just a matter

Re: how to enable only required view when logged through different user not admin

2019-03-07 Thread RAJENDRA PRASAD
Following link has answer for question: https://stackoverflow.com/questions/8323129/jenkins-restrict-view-of-jobs-per-user Rajendra On Thu, 7 Mar, 2019, 19:46 Archana Srichandan, wrote: > Hi All, > I want teams only to view there projects rather than all the projects(as > in admin case),but i

Re: Unable to ssh and tail device logs from the Jenkins

2019-03-07 Thread Darin Duphorn
I figured out the issue. I wasn't using the full path in my command. Once I updated that Jenkins was able tail the logs. On Thu, Mar 7, 2019 at 10:50 AM Darin Duphorn wrote: > > Hello, It's my first day in the "Jenkins Users" group. > > I've been struggling with tailing device logs when ex

Redirect 8080 request 443

2019-03-07 Thread Raghav
HI All, I am new tjenkins. 1. Currently my Jenkins applicaiton running on port 8080 default port. 2. Apached installed and configured for jenkins which is running on 443 Right now i am able to access jenkins on both 8080 and 443 port. but 8080 port is not secure. Please hlep me how to redirect

Unable to ssh and tail device logs from the Jenkins

2019-03-07 Thread Darin Duphorn
Hello, It's my first day in the "Jenkins Users" group. I've been struggling with tailing device logs when executing a Jenkins build. My code works through Maven, but the tail returns null when executing the same test from Jenkins. Is there a plug in that will help me with this? Flow: Jenkin

Re: Warnings Next Generation Plugin with CodeWarrior

2019-03-07 Thread Ullrich Hafner
> Am 07.03.2019 um 13:10 schrieb Gavin Nottage : > > I started to work on adding the help text as suggested, but have got very > confused. I'm an embedded C programmer and while Java is mostly > understandable, I haven't found a suitable guide for contributing to existing > plugins. I have so

how to enable only required view when logged through different user not admin

2019-03-07 Thread Archana Srichandan
Hi All, I want teams only to view there projects rather than all the projects(as in admin case),but i am able to view "All view " when i login with a different user giving the details of all the listed jobs. can i get a suggestion? Regards, Archana Srichandan -- You received this message because

Re: Warnings Next Generation Plugin with CodeWarrior

2019-03-07 Thread Gavin Nottage
I started to work on adding the help text as suggested, but have got very confused. I'm an embedded C programmer and while Java is mostly understandable, I haven't found a suitable guide for contributing to existing plugins. I have some experience with git, but Maven is all new to me. Whatever

Re: admin password issuee

2019-03-07 Thread P Peterse
Then Theresia are no credentials in Jenkins anymore. You have time setup the credentials again. Op do 7 mrt. 2019 06:15 schreef Archana Srichandan < archana.srichan...@4tigo.com>: > have tried the same after that when how do i login to UI and what should > be my login credeantial?? > > Regards, >

Different values for Run Parameter collapse in the same job execution

2019-03-07 Thread Joan Tomàs-Buliart
Hi, we are using Run Parameter in some of our jobs and we are migrating them to declarative pipeline. We have noticed that, when we trigger the job with different run parameter, all the jobs on the queue are collapsed to just one. I assume that Jenkins, in order to decide if 2 jobs could be col

Re: One Jenkins, Multiple Kubernetes Clusters

2019-03-07 Thread Carlos Sanchez
are you creating pod templates in UI or in pipeline? in UI is just a matter of assigning different labels to different pod templates in different clouds in pipeline you can pass an argument "cloud" to podTemplate On Wed, Mar 6, 2019 at 8:23 PM Steve Garrett wrote: > Hi, > > I'm trying to use mu

Able to view builds and configuration without being login as any specific user or admin

2019-03-07 Thread Archana Srichandan
Hi All, i am able to login as admin ,i can also see the jobs and builds without being login with any user. Is it possible in jenkins?? Regards, Archana Srichandan -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group