Re: plugin info

2016-02-12 Thread Andrew Bayer
Assuming you're using a freestyle job, that's the Maven task in Jenkins
core. If you're using a Maven job, up that's the Maven plugin.

On Friday, February 12, 2016, Irfan Sayed  wrote:

> Hello,
>
> I need to verify the build option "invoke top level maven targets" is from
> which Jenkins plugin?
> can someone please let me know the plugin name ?
>
> Regards
>
> --
> 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
> email to jenkinsci-users+unsubscr...@googlegroups.com
> 
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CACGLCJaNO2aXQj6k54EupaxTTZZ8sa6-t_pbOoPrL%3DUKPTV2%3DQ%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAPbPdObNa3P%3D3MhXTtRTEL-A3YaqjmoiCEYxwbutkNS8JSeDBA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


plugin info

2016-02-12 Thread Irfan Sayed
Hello,

I need to verify the build option "invoke top level maven targets" is from
which Jenkins plugin?
can someone please let me know the plugin name ?

Regards

-- 
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CACGLCJaNO2aXQj6k54EupaxTTZZ8sa6-t_pbOoPrL%3DUKPTV2%3DQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Publishing vstest results?

2016-02-12 Thread ok999
@James any idea on how to use the plugin via the new jenkins pipeline. I am 
using the MS Test plugin to publish the .trx. 
But after adopting the new pipeline, i am not sure on how to call this 
action via a workflow. 


On Tuesday, November 11, 2014 at 6:00:55 PM UTC-6, James Telfer wrote:
>
> For those that are reading this thread and are interested, there is a 
> plugin for this: Jenkins MSTest plugin 
> 
>
> It wraps the transformation to JUnit format and publishes the result, 
> making it a lot easier to setup. You pass the TRX in directly.
>
> There's also a MSTest runner plugin if you're interested too that works in 
> concert with the MSTest plugin.
>
> HTH,
> JT
>

-- 
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/89ce9770-5c97-4cc4-978e-47faa9250fae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Using the features provided by a plugin in a workflow/pipeline

2016-02-12 Thread ok999
I have a jenkins standalone job, that uses the MSTest plugin 
, it publishes 
the test result (.trx) on the jenkins UI. I want to use this feature of the 
plugin via the workflow script. How can i achieve this?  

At the moment, i am using this batch file, but it need the extra utilities 
like the "msxls.exe" which doesn't comes with cloudbees jenkins out of the 
box. 

*stage name: 'Publish test result', concurrency: 1*
* bat 'C:\\bin\\msxsl.exe TestResult.trx 
"C:\\Jenkins\\plugins\\mstest\\WEB-INF\\mstest-to-junit_withOutput.xsl" -o 
JUnitLikeResultsOutputFile1.xml'*
* step([$class: 'JUnitResultArchiver', allowEmptyResults: true, 
testResults: 'JUnitLikeResultsOutputFile1.xml'])*
   

-- 
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/d14c9ef8-f807-4648-8edc-499e2f0b5612%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: why does this happen?

2016-02-12 Thread Peter Berghold
Nope.  There's a single war file in /var/lib/tomcat6/webapps named
"jenkins.war" but there is a directory "jenkins" which tomcat unpacked the
war file into.

On Fri, Feb 12, 2016 at 12:09 PM Björn Stabel 
wrote:

> Blind, uneducated guess: did you deploy the .war file twice, maybe under
> different names?
>
> On 12/02/16 15:48, Peter Berghold wrote:
>
> [image: multi-jenkins.PNG]
> --
> 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
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CAArvnv0aEhGwJB-Kfmk7MaQg9C%3DViCBCiemWi%2Bcf99%2BcV31XvQ%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> 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
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/56BE11B7.5080206%40data-experts.de
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAArvnv0Sr0CqzZjY%2BpWzu1qxme7b1gzvSaPTJm_8Rbm7X9S7XA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: why does this happen?

2016-02-12 Thread Björn Stabel
Blind, uneducated guess: did you deploy the .war file twice, maybe under 
different names?


