Re: How to get username of users logged in jenkins in logs?

2018-04-04 Thread Long Tran
How about User variables plugin ? Vào 06:43:30 UTC+7 Thứ Sáu, ngày 30 tháng 3 năm 2018, payal halder đã viết: > > How to get username of users logged in Jenkins in logs? > Audit Trail plugin is not helping with username > -- You r

Builds run on slave survive after master-slave connection get disconnected ?

2018-04-04 Thread Long Tran
I'm using Jenkins 2.89.2 and have few slaves, when I run job on a slave, if the master-slave connection get disconnected (network fails or something), job build will be fail, how can it survive from that ? Slave is launch by method launch via Java Web Start and get installed as Windows service.

Re: Prevent using machine when Jenkins is running job

2018-01-02 Thread Long Tran
> Would it reduce the risk of use if you locked the screen of the computer > while it is being used with a Jenkins job? I believe there are programs > and scripts which will allow you to lock the screen and unlock it. > People see the lock screen and don't really know that machine is running

Re: Easiest way to control local machine?

2018-01-02 Thread Long Tran
> > 1. Runs a command (e.g. batch-file) on my local machine "programX.exe > -flag > Restrict this job to run only on your local machine. Add any string parameter you want, then in batch command just call them "programX.exe -flag %PARAM% > 2. That program will output a few csv files > 3. Up

Re: Exclude files and/or path in the build

2017-12-28 Thread Long Tran
You can edit the description of the build. -- 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 email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion

Prevent using machine when Jenkins is running job

2017-12-28 Thread Long Tran
Hi all, I have a Jenkins slave that will run some jobs, this machine must not be used manually by people when it's running Jenkins job ( because it may affect some metrics of the build ) Is there any solution that I can achieve this requirement ? My current solution: I created a job that show