Jenkins - Git error: FATAL ERROR: Disconnected: No supported authentication methods available (server sent: publickey)

2016-12-19 Thread Andrew
Hi Wondering if anyone can assist with this error. Setting up a new Windows 7 Jenkins server after the old one crashed irrevocably. Job definition (when openning Configure) on the GIT Repo is reporting Failed to connect to repository : Command "C:\Program Files (x86)\Git\bin\git.exe

Re: Consolidated Test case reports of selected successful Jenkins jobs

2016-12-19 Thread Lakshmi narayana
Hi Ted, Thanks to your reply. Few questions. Hope you never mind J 1. Apart from Splunk , does any additional software’s needed to achieve the target ? a. As Regression test suits having different reports generated by jenkins jobs

Better way to add AWS credentials in global credential scope in automated way

2016-12-19 Thread Vijay Surwase
I am automating the installation of jenkins using ansible and i want jenkins to setup jobs and execute them. please let me know what is best way to add/setup aws credentials ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

For multi-branch pipeline, deleting branch from github project will not result in deleting of same branch project from jenkins.

2016-12-19 Thread Vijay Surwase
Whenever i create new branch in github project, new project named with same branch gets created in multi-branch pipeline project in jenkins. But vise versa is not possible. please let me know the reason or is there any way to do this ? -- You received this message because you are subscribed to

Re: Consolidated Test case reports of selected successful Jenkins jobs

2016-12-19 Thread Lakshmi narayana
Thanks so much Ted.i will check the said Link On Dec 19, 2016 10:49 PM, "Ted Xiao" wrote: > Declaimer: I work for Splunk and those options represent my own and not > those of my employer. > You can archive the goal but REQUIRE additional software. > >

Jenkinsfile and Gradle

2016-12-19 Thread Marky Jackson
I am trying to build a new pipeline and in that I need to executed a gradle clean check but I keep running in to a plugin error. My gradle code in the Jenkinsfile: /// This stage will run the gradle build stage 'PR Test' sh 'gradle clean check' There error is: * What went wrong: A problem

pipeline upstream trigger with multibranch upstream project