On 12/02/16 15:48, Peter Berghold wrote:

multi-jenkins.PNG
--
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 email to jenkinsci-users+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAArvnv0aEhGwJB-Kfmk7MaQg9C%3DViCBCiemWi%2Bcf99%2BcV31XvQ%40mail.gmail.com 
.

For more options, visit https://groups.google.com/d/optout.


--
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/56BE11B7.5080206%40data-experts.de.
For more options, visit https://groups.google.com/d/optout.


Block when direct downsteam build is running

2016-02-12 Thread gseux . criteo
Hello,

I would like to block the execution of a job A when its direct child B is 
running.
Documentation for the "Block build when downstream project is building" 
states it blocks when all transitive children are building.

Is there any way to only block on the direct child builds?

So far, I've read documentation about plugins such as "locks and latches" 
and similar plugins but it seems very complex for this needs.
A few jira tickets mentionned the behavior I am looking for was in place in 
the past and changed by popular demand.

-- 
Grégoire

-- 
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/751bf2e6-b10e-47c1-8dbe-324436f4b0f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


why does this happen?

2016-02-12 Thread Peter Berghold
[image: multi-jenkins.PNG]

-- 
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAArvnv0aEhGwJB-Kfmk7MaQg9C%3DViCBCiemWi%2Bcf99%2BcV31XvQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problem with Jenkins JIRA/LDAP Account setup. Can't access my account

2016-02-12 Thread Daniel
Hi,

Thanks for the fast reply. Mid 2015 sounds about right. I had an account 
before (and used it). Is it possible to either readd it or remove the whole 
account so I can reregister with my email address?


On Friday, February 12, 2016 at 1:45:22 PM UTC+1, Daniel Beck wrote:
>
>
> On 12.02.2016, at 03:05, Daniel > 
> wrote: 
>
> > tried multiple times to contact someone about it via mail, irc, etc. 
> Funny enough it seems impossible to get in contact with someone about 
> problems with the jenkins infrastructure 
>
> Whatever you did, it doesn't look like you emailed the jenkins-infra 
> mailing list. Just a message to #jenkins is too easy to overlook. 
>
> I checked and you don't have an account in Jira. My best guess is that you 
> registered mid July 2015 and the accounts were lost due to OSUOSL 
> outage[1]. Is that possible? 
>
> 1: 
> https://jenkins-ci.org/blog/2015/08/13/update-wiki-and-issue-tracker-outage/ 
>
>

-- 
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7e628bd6-f375-4383-838f-4eb8a24fd2c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problem with Jenkins JIRA/LDAP Account setup. Can't access my account

2016-02-12 Thread Daniel Beck

On 12.02.2016, at 03:05, Daniel  wrote:

> tried multiple times to contact someone about it via mail, irc, etc. Funny 
> enough it seems impossible to get in contact with someone about problems with 
> the jenkins infrastructure

Whatever you did, it doesn't look like you emailed the jenkins-infra mailing 
list. Just a message to #jenkins is too easy to overlook.

I checked and you don't have an account in Jira. My best guess is that you 
registered mid July 2015 and the accounts were lost due to OSUOSL outage[1]. Is 
that possible?

1: https://jenkins-ci.org/blog/2015/08/13/update-wiki-and-issue-tracker-outage/

-- 
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/306545F5-0AD8-4961-9FB5-33D3E2453A5A%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: How to cancel plugin update

2016-02-12 Thread Daniel Beck

On 12.02.2016, at 02:48, Paweł Wiśniewski  wrote:

> I need to cancel plugin update. I've installed git-plugin and it have updated 
> my promoted-build-plugin. The promotion plugin have already been installed so 
> now in Update Center I have:

Shut down Jenkins.

Open $JENKINS_HOME/plugins.

Delete promoted-builds.hpi and rename promoted-builds.bak to 
promoted-builds.hpi.

Start Jenkins.

-- 
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/562182EE-3049-44CA-B513-3569AFE8B96C%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


how can Jenkins notify on the type of build and component area that the build is used for

2016-02-12 Thread Jenkins
Hi,

