Jenskins user can run selenium docker, Jenkins gui cannot

2016-09-15 Thread Bart Slaman
Hi People, I'm rather new to Jenkins but I'm backedup by a dev/ops that has some experience. We are running a selenium docker solution on bamboo, but can't get it to work on Jenkins. When I run it from command line with jenkins user it actually works, but when I start it from jenkins gui it f

Problem with credentials in jobs

2016-09-15 Thread Taylor Thomas
So I have run into an issue that I cannot find any help for on the web or among my coworkers, so I thought I'd ask around here. I have some jobs that are being populated by jenkins job builder and I am using a script in "/var/jenkins_home/init.groovy.d/" (in a docker image) to copy and set up s

(SOAPUI- Jenkins Integration) Build just keeps on running...with no outcome

2016-09-15 Thread hozefa vakanerwala
Hello, I have done a simple setup for triggering SOAPUI to execute a webservice call. My build task includes calling a .bat file through "Execute windows batch command" The content of .bat file is: cd C:\Program Files\SmartBear\SoapUI-5.2.1\bin testrunner.bat -sWeatherSoap12 -c"GetWeatherInf

Any way to manually delete a specific branch in a MB pipeline job?

2016-09-15 Thread Michael Lasevich
We have MB pipeline job and we do not wish to delete old jobs even when branches are deleted (for historical use) - however sometimes someone creates a wrong branch and deletes it, and we are left with an orphaned job. If I enable cleanup, it will delete ALL jobs without branches - not what we

Re: Latest changes to Jenkins Pipeline break serializable on KeySet

2016-09-15 Thread lethalpaga
Hi all, Having a similar issue here. I have a pipeline that worked well until I updated both jenkins to 2.22 and all my plugins (unfortunately I did that like a cowboy and don't know which versions I had before). When I run the build it fails with: java.io.NotSerializableException: groovy.json.

Re: BlueOcean plugin now available in main update center

2016-09-15 Thread James Dumay
Greetings from Jenkins World! Just incase you do not know what Blue Ocean is, it is a brand new user experience for Jenkins built from the ground up for Pipelines (but supports other job types). Read more about it https://jenkins.io/blog/2016/05/26/introducing-blue-ocean/ We're super excited

Re: Cannot get Multi-branch pipeline jobs to build on new commit to source repository

2016-09-15 Thread Pieter-Jan Busschaert
In the multibranch pipeline job configuration part, you can specify the normal ways to trigger a build (a polling interval, remote triggers, ...). This defines when branch-indexing will run. The results of branch-indexing define if the individual projects need to be built (ie: if there are chan

Cannot get Multi-branch pipeline jobs to build on new commit to source repository

2016-09-15 Thread Qazwart
I must be missing something obvious here, but how can I get my build to be triggered whenever a new revision is committed to my source repository. In the older style Jenkins jobs, this was something I configured in the webform, I don’t see this in the multi-branch pipeline itself. I assumed this

User-Scoped Credentials

2016-09-15 Thread pragnesh patel
How can i use user-scoped credentials ? I found it is only selectable in credentials-parameter, but which is also returning credential-id only so i am not able to use credentials parameter. Please anyone can let me know how can i use it ? Also, any one can give list of plugins which support use

ANNOUNCING CLOUDMUNCH TURBO FOR JENKINS AT SCALE AND DEVOPS INSIGHTS

2016-09-15 Thread aravindh
As enterprises embrace agility as their operating mantra, not just for the business but also for their IT, DevOps becomes the core foundation driving this transformation. Jenkins, the open source CI/CD tool, is fast becoming the defacto tool to deploy builds from developer environment. With larg

UNDERNEATH CLOUDMUNCH TURBO: JENKINS AT SCALE USING KUBERNETES

2016-09-15 Thread aravindh
Any enterprise using Jenkins is very likely to end up having a huge number of Jenkins instances. Most of the discussions about DevOps, in these enterprises, concludes around (a) What can be done about the utilisation of those Jenkins master and slaves, (b) How do we centrally manage all these i

Executiing powershell script in Jenkins 2.0 pipeline not allowed.

2016-09-15 Thread Jan-Olav Eide
I have a powershell script I want to execute in a pipeline step. I thus call : bat 'powershell \\tmp\\test.ps1' prior to this I have set the ExecutionPolicy to Unrestricted as admin. Still, when the pipeline runs, I get this *13:07:13* C:\Program Files (x86)\Jenkins\workspace\Merchant Pipelin

BlueOcean plugin now available in main update center

2016-09-15 Thread Michael Neale
Some may have already noticed, but the blueocean plugin is now in the main update center under the name "BlueOcean Beta" (search for that name, it will bring any required dependencies). If you find any problems, the "blueocean-plugin" JIRA component is t