Jenkins downstream jobs not triggered after enabling security

2017-07-12 Thread Jason LeMauk
I currently have two jenkins freestyle jobs setup. One is titled AutomatedBackup, and the other AutomatedBackupCleanup. Upon successful completion of the AutomatedBackup job, the AutomatedBackupCleanup job is triggered. I have recently enabled security on my Jenkins instance, which appears to

Re: Issue with RegEx for project roles in Matrix Authorization Strategy Plugin

2017-07-12 Thread Prachi Khadke
Hi Okay I found a workaround: https://issues.jenkins-ci.org/browse/JENKINS-19934?focusedCommentId=219352=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-219352 Regards Prachi On Wednesday, July 12, 2017 at 1:12:22 PM UTC-4, Prachi Khadke wrote: > > Hi Raj Kiran > >

Re: Jenkins ACL matrix

2017-07-12 Thread J0991
Found the answer to this myself. In a security context, ACL generally stands for Access Control List. -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Jenkins-ACL-matrix-tp4900439p4900458.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You

Re: Credentialid with github is not working in pipeline script on jenkins slave

2017-07-12 Thread Mark Waite
On Mon, Jul 10, 2017 at 11:51 PM Hound G wrote: > I am observing this issue with freestyle job as well. Username & password > (provided through credentials plugin) is not working with github git > cloning. > If you're seeing it with multiple types of jobs, then it may

Re: Issue with RegEx for project roles in Matrix Authorization Strategy Plugin

2017-07-12 Thread Prachi Khadke
Hi Raj Kiran Did you find a solution to your problem? I have the same issue. Need to figure out the correct regex for project level role based access control. Regards Prachi On Monday, July 10, 2017 at 3:24:07 AM UTC-4, Raj Kiran Neerukonda wrote: > > Hello, > > I am having similar problem.

Re: Jenkins Stickers

2017-07-12 Thread J0991
hello! I have been working these past few months to get Jenkins going for our companies projects. I'd also love to get a few stickers for the team here. If anybody else may have any stickers available my team would gladly take them! Thank you, Jason -- View this message in context:

Re: Is pipeline timeout suppose to work?

2017-07-12 Thread jerome
I think I got my answer about it into the console log after a hang, I had to restart the jenkins service and got this as a result: *04:18:53* *04:18:53* Build succeeded. *04:18:53* 0 Warning(s) *04:18:53* 0 Error(s) *04:18:53* *04:18:53* Time Elapsed 00:14:25.77 Waiting to resume part

Re: I want to setup an example iOS project build/test through Jenkins

2017-07-12 Thread Artur Szostak
Hmm... I think I missed the mark with my answer. Was too quick too reply. I see Anka is its own virtualisation stack built on bhyve/xhyve. Sorry, ignore my previous answer. From: jenkinsci-users@googlegroups.com on

Re: Pipeline powershell

2017-07-12 Thread jerome
I have add the support info inside the following bug https://issues.jenkins-ci.org/browse/JENKINS-42988 As far as the mini repro project, I cannot reproduce it with a strip down pipeline file that does the same bat command on the same repos checkout. So it look like (not sure yet, only 5 build

Re: Pushing docker container from Jenkins pipeline stage: /tmp/hudson147937620201668461.sh: docker: not found

2017-07-12 Thread Traiano Welcome
Fixed this by simply moving the build off the master onto a slave. On Wednesday, 12 July 2017 15:44:01 UTC+4, Traiano Welcome wrote: > > Hi All > > I have a jenkins pipeline step which simply logs in to google's docker > container registry service and pushes the image. > > The Build step is

Re: I want to setup an example iOS project build/test through Jenkins

2017-07-12 Thread Artur Szostak
I cannot provide a simple example, but I think the biggest issue here is the virtualisation side of things. What are you using? VirtualBox? VMware? When we started a few years ago we went down the VirtualBox road running on MacMinis. This meant writing custom scripts to bring the VMs up in an

Jenkins and Ranorex

2017-07-12 Thread matt . anderson . inf
I work as a test engineer and I am trying to connect my automation test that I generated in the Ranorex software to Jenkins so that I can have scheduled tests. However, I'm have a few problems setting up the connection between my Ranorex and Jenkins. The main error I seem to be facing is

Re: Jenkins Distributed Builds: Project-Based Matrix Authorization Strategy