Can Jenkins notify any scheduler on the type of build and component area 
that the build is for?

Request to provide some idea here.

Thanks,
New to Jenkins

-- 
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7d8e877a-472a-4b6b-a673-3cd1dead3652%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to cancel plugin update

2016-02-12 Thread Mohan PAKALAPATI
Hello,

You can easily downgrade/uninstall updated Plugins from Jenkins GUI Plugins
Manger window

you can navigate like this

Jenkins main page-->Manage Jenkins-->Manage Plugins-->Plugin
Manager-->*Installed
Tab*


*[image: Inline image 1]*



Best regards,
Mohan Pakalapati


On Fri, Feb 12, 2016 at 2:55 PM, Victor Martinez <
victormartinezru...@gmail.com> wrote:

> Hi,
>
> As long as you don't restart your Jenkins service you won't use that
> version of promoted build plugins afaik.
>
> You might need to somehow, before restarting your service:
> - remove that hpi file and download the previous version manually (
> http://updates.jenkins-ci.org/download/plugins/promoted-builds/)
> - then you will be able to restart your service
>
> BTW, Jenkins shouldn't override your config files automatically, you are
> safe as long as you don't apply them via the WebUI.
>
> Maybe someone else has already got another workaround
>
> Cheers
>
> On Friday, 12 February 2016 08:48:13 UTC, Paweł Wiśniewski wrote:
>>
>> Hi All,
>>
>> I need to cancel plugin update. I've installed git-plugin and it have
>> updated my promoted-build-plugin. The promotion plugin have already been
>> installed so now in Update Center I have:
>>
>>> promoted builds plugin promoted-builds plugin is already installed.
>>> Jenkins needs to be restarted for the update to take effect
>>>
>>
>> I don't want this new version since configs are not compatible with one I
>> have. How to  cancel this installation.
>>
>> Br,
>> Pawel
>>
> --
> 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
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/472b0a28-e0c0-42b4-a7b1-38357aeb200b%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAHCF%2BH4raJN640_mCA0ma0oDVnyH_YrP3Tyh6uUuSm6Wq1_wEA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: BUILD_ID used to give date, now gives BUILD_NUMBER

2016-02-12 Thread Robert Beddow
Ok, I found this:

https://issues.jenkins-ci.org/browse/JENKINS-26520


On Friday, 12 February 2016 11:47:00 UTC+1, Robert Beddow wrote:
>
> Hi,
>
> I posted this on the chat too.
>
> I've just noticed that the Environment variable BUILD_ID has recently 
> (somewhere between 1.595 and 1.646) changed to be identical to BUILD_NUMBER 
> (not much use) when it previously held the start date & time of the build 
> (very useful).
> Is this an intentional change?
> Is there another variable I can use to find out the start time and date of 
> a build?
>
> Thanks,
> Robert
>

-- 
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a9a0aa2e-35d5-4fef-b013-4218ff4044bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


BUILD_ID used to give date, now gives BUILD_NUMBER

2016-02-12 Thread Robert Beddow
Hi,

I posted this on the chat too.

I've just noticed that the Environment variable BUILD_ID has recently 
(somewhere between 1.595 and 1.646) changed to be identical to BUILD_NUMBER 
(not much use) when it previously held the start date & time of the build 
(very useful).
Is this an intentional change?
Is there another variable I can use to find out the start time and date of 
a build?

Thanks,
Robert

-- 
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a7b8e365-361d-41ff-8964-6c5364aa7688%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to list all jobs having a Groovy post build script in Jenkins ?

2016-02-12 Thread Victor Martinez
Yep, see the below steps:

1) Go to your script console in jenkins: http://yourJenkinsUrl/script

2) List jobs
Jenkins.instance?.items.each { println it.name }

3) List jobs with post build actions
Jenkins.instance?.items.findAll { it.getPublishersList() != null && it.
getPublishersList().size() > 0 }.each { println it.name }

4) Look for the Groovy Post Build actions class
 Look 
at: 
https://github.com/jenkinsci/groovy-postbuild-plugin/blob/master/src/main/java/org/jvnet/hudson/plugins/groovypostbuild/GroovyPostbuildRecorder.java#L60

