Jenkins CI CD pipeline for Auto genarate a Single Executable Windows Installaer (Windows .exe file) from a Angular Electron Desktop Application

2022-08-18 Thread Pritam Roy
Hi Guys, Do you have any idea about How will the Jenkins CI/CD pipeline look like, for Auto genarate a Single Executable Windows Installaer (Windows .exe file) from a Angular Electron Desktop Application? I've already Done the Build of Electron App from Angular projects in my Jenkins CI/CD. Th

Re: VMWare Compatibility

2018-02-28 Thread Bob Roy
een upgrading our infrastructure to ESXi 6.5 having VM's consisting > of mostly Ubuntu 14.04/16.04 systems as well as a few CentOS 6/7 systems > that are running without issue. Some are still running the pre-6.5 > compatibility modes and all work just fine. > > > > >

VMWare Compatibility

2018-02-26 Thread Bob Roy
We are going to upgrade the VM server Jenkins is hosted on to VMWare V6.5. Does anyone know if JIRA 7.4 works OK with VMWare V6.5? and VM "hardware version" 13? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group an

Re: How works age calculation

2016-08-06 Thread Soumyajit Roy
Did you manage to get it solved? I am also facing the same. The age of failed tests are always 1. On Monday, 5 September 2011 21:51:53 UTC+8, Tomek Sniadach wrote: > > Hi, > can someone explain me how the age of failed build will be calculated? I > have some build based on other build and they s

Age of failed test is always 1

2016-08-06 Thread Soumyajit Roy
Hi, I am using Jenkins 1.624 and Junit plugin 1.15. I use Publish Junit test result report as post build action. But somehow the "Age" of same failed tests across the builds are always 1. Thanks, Soum -- You received this message because you are subscribed to the Google Groups "Jenkins User

Re: URGENT REQUIREMENT:Mobile Application Develeoper ,San Jose , CA.

2015-04-01 Thread Roy Nielsen
Hello, Thank you for considering me as a candidate. Unfortunately I don't currently have experience with mobile probramming. Regards, -Roy On Wed, Apr 1, 2015 at 10:31 AM, prathyushaaesinc chowdary < prathyushaaes...@gmail.com> wrote: > HI……. > > Hope you are doing good

Downstream trigger for Maven Jobs

2015-02-02 Thread Rémi Roy
Hi everyone, I have a project with multiple sub project than I want to build separately. Fo that I created multiple jobs and I checked the Build whenever a SNAPSHOT dependency is built for all my jobs. On the main page of my job I can see all Upstream and Downstream related to my job. My ex

How to make Jenkins use already existing environment variables set on a slave node?

2013-10-09 Thread siddharth roy
I am making use of a batch script that is supposed to run on a slave node, which makes use of *Sahi*. The environment variable for Sahi is set as '* SAHI_HOME*' on the node. When I run the batch I figure out, it is not able to locate Sahi classes. How do I enforce Jenkins to make use of environme

Re: Clearcase Error when starting view

2013-03-01 Thread roy . duff
Steve, That was my problem. I went to the Windows Services list, double-clicked on the Jenkins service and under the "Log On" tab I was able to change the user to one that has access to my Clearcase View. Now it's all working. Thanks for the help! -Roy On Thursday, Febr

Clearcase Error when starting view

2013-02-28 Thread roy . duff
from the DOS prompt it returns with no errors. Could this be happening because I'm running as a different user in Jenkins who doesn't have permission to access the view file? I tried running a job that just executes "set" to see the environment properties and it says the

Re: Send over ftp only changed scm files

2012-06-12 Thread Roy
I have jenkins installed in a server and create a job that every commit in svn I want to send changed files over ftp, Maybe what i need is some plugin that copy svn changed files to a temp dir after that I can send this files over ftp. Now can you understand? Thank you Roy On Jun 12, 3:16 pm

Send over ftp only changed scm files

2012-06-12 Thread Roy
There are some way to do that? I'm trying to do find some plugin or solution since yesterday. Can someone help me?