Re: Pipeline build not stopping when stage marked as failed

2018-10-16 Thread Andrew Bayer
Hi - Ah, ok, I think the issue is that dependencyCheckPublisher is just setting the build result to FAILURE, but the step itself isn't failing, per se - it's not throwing an error. The Pipeline will only stop running subsequent steps if there's an actual error - it doesn't check build status for t

to get the code from the git

2018-10-16 Thread robert . rajendra
hi team i need to get the code from git this is what i have done so far node { stage('preperation') git branch: 'master', git 'https://github.com/robert-rajendra/test.git' } this is a public and what if i want to get the code from a private repo with the help of ssh keys Please

Re: Pipeline build not stopping when stage marked as failed

2018-10-16 Thread Paul D'Ambra
I'll try that today! Thanks so much for your time! P On Tue, 16 Oct 2018 at 08:57 Andrew Bayer wrote: > Hi - > > Ah, ok, I think the issue is that dependencyCheckPublisher is just setting > the build result to FAILURE, but the step itself isn't failing, per se - > it's not throwing an error. Th

Re: to get the code from the git

2018-10-16 Thread Ramanathan Muthaiah
On Tuesday, October 16, 2018 at 2:46:48 PM UTC+5:30, robert@ithands.biz wrote: > > hi team > i need to get the code from git this is what i have done so far > > node { > stage('preperation') > git branch: 'master', > git 'https://github.com/robert-rajendra/test.git' > > > } > > t

Jenkins Data Ffor Academic Research- Data Privacy Will be Protected with Contract

2018-10-16 Thread Ferda Özdemir Sönmez
Hi, I am a Ph.D. candidate. I am trying to build up a project using Jenkins data for a large size software development environment. The data may be in any format such as in database format , in XML files format. The data will be used to test some algorithms. We may think of paying a suitable amo

collect the result from pipeline triggered downstream jobs

2018-10-16 Thread Vassilena Treneva
Hey, I have been trying different ways to collect the result from pipeline triggered downstream jobs without any success. Any idea how to do it? Apprioach #1 - Mapping the build data trough Cause.UpstreamCause (as suggested here: https://groups.google.com/forum/#!topic/jenkinsci-dev/nNvy6YLgP58):

Script for backing up Jenkins

2018-10-16 Thread gotviseryon
Hello, We are using Open Source Jenkins. We want to backup the configuration and any changes happening in Jenkins everyday for recovery purpose. Is there any scripts available for this purpose? Jenkins is on Linux VM. -- You received this message because you are subscribed to the Google Gro

Re: Script for backing up Jenkins

2018-10-16 Thread Vladimir Zak
Hi, Try ThinBackup plugin. Vladimír Dne út 16. 10. 2018 15:33 uživatel napsal: > Hello, > > We are using Open Source Jenkins. We want to backup the configuration and > any changes happening in Jenkins everyday for recovery purpose. Is there > any scripts available for this purpose? Jenkins i

jenkins screenreader accessibility

2018-10-16 Thread Don Raikes
Hello, I am new to Jenkins and to this list. I am totally blind, and use a screenreader on windows to access the Jenkins web ui. I am finding a lot of areas where controls are just not well labeled so I can't figure out how to use jennkins. Also, I have discovered that much of the Jenki

Re: jenkins screenreader accessibility

2018-10-16 Thread Slide
I think this might be a great candidate for a SIG (Special Interest Group). I doubt you are the only one having issues and making Jenkins accessible is something that would be great. Are there any low hanging fruit that could be addressed to help you out in the short term? On Tue, Oct 16, 2018 at

Re: Script for backing up Jenkins

2018-10-16 Thread Sam K
Hi I have a backup mechanism in place. I have a second Jenkins instance and I've been using rsync in a cronjob to keep sending all config.xmls and basically everything except build information and artifacts to the backup Jenkins. It send the information every 2 mins. I remember testing it

Re: Script for backing up Jenkins

2018-10-16 Thread Adam von Nieda
I have a similar setup for Disaster Recovery, and rsync the entire stack. Works like a charm, and I’ve tested within the last week. -- Adam vonNieda a...@vonnieda.org > On Oct 16, 2018, at 11:05 AM, Sam K wrote: > > Hi > I have a backup mechanism in place. I have a second Jenkins insta

Re: Pipeline build not stopping when stage marked as failed

2018-10-16 Thread Paul D'Ambra
That worked perfectly, thanks P On Tue, 16 Oct 2018 at 10:40 Paul D'Ambra wrote: > I'll try that today! Thanks so much for your time! > > P > > On Tue, 16 Oct 2018 at 08:57 Andrew Bayer wrote: > >> Hi - >> >> Ah, ok, I think the issue is that dependencyCheckPublisher is just >> setting the bui

Re: System.InvalidOperationException : The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.

2018-10-16 Thread Gayathri
Can some help me on this. is there any way to add Microsoft Access Database Engine 2010 Redistributable .exe file to jenkins or using LINQToExcel how we can read while running test cases from Jenkins. On Wednesday, October 3, 2018 at 12:40:13 PM UTC-7, Gayathri wrote: > > I am using access d

[Event] DevOps World Jenkins World Nice, France

2018-10-16 Thread Alyssa Tong
Hello, A lot of us will be gathering at DevOps World Jenkins World Nice next week. There are lots of activities planned and discussions to be had. If you're in the area or nearby, pls stop by. The Hacktoberfest Day and Contributor Summit does are both free to attend, no conference ticket required.