5) List jobs with Groovy Post Build actions
Jenkins.instance?.items.findAll { it.getPublishersList() != null && it.
getPublishersList().size() > 0 && it.getPublishersList()?.get(org.jvnet.
hudson.plugins.groovypostbuild.GroovyPostbuildRecorder.class) }.each { 
println it.name }

I hope it helps

Cheers

On Friday, 12 February 2016 09:54:54 UTC, valn...@gmail.com wrote:
>
> Hi, 
>
> I want to know if there is way I can list all Jenkins jobs that are having 
> "Groovy post build script" plug-in enabled for them.
>
> Please let know if there is any way I can do this.
>
>
> Thanks,
> valnci
>

-- 
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/67cb2b99-d98a-45d2-bb38-5241237ad22b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to list all jobs having a Groovy post build script in Jenkins ?

2016-02-12 Thread valnci89
Hi, 

I want to know if there is way I can list all Jenkins jobs that are having 
"Groovy post build script" plug-in enabled for them.

Please let know if there is any way I can do this.


Thanks,
valnci

-- 
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/3d7b562d-ebaa-45e1-8b96-df35ae3d9dca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Failed to parse POMs : MavenEmbedderException No implementation for org.apache.maven.repository.RepositorySystem was bound.

2016-02-12 Thread Indra Gunawan (ingunawa)
Suddenly in the past half-day or so, Maven2/3 Type jobs on our Jenkins 
instances running rather recent version LTS 1.544.3, 1.580.3 and 1.625.3 are 
hit with this error:


Parsing POMs
ERROR: Failed to parse POMs
hudson.maven.MavenEmbedderException:
 com.google.inject.ProvisionException: Guice provision errors:

1) No implementation for org.apache.maven.repository.RepositorySystem was bound.
  while locating 
org.apache.maven.execution.DefaultMavenExecutionRequestPopulator
  at ClassRealm[maven, parent: ClassRealm[maven-parent, parent: null]]
  at ClassRealm[maven, parent: ClassRealm[maven-parent, parent: null]]
  while locating org.apache.maven.execution.MavenExecutionRequestPopulator

1 error
  role: org.apache.maven.execution.MavenExecutionRequestPopulator
  roleHint:
at hudson.maven.MavenEmbedder.(MavenEmbedder.java:130)
at hudson.maven.MavenEmbedder.(MavenEmbedder.java:109)
at hudson.maven.MavenEmbedder.(MavenEmbedder.java:136)
at hudson.maven.MavenUtil.createEmbedder(MavenUtil.java:212)
at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1288)
at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1091)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2589)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: 
org.codehaus.plexus.component.repository.exception.ComponentLookupException: 
com.google.inject.ProvisionException: Guice provision errors:

1) No implementation for org.apache.maven.repository.RepositorySystem was bound.
  while locating 
org.apache.maven.execution.DefaultMavenExecutionRequestPopulator
  at ClassRealm[maven, parent: ClassRealm[maven-parent, parent: null]]
  at ClassRealm[maven, parent: ClassRealm[maven-parent, parent: null]]
  while locating org.apache.maven.execution.MavenExecutionRequestPopulator

1 error
  role: org.apache.maven.execution.MavenExecutionRequestPopulator
  roleHint:
at 
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:264)
at 
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:252)
at 
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:246)
at hudson.maven.MavenEmbedder.lookup(MavenEmbedder.java:567)
at 
hudson.maven.MavenEmbedder.buildMavenExecutionRequest(MavenEmbedder.java:157)
at hudson.maven.MavenEmbedder.(MavenEmbedder.java:120)
... 14 more
Caused by: com.google.inject.ProvisionException: Guice provision errors:

1) No implementation for org.apache.maven.repository.RepositorySystem was bound.
  at Key[type=org.apache.maven.execution.DefaultMavenExecutionRequestPopulator, 
annotation=[none]]
  at ClassRealm[maven, parent: ClassRealm[maven-parent, parent: null]]
  at ClassRealm[maven, parent: ClassRealm[maven-parent, parent: null]]
  at Key[type=org.apache.maven.execution.MavenExecutionRequestPopulator, 
annotation=[none]]