2017-07-12 Thread Artur Szostak
If you are going to have a rather large setup running you may want to consider using the Role based authorisation strategy instead. We have been using the project based matrix authorisation approach in our Jenkins with moderate success. But as the number of jobs, users and projects increases

Jenkins ACL matrix

2017-07-12 Thread Jason LeMauk
Hello Jenkins Community! I am documenting our authorization strategy implemented for our Jenkins instance. We currently use a 'Project-Based' authorization strategy made available via the Matrix Authorization Strategy plugin for Jenkins. In the formal documentation (as well as the property

Re: Installing / maintaining Jenkins on a Linux host machine

2017-07-12 Thread Artur Szostak
We use Jenkins RPMs on Fedora and Scientific Linux (similar to CentOS) here. The experience has been fine. However, at some point I decided to grab the https://github.com/jenkinsci/packaging.git RPM creation project and customise the Jenkins RPM for our site. e.g. increase the memory

RE: Jenkins Distributed Builds: Restricting users from configuring jobs with Jenkins Master's executors

2017-07-12 Thread Jason LeMauk
Thank you for the advice! I discovered the setting you mention yesterday: Configure Jenkins > Usage. As you mentioned, the default setting is ‘use this node as much as possible’ for the ‘Usage’ property. Changing this value to ‘Only build jobs with label expressions matching this node’ does

RE: Multiple multibranch pipeline builds from a single repo

2017-07-12 Thread Daniel Butler
The multibranch plugin from version 2.15 does support custom names for the pipeline script so you can now have multiple multibranch projects on the same repo. As for only building on changes applicable to the respective folders I’m not able to answer that. If each of these projects are

Pushing docker container from Jenkins pipeline stage: /tmp/hudson147937620201668461.sh: docker: not found

2017-07-12 Thread Traiano Welcome
Hi All I have a jenkins pipeline step which simply logs in to google's docker container registry service and pushes the image. The Build step is implemented as the following set of shell commands: cat > ~/docker_key.json <<'endmsg' { . . } endmsg docker login

Re: Multiple multibranch pipeline builds from a single repo

2017-07-12 Thread Sorin Ionuț Sbârnea
I am still looking for this because the use of JJB is a productivity killer but I didn't find an answer yet. I did asked the same question at https://stackoverflow.com/questions/45054290/how-to-manage-multiple-jenkins-pipelines-from-a-single-repository hoping that this will allow us to find

Re: more meaningful description of a step

2017-07-12 Thread Torsten Gippert
Hello, I am a bit confused how to handle sensitive information when using a shell script: In https://issues.jenkins-ci.org/browse/JENKINS-37324 Sam Van Oort wrote (2017-01-11 23:37): "Lots of discussion about how to separate sensitive and nonsensitive environment variable content (markers

Re: Show future, but not implemented, stages

2017-07-12 Thread Andreas Tscharner
Hi Mike, On 12.07.2017 01:45, Mike Loll wrote: So a build might have stages 1 2 3 4 5 defined in the pipeline but only stages 1, 2, and 3 actually do anything and determine the status of the build pass or fail. The others would have some sort of color or indicator to show that they are future

I want to setup an example iOS project build/test through Jenkins

2017-07-12 Thread manisha
Hi, I want to set up a demo environment that showcases iOS build and test job CI pipeline using Jenkins. The Jobs will execute on macOS virtualized infrastructure (AWS like macOS private cloud) using Anka Build and it's Jenkins Plugin. Can someone suggest some sample project/Jenkins job

Show future, but not implemented, stages

2017-07-12 Thread Mike Loll
I'd like to show future stages in my pipeline as to be done, or some sort of status that indicates that in the future these will be enabled. So a build might have stages 1 2 3 4 5 defined in the pipeline but only stages 1, 2, and 3 actually do anything and determine the status of the build pass

Re: Jenkins Pipeline : How can I pass a map obtained from readProperties to withEnv ?

2017-07-12 Thread thomo5000
This question is a top search result on Google so I figure it's worth a late reply. readProperties returns a map and withEnv expects a list so you'll need to convert it. Try something like: > def map = readProperties file:'env.properties' > def properties = map.collect { key, value -> return

Show jobs from other Jenkins instance?

2017-07-12 Thread Stefan Lorenz
Hi, is ist possible to show jobs or their results from one Jenkins instance in another Jenkins dashboard? Thx Stefan -- 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