Re: Email not sent to users with no permission to view jobs

2017-04-03 Thread Trever
Thank you very much. I missed that in the release notes. :/ On Monday, April 3, 2017 at 2:20:55 PM UTC-7, slide wrote: > > This is in regards to a security advisory. Check email-ext's wiki page for > more information. > > On Mon, Apr 3, 2017, 14:13 Trever > wrote: > >>

Re: Email not sent to users with no permission to view jobs

2017-04-03 Thread Slide
This is in regards to a security advisory. Check email-ext's wiki page for more information. On Mon, Apr 3, 2017, 14:13 Trever wrote: > I'm seeing messages in failing job console that emails are not getting > sent to some users because they have no permission to view

Email not sent to users with no permission to view jobs

2017-04-03 Thread Trever
I'm seeing messages in failing job console that emails are not getting sent to some users because they have no permission to view the project. However I've configured at the Jenkins configuration to allow those users permissions. I'm using Github Oauth authentication and Project-based Matrix

remote job monitoring failure after upgrade

2017-04-03 Thread Adrian Nye
Hi all, I was successfully monitoring cron jobs using the “External Monitor Job Type Plugin” with Jenkins.1.65. I just upgraded to Jenkins 2.51, extracted the jar files from the war file as instructed on the plugin wiki page, and copied them to the remote system where the cron job runs,

Re: Does Jenkins on Windows still require UnxUtils or Win-Bash?

2017-04-03 Thread Mark Waite
I've never installed UnixUtils or WinBash (or cygwin) on any of my Windows agents. I do install command line git, which already provides some Unix-like commands, but I don't intentionally rely on the bash shell or other Unix-like commands that are part of command line git for Windows. I don't

Does Jenkins on Windows still require UnxUtils or Win-Bash?

2017-04-03 Thread Pheckphul
The Jenkins wiki page for installing Jenkins states "Since Jenkins was written to work on unix-like platforms, some parts assume the presence of unix-utilities. It is advised to install these as well on Windows." It goes on to

Re: when will the docker jenkins be at LTS version?

2017-04-03 Thread Carlos Sanchez
"jenkins" image is published by Docker team on our request, and it takes them some time See https://github.com/jenkinsci/docker/pull/454 You are better today using jenkinsci/jenkins:lts that is automatically built and published On Monday, April 3, 2017 at 6:14:56 PM UTC+2, Mark Waite wrote: >

Re: when will the docker jenkins be at LTS version?

2017-04-03 Thread Mark Waite
I think I've understood the steps you're using. I suspect you pulled the official image from Docker as: docker pull jenkins docker run --rm -i --publish 8080:8080 jenkins:latest That seems perfectly reasonable to me, and I confirmed that (as you said) it is running Jenkins 2.32.3. I believe

Re: when will the docker jenkins be at LTS version?

2017-04-03 Thread Mark Waite
The Dockerfile was updated to 2.46.1 a few days ago. I ran: docker pull jenkinsci/jenkins:lts docker run --rm -i --publish 8080:8080 jenkinsci/jenkins:lts and was able to confirm that it is running 2.46.1 for me. Can you provide more description of the steps you're using? Mark Waite On Mon,

when will the docker jenkins be at LTS version?

2017-04-03 Thread Marlene Cote
The LTS version of Jenkins is 2.46.1, but the docker version is 2.32.3. When will 2.46.1 be available from docker, please? thanks, Marlene -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails

Re: Jenkins timezone weird behaviour

2017-04-03 Thread maxim . chouinard
the jenkins docker image transpose JAVA_OPTS to JAVA_ARGS exec java "${java_opts_array[@]}" -jar /usr/share/jenkins/jenkins.war " ${jenkins_opts_array[@]}" "$@" sorry for the confusion On Monday, April 3, 2017 at 11:23:07 AM UTC-4, maxim.c...@ingeno.ca wrote: > > Hi guys, > >I've got some

Re: Jenkins timezone weird behaviour

2017-04-03 Thread Mark Waite
I had to set -Duser.timezone=America/Denver in JAVA_OPTS (rather than JAVA_ARGS) and I had to set the env variable TZ=America/Denver as well. I don't see any mention of JAVA_ARGS in the Dockerfile, so I'm not sure how it is used. Are you sure it shouldn't be JAVA_OPTS? Mark Waite On Mon, Apr

Jenkins timezone weird behaviour

2017-04-03 Thread maxim . chouinard
Hi guys, I've got some issue configuring timezone on my jenkins server running on docker. The centos7 is sync to the good time, the jenkins docker container also has the good time when i logged to it. i added this to the Dockerfile: ENV TZ="/usr/share/zoneinfo/EST5EDT" i also set the time

