hi there,

i performed all the steps and got permission to upload our plugin using 
the 
https://github.com/jenkins-infra/repository-permissions-updater/blob/master/permissions/plugin-apprenda.yml
 
process.

However, i can't get maven to execute the full process correctly.

A few notes on my environment first
* I am using Windows 10 x64
* I am using subversion for windows, installed from the link on the jenkins 
wiki
* I am using git shell for all my operations (i tried cygwin initially and 
saw the mention in https://wiki.jenkins.io/display/JENKINS/Hosting+Plugins 
that it is not advised)
* I created an SSH key , imported it to my github account, and started an 
SSH server using GIT Shell
* I put my creds in a simple ~/.m2/settings.xml (I am using plain text 
passwords for now)
*My github account username is michmike while my Jenkins CI account is 
apprenda, with different passwords of course
*I got an origin remote for https://github.com/jenkinsci/apprenda-plugin
*I run my maven command "mvn release:prepare release:perform"

No matter what troubleshooting step i tried, i always get this error. Any 
ideas on how to proceed?

[INFO] --- maven-release-plugin:2.5.2:prepare (default-cli) @ apprenda ---
[INFO] Resuming release from phase 'scm-commit-release'
[INFO] Checking in modified POMs...
[INFO] Executing: cmd.exe /X /C "svn --non-interactive commit --file 
C:\Users\mmichael\AppData\Local\Temp\maven-scm-1221881271.commit --targets 
C:\Users\mmichael\AppData\Local\Temp\maven-scm-8041922886922418610-targets"
[INFO] Working directory: C:\Users\mmichael\Documents\GitHub\apprenda-plugin
[INFO] 
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] Total time: 5.706 s
[INFO] Finished at: 2018-03-01T01:08:39-06:00
[INFO] Final Memory: 17M/304M
[INFO] 
------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-release-plugin:2.5.2:prepare (default-cli) 
on project apprenda: Unable to commit files
[ERROR] Provider message:
[ERROR] The svn command failed.
[ERROR] Command output:
[ERROR] svn: E155007: 
'C:\Users\mmichael\Documents\GitHub\apprenda-plugin\pom.xml' is not a 
working copy
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, 
please read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
~\Documents\GitHub\apprenda-plugin [master ≡ +1 ~2 -0 !]>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/831de64c-1d27-4f7f-a554-2fc4bcff8d40%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to