How to access the suiteXMLFile value passed from maven command in other plugins?

2018-04-11 Thread Pavan Yanamadala
As part of Jenkins Maven job, I am giving maven command as maven clean test *-DsuiteXmlFile=src/test/resources/suites/testNG.xml*.. Now my question is, *Is there a way to get suiteXmlFile value passed by us inside my Jenkins post build plugin so that I will be able to know the test cases tha

Switch LTS > Weekly

2018-04-11 Thread john.peterson
Since my LTS is stuck looking at only the LTS site, I assume to switch, I manually download the weekly I want and simply overwrite the .war? And then it will be smart enough to know it is the weekly? -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

Re: Upgrade Path for Jenkins/Hudson

2018-04-11 Thread Thomas Dunlap
All: Thanks for all the tips. I thought I was successful by reinstalling my old 1.472 version. Was able to access through the local host and saw all the jobs, etc. This was accomplished using the java -DJENKINS_HOME=/Hudson -jar jenkins-war.1.472.war. Once I gained access I started the process

Re: is there an equivalent plugin for GitLab as "github-organization-folder"?

2018-04-11 Thread Mark Waite
I don't know why the author has chosen to not submit that plugin to the Jenkins update center. You may want to ask the author. Mark Waite On Wed, Apr 11, 2018 at 10:49 AM Qiang wrote: > Thanks for the quick response! > > My only concern is that the plugin is not officially part of Jenkins > pl

Pipeline jobs for PRs failing due to Jenkins NOT using configured account.

2018-04-11 Thread Chris Funderburg
Multi branch pipeline jobs are failing on Pull Request branches only. Console output shows Jenkins doing "using GIT_ASKPASS to set credentials ***" (*** = configured user name). Using folder level credentials. Other branch jobs run fine. PRs fail on the master when trying to git pull the Jenkins

Re: is there an equivalent plugin for GitLab as "github-organization-folder"?

2018-04-11 Thread Qiang
Thanks for the quick response! My only concern is that the plugin is not officially part of Jenkins plugin update site. Any thoughts? Qiang On Wednesday, April 11, 2018 at 10:58:10 AM UTC-5, Mark Waite wrote: > > GitHub Branch Source Plugin is the replacement for GitHub Organization > Folder <

Re: is there an equivalent plugin for GitLab as "github-organization-folder"?

2018-04-11 Thread Mark Waite
GitHub Branch Source Plugin is the replacement for GitHub Organization Folder . The GitHub Organization Folder final release ("tombstone release") was 15 months ago. The blog post says "The funct

is there an equivalent plugin for GitLab as "github-organization-folder"?

2018-04-11 Thread Qiang
Hi, All, Is there a GitLab plugin does the same thing as "github-organization-folder" (which creates jobs based on branches, and pull request)? I saw this: https://github.com/Argelbargel/gitlab-branch-source-plugin Anyone has used that before? Does it have similar features? Any comment is appre

Re: Slave cannot connect to Jenkins via tcpSlaveAgentListener

2018-04-11 Thread Daniel Beck
> On 11. Apr 2018, at 17:36, john.peterson wrote: > > Is this a change in setup defaults? Since Jenkins 2.0 in 2016, and its introduction of the setup wizard. > BTW - this system is only showing "stable" updates for Jenkins. All others > are showing ALL updates (which I actually prefer). Is

Re: Slave cannot connect to Jenkins via tcpSlaveAgentListener

2018-04-11 Thread john.peterson
&#$% I missed one stupid setting. All the others are fixed 9192 or something like that. I set this the same and Voila! Thanks Is this a change in setup defaults? BTW - this system is only showing "stable" updates for Jenkins. All others are showing ALL updates (which I actually prefer). Is

Re: Cannot create cloud using vSphere plugin

2018-04-11 Thread john.peterson
After lunch, all of a sudden it then created the missing fields. Hmmm... :-( Also interesting on this system. Every other system we have is using a simple alias for the http://. This one system won't work with the alias. However, this system has been problematic every step of the way. Lu

Re: Slave cannot connect to Jenkins via tcpSlaveAgentListener

2018-04-11 Thread Daniel Beck
Is the TCP agent listener port in the global security config of Jenkins disabled on the fourth system? > On 11. Apr 2018, at 17:12, john.peterson wrote: > > Legacy systems (3+ years) running 2.111 > > http://jenkins_1:8080/tcpSlaveAgentListener takes us to a page that simply > says Jenkins.

Re: Slave cannot connect to Jenkins via tcpSlaveAgentListener

2018-04-11 Thread john.peterson
Java 1.8 144 by the way which is in use across the board on all systems. On Wednesday, April 11, 2018 at 11:12:23 AM UTC-4, john.peterson wrote: > > Legacy systems (3+ years) running 2.111 > > http://jenkins_1:8080/tcpSlaveAgentListener takes us to a page that > simply says Jenkins. This syste

Slave cannot connect to Jenkins via tcpSlaveAgentListener

2018-04-11 Thread john.peterson
Legacy systems (3+ years) running 2.111 http://jenkins_1:8080/tcpSlaveAgentListener takes us to a page that simply says Jenkins. This system works. http://jenkins_2:8080/tcpSlaveAgentListener takes us to a page that simply says Jenkins. This system works. http://jenkins_3:8080/tcpSlaveAgentLis

Re: Heads up! Jenkins is on YouTube, with more videos coming soon!

2018-04-11 Thread nelson . araujo
Awesome! El martes, 10 de abril de 2018, 23:02:03 (UTC-3), R Tyler Croy escribió: > > > The Jenkins project has been on YouTube for a while, but I recently > transitioned our channel to a "Brand Account", which means we can share > permissions to post videos _much_ more easily: > > https://

PLUGIN QUALITY GATES SONAR

2018-04-11 Thread Virginia Mesa
Hello, Can someone tell me some plugin for Jenkins to try the Quality Gates in Sonar? The plugin I have installed (*Quality Gates Plugin* ) gives me an error. Does anyone know anything else, or does this work? Thanks!! -- You

Scripted Pipeline - Declare a variable and modify it inside a docker.image directive

2018-04-11 Thread Roberto Fabrizi
Dear Friends, I'm trying to accomplish this with my pipeline: - test a part of my newly produced artifact against some previous artifacts inside a docker base image - if they are the same, launch a docker build using dockerfileA, otherwise using dockerfileB I've arrived at this p

How to abort a job during it's execution by itself

2018-04-11 Thread iostrym
Is there a possibility to abort a job during it's execution by the job itself. For instance the job launch a script that do the update from versioning tool and if no update are available, then the job is aborted. This way the job is not stored at all by Jenkins. Some plugin do already the tool v