Now I have Github access, I tried to commit and push changes.

First command :

mvn release:prepare release:perform -Dusername=... -Dpassword=...


I've notice that my jenkins account and Githu are different.

So I try to create my private key and import it into Github profile.

I update my .m2/settings.xml with


    <server>
      <!-- For parent 1.397 or newer; before this use id java.net-m2-repository 
-->
          <id>java.net-m2-repository</id>
      <username>ejouvin</username>
      <password>...</password>
    </server>


But I am not able to commit my job.

When doing throw the gitHub bash, it will failed when trying to connect on 
local host during test.
When doing on DOS command, it freezes on 
[INFO] Executing: cmd.exe /X /C "git push 
[email protected]:jenkinsci/dependency-analyzer.git 
refs/tags/dependencyanalyzer-0.7"
[INFO] Working directory: C:\Datas\git\dependency-analyzer-plugin



More over, I am recieving mail for compiling jobs
https://jenkins.ci.cloudbees.com/job/plugins/job/dependency-analyzer-plugin/

I do not understand why this job failed.


I do not see what I made wrong, and I stop here for now. Anyone have any 
input for me please ?

Etienne

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to