Re: Debug connection between node and master

2013-09-02 Thread ycollet
I was able to pass some options to java slave.jar via the option: 
Suffix Start Slave Command 
And I added -slaveLog log.txt.
But nothing really interesting in the log.
Can I add some more debug informations in this log ?

YC


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Access jenkins data in groovy scripts, vs the Script Console

2013-09-02 Thread Morgan Fletcher
Er, nevermind:

+def gitHash = ("git rev-parse HEAD".execute().text[0..6])
+println "Git hash is $gitHash"
+

Morgan


On Mon, Sep 2, 2013 at 5:07 PM, Morgan Fletcher  wrote:

> I want to be able to access the first seven characters of the current git
> commit SHA-1 hash, from a gant groovy script I run via a build step in my
> project (Build With Grails -> Use Grails Wrapper -> Targets = the default
> target in the gant script.) I can get that string in the Manage Jenkins ->
> Script Console like so:
>
> def job = Hudson.instance.getJob('job-name')
> def run = job.getLastBuild()
>
> println run.getEnvironment()["GIT_COMMIT"][0..6]
>
> But I cannot figure out how to replicate that functionality in my gant
> script. If I put this into a script, and run it with "Execute system Groovy
> script", it works:
>
>  import hudson.model.*
>
> def job = Hudson.instance.getJob('job-name')
> def run = job.getLastBuild()
> println run.getEnvironment()["GIT_COMMIT"][0..6]
>
> But if I phrase it as a gant script, I can't run it as a "system Groovy
> script":
>
> groovy.lang.MissingMethodException: No signature of method: 
> Script1.target()
>
>
> If I run the gant script as a grails target, with this code in place:
>
> import hudson.model.*
>
> target(getGitHash: 'Get the current git commit hash') {
>
> def job = Hudson.instance.getJob('job-name')
> def run = job.getLastBuild()
>
> println "current git hash is:"
> println run.getEnvironment()["GIT_COMMIT"][0..6]
> }
>
> setDefaultTarget(getGitHash)
>
> I get:
>
> No such property: Hudson for class:
>
>
> How can I get the current git hash from my gant script?
>
> Thanks,
>
> Morgan
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Access jenkins data in groovy scripts, vs the Script Console

2013-09-02 Thread Morgan Fletcher
I want to be able to access the first seven characters of the current git
commit SHA-1 hash, from a gant groovy script I run via a build step in my
project (Build With Grails -> Use Grails Wrapper -> Targets = the default
target in the gant script.) I can get that string in the Manage Jenkins ->
Script Console like so:

def job = Hudson.instance.getJob('job-name')
def run = job.getLastBuild()

println run.getEnvironment()["GIT_COMMIT"][0..6]

But I cannot figure out how to replicate that functionality in my gant
script. If I put this into a script, and run it with "Execute system Groovy
script", it works:

import hudson.model.*

def job = Hudson.instance.getJob('job-name')
def run = job.getLastBuild()
println run.getEnvironment()["GIT_COMMIT"][0..6]

But if I phrase it as a gant script, I can't run it as a "system Groovy
script":

groovy.lang.MissingMethodException: No signature of method: Script1.target()


If I run the gant script as a grails target, with this code in place:

import hudson.model.*

target(getGitHash: 'Get the current git commit hash') {

def job = Hudson.instance.getJob('job-name')
def run = job.getLastBuild()

println "current git hash is:"
println run.getEnvironment()["GIT_COMMIT"][0..6]
}

setDefaultTarget(getGitHash)

I get:

No such property: Hudson for class:


How can I get the current git hash from my gant script?

Thanks,

Morgan

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Morgan Fletcher has invited you to use Google Talk

2013-09-02 Thread Morgan Fletcher





Morgan Fletcher has invited you to sign up for Google Talk so you can talk to 
each other for free over your computers.

