Re: deploy weblogic with out plugin

2016-08-16 Thread hiranchaudhuri via Jenkins Users
Have you tried setting up a script that builds your application (as a war/ear file) and then copies it into the Weblogic deployment folder? Maybe you need to shutdown/startup JBoss as well. I guess the Weblogic plugin does not much different stuff. Hiran Am Dienstag, 16. August 2016 08:50:42

[Pipeline Maven Plugin] Naming convention for the configuration attributes?

2016-08-16 Thread Cyrille Le Clerc
Hello, I would like to have a discussion on the naming convention of the configuration attributes before we release the first "non experimental" version of the plugin. I have identified the following configuration attributes: - jdk - mavenInstallation - mavenLocalRepo - mavenSetti

How to handle Versioning for Master and Feature branch

2016-08-16 Thread Shilpa Nimbalkar
Hello All, I am new baby in Jenkins. My aim is to trigger a build when there is commit in Master and Feature branch. But when there is change in Master branch, Jenkins should run Master job and increment version from 1.0.0 to 2.0.0 and when there is change in feature branch, jenkins should chan

Re: Pipeline: Can I use html in currentBuild.description?

2016-08-16 Thread Jonathan Hodgson
Use the Pegdown formatter plugin, Markdown allows for HTML tags. I've even got javascript working quite happily in the description, so things update as certain artifacts are created. On Monday, August 15, 2016 at 9:58:08 PM UTC+1, Greg Smith wrote: > > > Hi, > > Is there some simple way to allow

Re: Pipeline: Can I use html in currentBuild.description?

2016-08-16 Thread Jonathan Hodgson
On Tuesday, August 16, 2016 at 10:53:16 AM UTC+1, Jonathan Hodgson wrote: > > Use the Pegdown formatter plugin, Markdown allows for HTML tags. > > I've even got javascript working quite happily in the description, so > things update as certain artifacts are created. Not only generating links, >

Jobs waiting in build queue but executors are free

2016-08-16 Thread David Aldrich
Hi We are running Jenkins 1.656. There are multiple jobs in the build queue 'waiting for next available executor'. But there are free executors available for these jobs. Why might the jobs be stuck in the build queue? Best regards David -- You received this message because you are subscri

Re: Help with github plugin - SSL issue with custom CA

2016-08-16 Thread Cyrille Le Clerc
Hello Robert, There is a trick here: your ssl certificate must be trusted by both your JVM and by the native "git" executable. The native "git" executable picks its certificates from "/etc/ssl/certs/" on ubuntu, the folder should be similar on other linux distributions. The default JVM SSL trus

Re: UnsatisfiedLinkError on slaves after restart of master

2016-08-16 Thread Peter McEvoy
See exact same behaviour with Jenkins 2.7.1 and TFS plugin 5.0.0.0... Updating plugins on master which needs to restart forces me to cycle all Jenkins agents... Little worried that this is almost a year later and not getting more attention... On Tuesday, 22 September 2015 16:00:52 UTC+1, Ste

Re: Pipeline: Can I use html in currentBuild.description?

2016-08-16 Thread Greg Smith
Thanks! Just what I needed On Tuesday, August 16, 2016 at 5:53:16 AM UTC-4, Jonathan Hodgson wrote: > > Use the Pegdown formatter plugin, Markdown allows for HTML tags. > > I've even got javascript working quite happily in the description, so > things update as certain artifacts are created. > >

Jenkins VSphere Plugin

2016-08-16 Thread Mark Brown
I am trying to configure the VSphere plugin to spin up a server, use the server as a slave and then spin it back down again after completion. The plugin does indeed spin up the servers and tear them down when you close a job. The issue I am running into is that the plugin seems to default to u

Teaching an old job new tricks

2016-08-16 Thread Bruce Epstein
Hi All, Thanks to those who answered my previous question about setting up agents. I now have two new agent nodes set up and want to move old jobs off the master, so the master won't be used for any building (just admin). How do I prevent jobs from running on the master? Do I just set "number o

Re: Teaching an old job new tricks

2016-08-16 Thread Indra Gunawan (ingunawa)
Use the Configuration Slicing Plugin : https://wiki.jenkins-ci.org/display/JENKINS/Configuration+Slicing+Plugin to mass assign a label to jobs that are not tied to any node all at once. -Indra From: mailto:jenkinsci-users@googlegroups.com>> on behalf of Bruce Epstein mailto:goo...@zeusprod.co

Re: Teaching an old job new tricks

2016-08-16 Thread Mark Waite
You might also consider changing the setting of the master node. The "Usage" field of the master node configuration should have a pick list with two choices, either "Use this node as much as possible" (the default), or "Only build jobs with label expressions matching this node". That will tend to

Re: How to best define .m2 local maven repo path in multi-branch projects/Jenkinsfile?