1 error
at com.google.inject.internal.InjectorImpl$3.get(InjectorImpl.java:1014)
at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:82)
at 
org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51)
at 
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:260)
... 19 more
Finished: FAILURE



At a glance, the embedded Maven jar looks not right.  The solution I am able to 
come up with is to disconnect the slave, and force slave to connect so it gets 
new slave.jar and whatever the maven embedded jar again to workspace.


However I am wary about the sudden not-so-subtle maven internal issue at the 
same time.  What is the root cause?  Is there an external dependency pulled in 
that has changed with Maven 3.0?


I am curious to know.


Thank you

-Indra

-- 
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/D2E2E9D2.46743%25ingunawa%40cisco.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to cancel plugin update

2016-02-12 Thread Victor Martinez
Hi,

As long as you don't restart your Jenkins service you won't use that 
version of promoted build plugins afaik. 

You might need to somehow, before restarting your service:
- remove that hpi file and download the previous version manually 
(http://updates.jenkins-ci.org/download/plugins/promoted-builds/)
- then you will be able to restart your service

BTW, Jenkins shouldn't override your config files automatically, you are 
safe as long as you don't apply them via the WebUI.

Maybe someone else has already got another workaround

Cheers

On Friday, 12 February 2016 08:48:13 UTC, Paweł Wiśniewski wrote:
>
> Hi All,
>
> I need to cancel plugin update. I've installed git-plugin and it have 
> updated my promoted-build-plugin. The promotion plugin have already been 
> installed so now in Update Center I have:
>
>> promoted builds plugin promoted-builds plugin is already installed. 
>> Jenkins needs to be restarted for the update to take effect
>>
>
> I don't want this new version since configs are not compatible with one I 
> have. How to  cancel this installation.
>
> Br,
> Pawel
>

-- 
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/472b0a28-e0c0-42b4-a7b1-38357aeb200b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Problem with Jenkins JIRA/LDAP Account setup. Can't access my account

2016-02-12 Thread Daniel
Hi,

I'm having this problem since about half a year and tried multiple times to 
contact someone about it via mail, irc, etc. Funny enough it seems 
impossible to get in contact with someone about problems with the jenkins 
infrastructure without access to said infrastructure..

The problem:
I can't access my account (username/password) in Jenkins. I can reset my 
password. I get the reset email and a temporary password. I can use this 
password to access my profile. I can reset my password using this temporary 
password and get no errors. But I can't login with this account to JIRA, 
the wiki or anywhere else. I've tried this about 30 times over the past 6 
months. Nothing changed.

I assume there's something messed up with ldap auth?!

Can anyone help me with this or point me to someone who might be able to 
help _WITHOUT_ me needing access to JIRA to contact him?

Thanks
Daniel

-- 
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/dcfc5e7f-430b-4cf3-bf6c-f708ce872ae3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to cancel plugin update

2016-02-12 Thread Paweł Wiśniewski
Hi All,

I need to cancel plugin update. I've installed git-plugin and it have 
updated my promoted-build-plugin. The promotion plugin have already been 
installed so now in Update Center I have:

> promoted builds plugin promoted-builds plugin is already installed. 
> Jenkins needs to be restarted for the update to take effect
>

I don't want this new version since configs are not compatible with one I 
have. How to  cancel this installation.

Br,
Pawel

-- 
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/74acd720-c128-4ba6-8df7-22cc0b84022e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to Uninstall Jenkins on windows machine

2016-02-12 Thread Victor Martinez
Look at:
- 
https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+as+a+Windows+service
There is already a specific section about that question
Cheers

On Friday, 12 February 2016 07:32:41 UTC, Jenkins wrote:
>
> HI,
>
> How to Uninstall Jenkins on windows machine?
>
> Thanks,
> Naveen
>

-- 
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 email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a80bfb4a-ac22-404e-b24c-9b244a85a123%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.