Security concern for Gitlab webhook token to Jenkins

2020-03-18 Thread Jheison Rodriguez
currently I'm using a webhooks token for trigger Jobs from GitLab to Jenkins, I have a global user so a token set up for all project something like this: https://USERID:APITOKEN@JENKINS_URL/project/YOUR_JOB Additionally, when I create a

[EVENT]: Calling for Jenkins submissions

2020-03-18 Thread Alyssa Tong
Hi All, DevOps World , formerly known as DevOps World | Jenkins World, is now accepting Jenkins submissions . Jenkins still play an important role in this conference - there will be Jenkins

Re: Cancel Job aborts Agent Connection (JNLP)

2020-03-18 Thread Mark Waite
Did you upgrade the agent.jar that is used on your Jenkins agents? Most connections launched from an external process (JNLP) will keep a local copy of the agent.jar file. That local copy may be outdated and need an update. Especially in a jump of 50 or more versions. That is a one year jump in

Re: How can i execute shell scripts from Jenkins ?

2020-03-18 Thread Siddhesh Malpani
Mohan, Yes of course you can do that. Simply ad the shell script file name in the 'Execute Shell' step as explained by Derek. Remember that you've give the path of your file relative to your workspace directory. Suppose your worskapce dir is 'build-dev' and the shell script 'patch.sh' is

Dashboard on Jenkins

2020-03-18 Thread Anil Kulkarni
Hi, I am looking for a way to display the status/statistics of Jenkins jobs on a weekly basis. Here are my requirements: 1. Execution status interms of Job - Status, Weather, Last Success, Last Failure, Last duration..All these are currently accomplished using Dashboard View plugin. It

Re: How can i execute shell scripts from Jenkins ?

2020-03-18 Thread Braj Mohan
Hi Derek Brown, Can i directly call my .sh file into build section. Thanks On Wednesday, 28 September 2011 01:49:58 UTC+5:30, Derek Brown wrote: > > Create a Jenkins job, ( i created a free-style software project) > In the configuration of that job there is a "Build" section with "Add >

Re: JNLP slave with fixed TCP port.

2020-03-18 Thread Swati Mishra
Hi Karl, did you find any solution to this issue? On Friday, August 18, 2017 at 9:33:45 AM UTC-4, Karl Tyss wrote: > > Hello all, > > > > I am trying to configure a Windows slave that is behind a Firewall. To do > this I set the TCP port for JNLP agents to a fixed value. I chose an unused >

Cancel Job aborts Agent Connection (JNLP)

2020-03-18 Thread JuBo
We run Jenkins 2.107.2 / 2.107.3 on Debian Linux server and >50 agents with linux, Win7, Win10 connected via JNLP. Sometimes we use the possibility to cancel running jobs interactively without problems. When upgrading the Jenkins server to 2.150.3 (and 2.176.2 and more recent releases) and