To sign-up, go to:
http://www.google.com/accounts/NewAccount?service=talk&sendvemail=true&skipvpage=true&reqemail=jenkinsci-users@googlegroups.com&continue=http://www.google.com/talk/service/handleinvite?p%3DDnrjr0IBAAA.20CVsUunHhsei_j-F77TuiSbA8BGSHQUhhE6dK9ICb6RtW8dUknUVLP5LBIEEBGGeBms7EkEz2wnpo4MonD7CQ.SIDXZSTpV1QMqMyEY9tmlg&followup=http://www.google.com/talk/service/HandleEmailVerified?ee%3DDnrjr0IBAAA.B-rD4fQehi5wuOqEOPQx1E2oTwn1IYp5XaamjVquAxAeaBGKPkalHWidE7kmJEfq.s3XdlKNmZOc-uWrpRASevg%26p%3DDnrjr0IBAAA.20CVsUunHhsei_j-F77TuiSbA8BGSHQUhhE6dK9ICb6RtW8dUknUVLP5LBIEEBGGeBms7EkEz2wnpo4MonD7CQ.SIDXZSTpV1QMqMyEY9tmlg

Google Talk is a downloadable Windows* application that offers:
- Free calls over your computer anytime, from anywhere, and for as long as you 
want
- A simple and intuitive user interface for sending instant messages or making 
calls--no clutter, pop-ups or ads
- Superior voice quality through just a microphone and computer speaker
- Fast file transfers with no restrictions on file type

After signing-up, download Google Talk and sign in with your new Google Account 
username and password.
You can then begin inviting anyone you want to talk to for free.

Google Talk works with any computer speaker and microphone, such as the ones 
built-in to many PC laptops today,
as well as with wired and wireless headsets and USB phones. Google Talk also 
works across all firewalls.

Google Talk is still in beta. Just like with Gmail, we're working hard to add 
features and make improvements,
so we might also ask for your comments and suggestions periodically. We 
appreciate your help in making it even better!

Thanks,

The Google Talk Team

To learn more about Google Talk before signing up, visit:

http://www.google.com/talk/about.html

(If clicking the URLs in this message does not work, copy and paste them into 
the address bar of your browser).