2016-12-19 Thread Fabrice
Hi there, we have a pipeline project (call it project A) being a dependency of a multibranch project (project B), is there a way to trigger A's build from any branch of B instead of having to explicitly specify one? In project A's Jenkinsfile, something like: properties([

Re: Git pull from GitHub private repository

2016-12-19 Thread Mark Waite
Did you define a credential for the access to that repository (using the "Add" button on the job UI, or using the credentials section in "Manage Jenkins")? Is the credential you defined a private key (not a username / password) credential? If not, it needs to be. Did you associate that

Re: Hudson, Clearcase, and triggered builds not showing 'Recent Changes'

2016-12-19 Thread Indra Gunawan (ingunawa)
Are you using Hudson or Jenkins? This is mailing list for Jenkins not Hudson. Thank you From: on behalf of gowri sankar Varma Reply-To: "jenkinsci-users@googlegroups.com" Date: Monday, December 19,

HIRE A HACKER at onetimehacker.page.tl

2016-12-19 Thread Patricia Brook
*Have You Ever Been Hacked?* *You Wanna Test The Protection Strength Of Your Website, Computer Or Network ?* *Do You Wanna Hack Into A Computer, Website Or Network?* *Social Media Threats* *Has Your Facebook, Twitter Or Google+ Account Been Hacked? We Can Help You Get It Restored And

Git pull from GitHub private repository

2016-12-19 Thread hanstra
I'm attempting to pull from a private repository in GitHub. I have keys set up so that the jenkins user can pull from the repository but am having trouble with the Git plugin. When I set the repository URL to: g...@github.com/[myorg]/[myrepo] I receive the error message: Failed to connect to

Re: Bitbucket HTTPS git clone failed via the pipeline script (Invalid username or password)

2016-12-19 Thread Mark Waite
You'll somehow need to pass the credentialsId to the git (or checkout) task. One way might be to assign the values extracted from the file you're reading to a groovy string, then pass the expansion of that string ( "${repository_url}" ) to the git command (or the checkout command) along with the

Bitbucket HTTPS git clone failed via the pipeline script (Invalid username or password)

2016-12-19 Thread pirahnas
Firstof, my company won't allow SSH connection to the bitbucket.org site and any other. So I have to use HTTPS for checkout scm in a multibranch pipeline project. It works perfect when the main repo is cloned by HTTPS and by using the bitbucket.org credential. But my main repo has a

Re: Consolidated Test case reports of selected successful Jenkins jobs

2016-12-19 Thread Ted Xiao
Declaimer: I work for Splunk and those options represent my own and not those of my employer. You can archive the goal but REQUIRE additional software. https://splunkbase.splunk.com/app/3332/ https://wiki.jenkins-ci.org/display/JENKINS/Splunk+Plugin+for+Jenkins You can obtain a free license

Easiest way for Github to Trigger Pipeline Execution

2016-12-19 Thread terkaly
I know that Github's Web Hook Post is firing off in Jenkins. But what is the easiest way to capture this event such that the Pipeline kicks off? A bunch of options exist (I think). They've all come up short due to sparse documentation. Thanks, Bruno -- You received this message because you

Re: Consolidated Test case reports of selected successful Jenkins jobs

2016-12-19 Thread Ted Xiao
Declaimer: I work for Splunk and those options represent my own and not those of my employer. You can archive the goal but REQUIRE additional software. https://splunkbase.splunk.com/app/3332/ https://wiki.jenkins-ci.org/display/JENKINS/Splunk+Plugin+for+Jenkins You can obtain a free license

Re: config.xml is overwritten on first start of docker container

2016-12-19 Thread Mark Waite
Since you're adding the configuration in your Dockerfile, it should be there when the docker image is created. Since you can see it for the first few seconds in the running image, I think that means the jenkins.sh startup process which copies from "ref" to "/var/jenkins_home" did what it was

Re: Hudson, Clearcase, and triggered builds not showing 'Recent Changes'

2016-12-19 Thread gowri sankar Varma
hi, I am trying to configure Base clearCase with Jenkins and unable to get the change. we have 2 Hostts. A Jenkins installed, B clearcase installed and view is configured. i trigger the build from "A" jenkins server to "B" . Build works but changes are not shown. Please provide details on

Build metrics plugin

2016-12-19 Thread MI
Hi, Is there a good plugin to show build metrics similar to global stat plugin. We are using CloudBees Folders Plugin to create our folders for Jobs in Jenkins. It seems build metrics plugin is not compatible with CloudBees Folders Plugin. So is there a similar plugin? -- You received this

Jenkins Master Slave Build Process

2016-12-19 Thread MI
Hi, My workspace is present in my master server and it is building in Slave machine without copying code to slave workspace. The build is taking only 8 to 10 min time. Will this impact in performance? -- You received this message because you are subscribed to the Google Groups "Jenkins

JAVA developer (Expertise in angular JS and EXT JS)

2016-12-19 Thread venkat jonathan
Hi professional, This is VENKAT from Agile Enterprise Solutions. This is in reference to the following position. * Please find below job description if you feel comfortable please revert with updated resume, salary compensation and contact details ASAP * Title:Java

Concurrency: Global Pools of Credentials

2016-12-19 Thread Ryan Cocks
I'm reaching out for solutions to the following problem: We are using Jenkins to run some watchdog tests against a cloud cluster. Our tests use accounts that can't be shared between concurrent runs of the tests. To allow our tests to run in parallel we created multiple sets of accounts. I

Consolidated Test case reports of selected successful Jenkins jobs

2016-12-19 Thread Lakshmi narayana
Dear All, My requirement is here. Scenario: 10 Jobs with each job having 5 Testscases each - *Pass Rate (PR)* - In 1 week if each job will be triggered once daily, each one will have run 25 Testscases (5 Testscases /job x 5 days) - So, 10 Jobs x 25 Testscases /job =

Re: Problem defining global variables

2016-12-19 Thread Sverre Moe
Is it a problem with scope perhaps? Tried setting foo first before calling build.execute() variables.setFoo(true) def build = new com.company.ci.Build() build.execute() def foo = variables.isFoo() if (foo) { println "We got foo" } else{ println "No foo" } Within build.execute() it sets foo

Jenkins pipelines and SVN poll exclusions?

2016-12-19 Thread 'Chris George' via Jenkins Users
We are using a jenkins pipeline, and for the life of me (much googling and reading) I cannot get the SCM Poll to ignore a certain directory in our SVN repo. I'm adding the exclusion in the Pipeline -> Configure -> Pipeline -> Pipeline script from SCM -> SCM section, but the polling doesn't

Online Powershell Training

2016-12-19 Thread Info Cim
Tech Repack are Professional in Online Powershell Training providing online courses like powershell online training, sccm 2012 training and Microsoft app v 5.1 Packaging Online Training. -- You received this message because you are subscribed to the