Re: Resolving artifacts of a maven project in Jenkins to a freestyle project of the same server.

2017-04-03 Thread Sai Gardas
Hello all! I'm trying to resolve the artifacts from an artifactory repo into a jenkins job which is not the source of the artifacts. I tried to use the copy-artifacts plugin to copy the artifacts from the other job, it actually gets all the path of the directories

Re: [Jenkins-infra] Wiki downtime/maintenance window scheduled for 2017-04-01 16-18:00 UTC

2017-04-03 Thread R. Tyler Croy
(replies inline, dropping jenkinsci-users) On Sun, 02 Apr 2017, JordanGS wrote: > Congrats on the update! There seem to be some issues with the new system > tho. All of my old wiki pages cannot be modified or new edits saved. The > page throws a *Content Encoding Error*. > > See wiki link

Save variables in env singleton

2017-04-03 Thread kodstark
Hi, I'm using env singleton to store variables to be used at later stage in same pipeline. It is working nice but documentation about env is confusing. 1) https://www.cloudbees.com/blog/top-10-best-practices-jenkins-pipeline-plugin - Don’t: Set environment variables with env global variable

Presentation of 'post-build' annotations in Blue Ocean?

2017-04-03 Thread Gardell, Steven
We are using the post-build plugin to annotate our results in various ways. For example: [cid:image001.png@01D2AC5F.25CC1CD0] It does not appear that this information makes out through the Blue Ocean UI. Are there plans to support this (or something similar) with Blue-Ocean? -- You received

Re: Blue Ocean: Is it possible to populate the column "message" from a pipeline script?

2017-04-03 Thread Christian Kerth
Posted on wrong list before but already answered: https://groups.google.com/d/msg/jenkinsci-dev/Odm2GnXNI40/YvIUZL9HBAAJ On Monday, April 3, 2017 at 3:20:41 PM UTC+2, Christian Kerth wrote: > > Is it possible to manually populate the message column in the run overview > page for a pipeline? >

Blue Ocean: Is it possible to populate the column "message" from a pipeline script?

2017-04-03 Thread Christian Kerth
Is it possible to manually populate the message column in the run overview page for a pipeline? I don't use the commit feature and want to display different information there. Classic UI had e.g. manager.addShortText.

Disable new jobs if a build fails

2017-04-03 Thread Idan Adar
Hello, I received a request, which sounds kinda far-fetched to me, but maybe I wrong. Lets assume there is a job that is scheduled to run 3 times ago. End to end sort of tests. And at some point one of the job runs fails. The request here is to block all future PRs for any repository in GitHub

Population of Build Artifacts URL for jobs underway?

2017-04-03 Thread Gardell, Steven
I have an imperative pipeline with the first stage being ‘build-proper.’ Once the entire job completes I see this: [cid:image001.png@01D2AC57.D5D230E0] Which is nice. However for a job that is still in-progress I don’t see the Artifacts URL, even though I do see other information about the

Re: Jenkins Pipeline Plugin - how to inject global passwords?

2017-04-03 Thread kumar naresh
Hi, please help to get the global passwords list from jenkins using the groovy scripting. Regards, kumar. On Monday, April 25, 2016 at 3:25:14 PM UTC+5:30, Harry G. wrote: > > Please note: Credentials Binding works, but currently it is not possible > to mask passwords in the log with this

Re: Is there a jenkins parameter plugin that can show parameter options base on current login user?

2017-04-03 Thread Ioannis Moutsatsos
You could use the Active Choices plugin and have your Groovy script determine the options based on the current user. It should be pretty easy I think. On Friday, March 31, 2017 at 11:36:18 AM UTC-4, kmte...@gmail.com wrote: > >

Re: scp files located outside of workspace

2017-04-03 Thread 'Maciej Jaros' via Jenkins Users
t3knoid (2017-03-31 19:50): Is it possible to scp files located outside of a workspace simply using existing Jenkins plugins? I am currently using a Python script to this currently by calling the scp command-line. The SCP plugin nor Publish over SSH does not appear to support this. Maybe in

Re: Jenkins kubernetes Client

2017-04-03 Thread Knurek
ah, ok so you're using a custom jenkins image. I assume you don't get this error when using the generic jenkins image? and then does it work ok if you take out the install-plugins script from your custom image? (to be honest, I don't have any experience with this approach or this error, just

Re: Upgrade to git plugin 3.1.0 broken the build job. Please advise if you experienced

2017-04-03 Thread Fritz Elfert
Replies inline On 03.04.2017 00:08, Mark Waite wrote: > > > On Sun, Apr 2, 2017 at 3:23 PM Fritz Elfert > wrote: > > On 02.04.2017 22:35, Mark Waite wrote: > > That message usually means that the repository in the workspace >