* Not a Windows user? No problem. You can also connect to the Google Talk 
service from any platform using third-party clients
(http://www.google.com/talk/otherclients.html).

  

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Jenkins Distributed Environment Setup

2013-09-02 Thread Baptiste Mathus
Hi,
Search for "jenkins definitive guide".
Le 2 sept. 2013 13:00, "Gaurang shah"  a écrit :

> Hi Guys,
>
> Is there any wiki page or blog post where set up of Jenkins Distributed
> Environment is explained in details. Things like
>
>- How to run one  build on multiple nodes for load balancing
>- How to run same job parallel in same node
>- How to run same build on multiple nodes
>
> Gaurang Shah
>
> --
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Browser not opening in remote machines when accessing from remote machines

2013-09-02 Thread Baptiste Mathus
Hi,
Your mail was received. Please don't repost. Just check the archive to see
if the first reached the mailing list.

Thanks
Le 2 sept. 2013 13:31, "pradeep kattekola"  a
écrit :

> Hi frnds ,
>
>
> I am new to Jenkins. I created job in one machine and running the same job
> in other machine with http://Ip-address:8080
>
> i am able to see the jobs but when executing the jobs , browsers opening
> on remote machines its opening in server machine.
>
> how to view the browsers in same machine. Pls anyone help me on same.
>
>
> Thanks,
> Prathip
>
> --
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Browser not opening in Other machine

2013-09-02 Thread Baptiste Mathus
Hi,
IIUC, you want the jenkins server to run the tests on the machine you're
using. It's basically not possible unless you add that client machine as a
jenkins slave.

Cheers
Le 2 sept. 2013 13:22, "pradeep kattekola"  a
écrit :

>
>
> Hi frnds ,
>
>
> I am new to Jenkins. I created job in one machine and running the same job
> in other machine with http://192.168.37.127:8080
>
> i am able to see the jobs but when executing the jobs , browsers opening
> on remote machines its opening in server machine.
>
> how to view the browsers in same machine. Pls anyone help me on same.
>
>
> Thanks,
> Prathip
>
>  --
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Git push back changes

2013-09-02 Thread Mark Waite
The bug you referenced is fixed in the current versions of the git client 
plugin and the git plugin.  I can confirm that Git plugin versions 1.4.0 and 
1.5.0 are able to publish changes when used with git client plugin 1.1.2.

Unfortunately, that probably doesn't help you, since there is still some reason 
that your publish attempt is failing.  You'll need to do more investigating to 
understand why publish works for others and not in the case you're testing.

Mark Waite



>
> From: David Karlsen 
>To: jenkinsci-users@googlegroups.com 
>Sent: Monday, September 2, 2013 2:53 AM
>Subject: Git push back changes
> 
>
>
>I'm having problems getting jenkins to push back the merged branch to origin 
>repo. (everything else works but the push back to the repository).
>
>
>Looks like this issue:
>http://jenkins-ci.361315.n4.nabble.com/Git-publisher-fails-to-push-td4659177.html
>
>
>I'm running:
>-bash-3.2$ cat git-client/META-INF/MANIFEST.MF 
>Manifest-Version: 1.0
>Archiver-Version: Plexus Archiver
>Created-By: Apache Maven
>Built-By: jglick
>Build-Jdk: 1.7.0_25
>Extension-Name: git-client
>Specification-Title: Utility plugin for Git support in Jenkins
>Implementation-Title: git-client
>Implementation-Version: 1.1.2
>Group-Id: org.jenkins-ci.plugins
>Short-Name: git-client
>Long-Name: Jenkins GIT client plugin
>Url: http://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin
>Plugin-Version: 1.1.2
>Hudson-Version: 1.480
>Jenkins-Version: 1.480
>Plugin-Dependencies: ssh-credentials:1.0
>Plugin-Developers: Nicolas De Loof:ndeloof:nicolas.del...@gmail.com
>
>
>-bash-3.2$ cat git/META-INF/MANIFEST.MF 
>Manifest-Version: 1.0
>Archiver-Version: Plexus Archiver
>Created-By: Apache Maven
>Built-By: nicolas
>Build-Jdk: 1.6.0_31
>Extension-Name: git
>Specification-Title: Integrates Jenkins with GIT SCM
>Implementation-Title: git
>Implementation-Version: 1.4.0
>Group-Id: org.jenkins-ci.plugins
>Short-Name: git
>Long-Name: Jenkins GIT plugin
>Url: http://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin
>Plugin-Version: 1.4.0
>Hudson-Version: 1.448
>Jenkins-Version: 1.448
>Plugin-Dependencies: token-macro:1.5.1;resolution:=optional,multiple-s
> cms:0.2;resolution:=optional,git-client:1.0.6,parameterized-trigger:2
> .4;resolution:=optional
>Plugin-Developers: Kohsuke Kawaguchi:kohsuke:,Nicolas De Loof:ndeloof:
> nicolas.del...@gmail.com
>
>
>
>
>on core 1.509.2
>
>
>are there any workarounds? AFAIK I'm running the latest git plugins for latest 
>LTS.
>
>-- 
>--
>David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen
>
-- 
>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.
>For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Aw: gradle sonar-runner fails on Jenkins

2013-09-02 Thread Christoph Kutzinski

For reference:

 

the problem turned out that the project name on Jenkins contained a whitespace while the directory on my developer machine didn't

Since Gradle automatically takes that as project.name and the sonarRunner obviously doesn't like white space in the project name, it failed on Jenkins.

 

Solution: change the Jenkins project name and/or explicitly set the project.name in Gradle (which sounds like a good idea, anyway)

 

Gesendet: Montag, 26. August 2013 um 14:05 Uhr
Von: "Christoph Kutzinski" 
An: "Jenkins Users" 
Betreff: gradle sonar-runner fails on Jenkins



Hi,

 

I've got the problem that the sonar task fails when running from Jenkins, but suceeds when running on a developer machine or even on the Jenkins build node when running from the shell.

 

Console output:

11:53:28  :sonarRunner
11:53:28  11:53:28.124 INFO  .s.b.b.BatchSettings - Load batch settings
11:53:28  :sonarRunner FAILED
11:53:28  
11:53:28  FAILURE: Build failed with an exception.
11:53:28  
11:53:28  * What went wrong:
11:53:28  Execution failed for task ':sonarRunner'.
11:53:28  > java.lang.IllegalArgumentException: Illegal character in query at index 95: http://xyz:9000/batch_bootstrap/properties?project=com.example:LIS sonar
11:53:28  
11:53:28  * Try:
11:53:28  Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

 

Relevant part of build.gradle:

sonarRunner {
    sonarProperties {
        property "sonar.host.url", "http://xyz:9000/"
        property "sonar.jdbc.url", "jdbc:postgresql://xyz/sonar"
        property "sonar.jdbc.driverClassName", "org.postgresql.Driver"
        property "sonar.jdbc.username", "sonar"
        property "sonar.jdbc.password", "sonar01"
        property "suppressions-file-location",  "${projectDir}/config/checkstyle/suppressions.xml"
    }
}

 

The problem seems to me the whitespace between 'LIS' and 'sonar', but I've got no idea why the escaping works when running from the shell but not from within Jenkins.

 

Can anyone help?

 

 

Thanks

Christoph

 

 


 
--
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.
For more options, visit https://groups.google.com/groups/opt_out.






-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Debug connection between node and master

2013-09-02 Thread ycollet
I tested another way to run the slave:
- I logged on the slave, open firefox and connect to the master jenkins web 
page.
- here, I configured the node and select java web start to start the node.
- On the node, I enter the following command:
 java -jar slave.jar -jnlpUrl 
http://mymasterurl:8080/computer/the_slave_name/slave-agent.jnlp

I've got the following messages:

Sep 02, 2013 2:58:26 PM hudson.remoting.jnlp.Main$CuiListener 
INFO: Jenkins agent is running in headless mode.
Sep 02, 2013 2:58:26 PM hudson.remoting.jnlp.Main$CuiListener status
INFO: Locating server among [http://192.168.0.3:8081/]
Sep 02, 2013 2:58:26 PM hudson.remoting.jnlp.Main$CuiListener status
INFO: Connecting to 192.168.0.3:24
Sep 02, 2013 2:58:26 PM hudson.remoting.jnlp.Main$CuiListener status
INFO: Handshaking
Sep 02, 2013 2:58:26 PM hudson.remoting.jnlp.Main$CuiListener status
INFO: Connected

But if I start my job, I still have an error:

Started by user anonymous 
[EnvInject] - Loading node environment variables.
Building remotely on slave_linux_64 
 in workspace 
/home/crystal/jenkins/workspace/TESTLinux
hudson.util.IOException2: remote file operation failed: 
/home/crystal/jenkins/workspace/TESTLinux at 
hudson.remoting.Channel@77f1201b:slave_linux_64
at hudson.FilePath.act(FilePath.java:905)
at hudson.FilePath.act(FilePath.java:882)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:743)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:685)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1408)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:676)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:581)
at hudson.model.Run.execute(Run.java:1603)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:247)
Caused by: java.io.IOException: Remote call on slave_linux_64 failed
at hudson.remoting.Channel.call(Channel.java:723)
at hudson.FilePath.act(FilePath.java:898)
... 11 more
Caused by: java.lang.NoClassDefFoundError: jenkins.model.Jenkins
at 
hudson.scm.SubversionSCM.createDefaultSVNOptions(SubversionSCM.java:844)
at hudson.scm.SubversionSCM.createClientManager(SubversionSCM.java:834)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:766)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:753)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2417)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at hudson.remoting.Engine$1$1.run(Engine.java:63)
at java.lang.Thread.run(Thread.java:724)
Finished: FAILURE




