Hello All,
I am trying to render plot (Load from CSV) in the jenkins pipeline job
(scripted pipeline job) . But it showing empty plot .
Can anyone please provide the exact right *pipeline syntax *for the Plot .
I have also tried the below format to plot the build data from CSV. Can
anyone p
Run the job every day, and as the first step check to see if it's been 35
days before continuing. This is fairly standard practice for cron jobs in
general.
On Friday, April 19, 2019 at 12:32:44 PM UTC-4, sgud...@gmail.com wrote:
>
> Hi,
>
> I want to run a job after every 35 days in jenkins. H
https://stackoverflow.com/questions/32111825/jenkins-how-to-set-authorization-on-project-basis
On Tuesday, April 23, 2019 at 7:16:12 AM UTC-4, Kiran Sonawane wrote:
>
> Hey,
>
> I'm Using Role base-Strategy for managing multiple jobs. but in manage
> options it only gives read permission which en
It worked for me.
First step I setup the Java settings adding the location of the java binary
Then I changed the jenkinsfile adding the JDK option
pipeline {
agent any
tools {
maven 'Default'
* jdk 'Default'*
}
:
On Monday, February 19, 2018 at 11:16:
Check the jenkins rc.d startup script. For me, on CentOS, the parms are
being loaded from /etc/sysconfig/jenkins.
On Wednesday, April 10, 2019 at 5:27:36 PM UTC-4, kripa joy wrote:
>
> Hi
> How do you pass an environment variable to jenkins when its run as a
> service in linux machine?
> I have
Hi Rich,
Thanks, it's worked. please let me know your availability so that we can
have a discussion about the dot net build and deployment automation.
On Thu, May 9, 2019 at 1:18 AM Rich Stephens wrote:
>
> It's exactly the same. You use the MSBuild plugin. I am using it to
> build a C/C++