Re: System.InvalidOperationException : The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.

2018-10-16 Thread mohan reddy
Hey Gayatri, Please reach me out for clarification -Mohan Reddy On Thu 4 Oct, 2018 01:10 Gayathri Katragadda, wrote: > I am using access data base engine to read data from excel data. from > visual studio i am able to run all the tests without any issue. but while > running from Jenkins i am g

Jenkins not creating terraform

2018-10-16 Thread adrian lee
Hi all, I have terraform installed in my usr/loca/bin. I have jenkins stored in as my server and I have created a workspace with k8_terraform_oci Inside this folder, i have created another folder and placed my code inside. So I then triggered a build using but I keep getting a [0m [1mIn

Shared groovy library frustration

2018-10-16 Thread Peter Berghold
Here is a tree of a very simple "library" I set up: ├── build.xml ├── manifest.mf ├── nbproject │ ├── build-impl.xml │ ├── genfiles.properties │ ├── groovy-build.xml │ ├── private │ │ ├── config.properties │ │ ├── private.properties │ │ └── private.xml │ ├── project.propertie

Changing Jenkins URL

2018-10-16 Thread Faad Sayaou
Hello everyone I changed Jenkins URL field to "jenkins-app.mywebsite.com" in the jenkins.model.JenkinsLocationConfiguration.xml file and I tried accessing it on the browser but to no avail. My goal is to set up a running Jenkins instance where everyone in the company can access it with the link.

Re: Jenkins not creating terraform

2018-10-16 Thread Jan Monterrubio
What are the permissions for the directory you’re launching this from? On Tue, Oct 16, 2018 at 14:14 adrian lee wrote: > Hi all, > > I have terraform installed in my usr/loca/bin. > > I have jenkins stored in as my server and I have created a workspace with > k8_terraform_oci > > Inside this fol

Re: Shared groovy library frustration

2018-10-16 Thread Jan Monterrubio
Are you missing the @Library import in your pipeline? Or does your shared library have a load implicitly declared? https://jenkins.io/doc/book/pipeline/shared-libraries/ On Tue, Oct 16, 2018 at 14:49 Peter Berghold wrote: > Here is a tree of a very simple "library" I set up: > > ├── build.xm

Using variables with a space in its name with Text File Operations plugin

2018-10-16 Thread t3knoid
I can't seem to get access to the value of a variable with a space in its name. I am trying to use the Text File Operations plugin. I tried the following formats: VMName,${ENV,var="Virtual Machine Name"} VMName,${Virtual Machine Name} I can only get this to work if I use a variable without spac

Testing shared libraries locally

2018-10-16 Thread Hari Phaneendra
Hi, I am looking for ideas on how to test shared libraries locally without having to push my changes to github and have my local jenkins point to the remote repo? Is it possible to setup jenkins to look for shared libraries on local absolute paths? -- You received this message because you are

Re: Testing shared libraries locally

2018-10-16 Thread James Fairweather
Why don't you want to go through GitHub? That workflow works really well in my experience. On Tue, Oct 16, 2018, 4:24 PM Hari Phaneendra, wrote: > Hi, > I am looking for ideas on how to test shared libraries locally without > having to push my changes to github and have my local jenkins point t

Re: Testing shared libraries locally

2018-10-16 Thread Paulo Diniz
Tks James. I can not post because, this is a private project for a private company in Brazil. Anyway, thanks for the attention. Excuse my english. It's more or less. Em terça-feira, 16 de outubro de 2018 20:49:24 UTC-3, James Fairweather escreveu: > > Why don't you want to go through GitHub?

Re: Using variables with a space in its name with Text File Operations plugin

2018-10-16 Thread t3knoid
I printed the environment using a SET command (I'm using Windows). It shows all the environment variables with spaces just fine. In fact, when I created a batch script with references to the variables, %Virtual Machine Name% for example, it evaluates correctly. This sounds more like a bug in th

curl syntax to send and receive REST Service API response (xml) from jenkins

2018-10-16 Thread panneerrselvam natarajan
Hi All, I need to execute the test suite using jenkins pipeline, The test suites which has developed using pega (REST service API). Please do let me know syntax to get the xml based response. Regards Panneer -- You received this message because you are subscribed to the Google Groups "Jenki

Re: Testing shared libraries locally

2018-10-16 Thread Jan Monterrubio
We unit test ours: https://relaxdiego.com/2018/02/jenkins-on-jenkins-shared-libraries.html On Tue, Oct 16, 2018 at 18:24 Hari Phaneendra wrote: > Hi, > I am looking for ideas on how to test shared libraries locally without > having to push my changes to github and have my local jenkins point to

Re: curl syntax to send and receive REST Service API response (xml) from jenkins

2018-10-16 Thread Jan Monterrubio
Do you know how to get the response with just curl? If so I think you can have a step in the pipeline that’s a script curl YOUR_OTHER_STUFF’ pipeline { agent any stages { stage('Example') { steps { curl 'Your call here' } }

Re: curl syntax to send and receive REST Service API response (xml) from jenkins

2018-10-16 Thread panneerrselvam natarajan
Hi , Thanks for your response. I am expecting complete curl statement (syntax ) for request and xml response. Regards Panneer On Tuesday, October 16, 2018 at 8:08:55 PM UTC-7, panneerrselvam natarajan wrote: > > Hi All, > > I need to execute the test suite using jenkins pipeline, The test su