If I add ssh commands in my job (pre build ssh command to perform the checkout, 
ssh command to start the compilation), everything is running fine.

YC


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Browser not opening in remote machines when accessing from remote machines

2013-09-02 Thread pradeep kattekola
Hi frnds ,


I am new to Jenkins. I created job in one machine and running the same job 
in other machine with http://Ip-address:8080

i am able to see the jobs but when executing the jobs , browsers opening on 
remote machines its opening in server machine.

how to view the browsers in same machine. Pls anyone help me on same.


Thanks,
Prathip

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Browser not opening in Other machine

2013-09-02 Thread pradeep kattekola


Hi frnds ,


I am new to Jenkins. I created job in one machine and running the same job 
in other machine with http://192.168.37.127:8080

i am able to see the jobs but when executing the jobs , browsers opening on 
remote machines its opening in server machine.

how to view the browsers in same machine. Pls anyone help me on same.


Thanks,
Prathip

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Jenkins Distributed Environment Setup

2013-09-02 Thread Gaurang shah
Hi Guys, 

Is there any wiki page or blog post where set up of Jenkins Distributed 
Environment is explained in details. Things like 

   - How to run one  build on multiple nodes for load balancing 
   - How to run same job parallel in same node 
   - How to run same build on multiple nodes 

Gaurang Shah 

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Debug connection between node and master

2013-09-02 Thread ycollet
Hello,