2016-08-16 Thread Álvaro Lobato
Hello Stefan, An easy way to do it is to use the new Pipeline Maven plugin. It allows you to define a local maven repository, relative to to the workspace of the job or with an absolute path, you can also use shell variables e

Re: Teaching an old job new tricks

2016-08-16 Thread Bruce Epstein
Thanks. I will look into it. But, it seems like the "Label" is only a property of newly created jobs, not existing ones. Am I misunderstanding something? On Tuesday, August 16, 2016 at 4:19:30 PM UTC-4, Indra Gunawan (ingunawa) wrote: > > Use the Configuration Slicing Plugin : > https://wiki.

Re: The option to “Launch slave agents via Java Web Start” is missing from new node configuration

2016-08-16 Thread Stephen Connolly
Well ideally I'd like to move this out of core and into its own plugin, in which case you wouldn't see it unless you installed that plugin, so on that basis I would argue that people just need to get used to it... But maybe I'm being a demagogue on this ;-) On Monday 15 August 2016, Daniel Beck w

Re: Teaching an old job new tricks

2016-08-16 Thread Bruce Epstein
Thanks, I will try that. I guess this gets to the heart of my question... If I make it so that an old job won't run on builder, will it fail over to the newly created node? That is, will old jobs run on the new node, if cajoled properly, or will they just fail altogether? On Tuesday, August 1

Automatic config.xml roll back after time period

2016-08-16 Thread Nicholas Winn
Did a quick search for Jenkins plugins but didn't see, but it could be i'm not looking for the right phrases or it just doesn't exist. I'm looking for a plugin that will roll back a jenkins job configuration to a previous state after a defined period of time. My use case is this, some of the d

Re: Teaching an old job new tricks

2016-08-16 Thread Mark Waite
On Tue, Aug 16, 2016 at 3:44 PM Bruce Epstein wrote: > Thanks, I will try that. > > I guess this gets to the heart of my question... > > If I make it so that an old job won't run on builder, will it fail over to > the newly created node? > > Yes, it will switch freely from one node to another unl

Gerrit Trigger not Triggering

2016-08-16 Thread Ronald Petty
Hello everyone. I have a question about gerrit-trigger. I am having trouble getting it to fire. I see the following in the jenkins logs: Aug 16, 2016 11:19:48 PM com.sonyericsson.hudson.plugins.gerrit.trigger.GerritProjectListUpdater tryLoadProjectList INFO: Not connected to 172.17.0.2:808

Re: What are industry standard ways of managing server logins that Jenkins does for its builds?

2016-08-16 Thread Kiran
How is the SSH Slaves Plugin different? On Saturday, August 13, 2016 at 8:46:20 AM UTC-4, Kiran wrote: > > Does anyone know what percentage of enterprises with Jenkins use the > different authentication methods for their builds? I would like to know > what is common and what is not. > > For exa

Re: How can I get Jenkins on Linux to do builds on Windows machines without Active Directory?

2016-08-16 Thread Kiran
Where is the JNLP slave agent download? I looked at the link. The term "domain" made me think that the Windows server must be part of a Windows domain. Is that true? I have a workgroup with Windows servers. On Sunday, August 14, 2016 at 2:40:09 PM UTC-4, jpd4nt wrote: > > Jenkins has a maste

How do I get Jenkins to store SSH credentials?

2016-08-16 Thread Kiran
I have Jenkins 1.6 running on CentOS 7.2. I have Windows 2012 servers that I want to receive builds from the Jenkins server. These Windows servers are not on a domain. They have OpenSSH installed on them. How do I enter SSH credentials in Jenkins to do builds on other servers? It should be

How do I get Jenkins on Linux to log into Windows servers?

2016-08-16 Thread Kiran
I have Jenkins 1.6 running on CentOS 7.2. I have Windows 2012 servers that I want to receive builds from the Jenkins server. These Windows servers are not on a domain. They have OpenSSH installed on them. On the Jenkins server, I manually created this path (from the Linux console): /home/j

Re: Pipelines, github fork models and the Jenkinfile

2016-08-16 Thread Arvind Jayaprakash
On Tuesday, August 16, 2016 at 12:17:44 AM UTC+5:30, Jesse Glick wrote: > > On Sunday, August 14, 2016 at 1:28:50 AM UTC-4, Arvind Jayaprakash wrote: >> >> A world wherein the following can happen is god enough >>> >> >>- "jenkins team" is able to offer pipelines with restricted set of >>c

Re: How do I get Jenkins on Linux to log into Windows servers?

2016-08-16 Thread Dirk Heinrichs
Am 17.08.2016 um 02:26 schrieb Kiran: > I have Jenkins 1.6 running on CentOS 7.2. I have Windows 2012 servers > that I want to receive builds from the Jenkins server. These Windows > servers are not on a domain. They have OpenSSH installed on them. > On the Jenkins server, I manually created