I have started a Linux node via ssh.
On the node, I can see the jars copied from jenkins in the directory I 
specified for the node and the log when I start the node seems OK.
I also can see the "java -jar slave.jar" running.

When I start a job, a job directory is created in workspace and then every 
command I started in my fails (excepted ssh ones).
I first try a svn checkout and I've got an error.
Then, I disabled the svn checkout and added only a sheel script performing 
a "echo hello" and the shell script launch fails.
If I add no command, the job went fine (I know, this sound stupid).

Is it possible to have a verbose output from slave.jar ?
Do we need to be able to connect from the slave to the master via ssh ?

YC

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Git push back changes

2013-09-02 Thread David Karlsen
I'm having problems getting jenkins to push back the merged branch to
origin repo. (everything else works but the push back to the repository).

Looks like this issue:
http://jenkins-ci.361315.n4.nabble.com/Git-publisher-fails-to-push-td4659177.html

I'm running:
-bash-3.2$ cat git-client/META-INF/MANIFEST.MF
Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: Apache Maven
Built-By: jglick
Build-Jdk: 1.7.0_25
Extension-Name: git-client
Specification-Title: Utility plugin for Git support in Jenkins
Implementation-Title: git-client
Implementation-Version: 1.1.2
Group-Id: org.jenkins-ci.plugins
Short-Name: git-client
Long-Name: Jenkins GIT client plugin
Url: http://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin
Plugin-Version: 1.1.2
Hudson-Version: 1.480
Jenkins-Version: 1.480
Plugin-Dependencies: ssh-credentials:1.0
Plugin-Developers: Nicolas De Loof:ndeloof:nicolas.del...@gmail.com

-bash-3.2$ cat git/META-INF/MANIFEST.MF
Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: Apache Maven
Built-By: nicolas
Build-Jdk: 1.6.0_31
Extension-Name: git
Specification-Title: Integrates Jenkins with GIT SCM
Implementation-Title: git
Implementation-Version: 1.4.0
Group-Id: org.jenkins-ci.plugins
Short-Name: git
Long-Name: Jenkins GIT plugin
Url: http://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin
Plugin-Version: 1.4.0
Hudson-Version: 1.448
Jenkins-Version: 1.448
Plugin-Dependencies: token-macro:1.5.1;resolution:=optional,multiple-s
 cms:0.2;resolution:=optional,git-client:1.0.6,parameterized-trigger:2
 .4;resolution:=optional
Plugin-Developers: Kohsuke Kawaguchi:kohsuke:,Nicolas De Loof:ndeloof:
 nicolas.del...@gmail.com


on core 1.509.2

are there any workarounds? AFAIK I'm running the latest git plugins for
latest LTS.

-- 
--
David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Editable Email Notification - fails to send email to developers

2013-09-02 Thread Avihay Eyal
Hi, I'm sorry, but it seems that the fault was mine. I tested it from a 
Mercurial repository, mounted from Linux to windows machine, and there it 
didn't work.
When I tested it from a "regular" repository, it worked well.

On Monday, September 2, 2013 12:45:13 AM UTC+3, slide wrote:
>
> How was your job triggered? Yes, the documentation needs to be cleaned up, 
> I plan on doing that soon.
>
> Thanks,
>
> slide
>
>
> On Sun, Sep 1, 2013 at 12:27 AM, Avihay Eyal 
> > wrote:
>
>> Hi, I defined my editable email notification as following:
>>
>>
>>1. The general recipient list is empty.
>>2. I added a trigger in the case of Failure. *The "Send To" is marked 
>>as "Developers"* 
>>3. In the "Recipient List" I added cc:avihay@XXX
>>
>> The result is: when there's a failure, an email is indeed issued, but the 
>> recipient is - To: anonymous@XXX
>>
>> Cc: Avihay@XXX
>>
>> So, the recipient list indeed works, *but the "Developers" seems not to 
>> work*. Instead of emailing to Avihay in the To:,* I see anonymous...*
>>
>> I check in the repository, and the user marked in the last push is indeed 
>> Avihay.
>>
>> My SCM is *mercurial*.
>>
>> BTW, in the Editable Email Notification documentation I read, I see 
>> references to "Commiters" and not to "Developers". Could it be that the 
>> documentation is outdated?
>>
>>
>>
>>
>> Thanks.
>>
>> -- 
>> 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-use...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> -- 
> Website: http://earl-of-code.com 
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.