Publisher plugin is not uploading files
I am using Jenkins and SVN Publisher plugin to generate build and then to upload build back to repository.
It generates build but not uploading the build to repository. (I added post build action as to publish to subversion repository)
This is the colsole after generating build.
Started by user User2
Building in workspace C:UsersPrasanth B.jenkinsjobsmyappworkspace
Switching from https://myapp.domain.co.in/Source/PushScripts to https://myapp.domain.co.in/Source/PushScripts
Switching to https://myapp.domain.co.in/Source/PushScripts at revision '2013-07-04T12:37:33.002 +0530'
At revision 2591
no revision recorded for https://myapp.domain.co.in/Source/PushScripts in the previous build
workspace: /C:/Users/Prasanth B/.jenkins/jobs/myapp/workspace/
Attempting to import to SVN: http://myapp.domain.co.in/Source/PushScripts/liv/android/Liv/GCM/Logs/
SVN Publisher: target: C:UsersPrasanth B.jenkinsjobsmyappworkspacepushscriptslivandroid
Finished: SUCCESS
My configure page looks like this :
My question :
- Why is it not uploading it to repository ? Please guide me.
- Is there any other plugin available to commit the build files to SVN repository.
Some more details :
I am testing the application in windows7 and mac
SVN version : 1.6.16
SVN Publisher plugin version : 0.1
I intalled Jenkins in my PC and I use reverse proxy to access it from other
computer (I have XAMP installed in my PC)
Thanks in advance
svn plugins jenkins hudson
add a comment |
I am using Jenkins and SVN Publisher plugin to generate build and then to upload build back to repository.
It generates build but not uploading the build to repository. (I added post build action as to publish to subversion repository)
This is the colsole after generating build.
Started by user User2
Building in workspace C:UsersPrasanth B.jenkinsjobsmyappworkspace
Switching from https://myapp.domain.co.in/Source/PushScripts to https://myapp.domain.co.in/Source/PushScripts
Switching to https://myapp.domain.co.in/Source/PushScripts at revision '2013-07-04T12:37:33.002 +0530'
At revision 2591
no revision recorded for https://myapp.domain.co.in/Source/PushScripts in the previous build
workspace: /C:/Users/Prasanth B/.jenkins/jobs/myapp/workspace/
Attempting to import to SVN: http://myapp.domain.co.in/Source/PushScripts/liv/android/Liv/GCM/Logs/
SVN Publisher: target: C:UsersPrasanth B.jenkinsjobsmyappworkspacepushscriptslivandroid
Finished: SUCCESS
My configure page looks like this :
My question :
- Why is it not uploading it to repository ? Please guide me.
- Is there any other plugin available to commit the build files to SVN repository.
Some more details :
I am testing the application in windows7 and mac
SVN version : 1.6.16
SVN Publisher plugin version : 0.1
I intalled Jenkins in my PC and I use reverse proxy to access it from other
computer (I have XAMP installed in my PC)
Thanks in advance
svn plugins jenkins hudson
got the same issue.. no solution yet.
– Alex Tape
Sep 24 '14 at 10:33
1
@alex you can try bash script to do that, i dont know how exactly to do it, try searching in google
– Prasanth Bendra
Sep 24 '14 at 11:05
Are you usingMaster Slave
setup? If yes, then you should check out this link.
– Technext
Sep 24 '14 at 14:36
add a comment |
I am using Jenkins and SVN Publisher plugin to generate build and then to upload build back to repository.
It generates build but not uploading the build to repository. (I added post build action as to publish to subversion repository)
This is the colsole after generating build.
Started by user User2
Building in workspace C:UsersPrasanth B.jenkinsjobsmyappworkspace
Switching from https://myapp.domain.co.in/Source/PushScripts to https://myapp.domain.co.in/Source/PushScripts
Switching to https://myapp.domain.co.in/Source/PushScripts at revision '2013-07-04T12:37:33.002 +0530'
At revision 2591
no revision recorded for https://myapp.domain.co.in/Source/PushScripts in the previous build
workspace: /C:/Users/Prasanth B/.jenkins/jobs/myapp/workspace/
Attempting to import to SVN: http://myapp.domain.co.in/Source/PushScripts/liv/android/Liv/GCM/Logs/
SVN Publisher: target: C:UsersPrasanth B.jenkinsjobsmyappworkspacepushscriptslivandroid
Finished: SUCCESS
My configure page looks like this :
My question :
- Why is it not uploading it to repository ? Please guide me.
- Is there any other plugin available to commit the build files to SVN repository.
Some more details :
I am testing the application in windows7 and mac
SVN version : 1.6.16
SVN Publisher plugin version : 0.1
I intalled Jenkins in my PC and I use reverse proxy to access it from other
computer (I have XAMP installed in my PC)
Thanks in advance
svn plugins jenkins hudson
I am using Jenkins and SVN Publisher plugin to generate build and then to upload build back to repository.
It generates build but not uploading the build to repository. (I added post build action as to publish to subversion repository)
This is the colsole after generating build.
Started by user User2
Building in workspace C:UsersPrasanth B.jenkinsjobsmyappworkspace
Switching from https://myapp.domain.co.in/Source/PushScripts to https://myapp.domain.co.in/Source/PushScripts
Switching to https://myapp.domain.co.in/Source/PushScripts at revision '2013-07-04T12:37:33.002 +0530'
At revision 2591
no revision recorded for https://myapp.domain.co.in/Source/PushScripts in the previous build
workspace: /C:/Users/Prasanth B/.jenkins/jobs/myapp/workspace/
Attempting to import to SVN: http://myapp.domain.co.in/Source/PushScripts/liv/android/Liv/GCM/Logs/
SVN Publisher: target: C:UsersPrasanth B.jenkinsjobsmyappworkspacepushscriptslivandroid
Finished: SUCCESS
My configure page looks like this :
My question :
- Why is it not uploading it to repository ? Please guide me.
- Is there any other plugin available to commit the build files to SVN repository.
Some more details :
I am testing the application in windows7 and mac
SVN version : 1.6.16
SVN Publisher plugin version : 0.1
I intalled Jenkins in my PC and I use reverse proxy to access it from other
computer (I have XAMP installed in my PC)
Thanks in advance
svn plugins jenkins hudson
svn plugins jenkins hudson
edited Jul 5 '13 at 6:53
Prasanth Bendra
asked Jul 4 '13 at 7:26
Prasanth BendraPrasanth Bendra
20.2k64363
20.2k64363
got the same issue.. no solution yet.
– Alex Tape
Sep 24 '14 at 10:33
1
@alex you can try bash script to do that, i dont know how exactly to do it, try searching in google
– Prasanth Bendra
Sep 24 '14 at 11:05
Are you usingMaster Slave
setup? If yes, then you should check out this link.
– Technext
Sep 24 '14 at 14:36
add a comment |
got the same issue.. no solution yet.
– Alex Tape
Sep 24 '14 at 10:33
1
@alex you can try bash script to do that, i dont know how exactly to do it, try searching in google
– Prasanth Bendra
Sep 24 '14 at 11:05
Are you usingMaster Slave
setup? If yes, then you should check out this link.
– Technext
Sep 24 '14 at 14:36
got the same issue.. no solution yet.
– Alex Tape
Sep 24 '14 at 10:33
got the same issue.. no solution yet.
– Alex Tape
Sep 24 '14 at 10:33
1
1
@alex you can try bash script to do that, i dont know how exactly to do it, try searching in google
– Prasanth Bendra
Sep 24 '14 at 11:05
@alex you can try bash script to do that, i dont know how exactly to do it, try searching in google
– Prasanth Bendra
Sep 24 '14 at 11:05
Are you using
Master Slave
setup? If yes, then you should check out this link.– Technext
Sep 24 '14 at 14:36
Are you using
Master Slave
setup? If yes, then you should check out this link.– Technext
Sep 24 '14 at 14:36
add a comment |
1 Answer
1
active
oldest
votes
Not knowing your complete setup these two unresolved issues in the "SVN Publisher" plugin could be the problem.
- Global SVN credentials are not used
- Does not work on remote slaves
Unfortunatly the plugin doesn't seem to be maintained anymore.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f17464222%2fpublisher-plugin-is-not-uploading-files%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Not knowing your complete setup these two unresolved issues in the "SVN Publisher" plugin could be the problem.
- Global SVN credentials are not used
- Does not work on remote slaves
Unfortunatly the plugin doesn't seem to be maintained anymore.
add a comment |
Not knowing your complete setup these two unresolved issues in the "SVN Publisher" plugin could be the problem.
- Global SVN credentials are not used
- Does not work on remote slaves
Unfortunatly the plugin doesn't seem to be maintained anymore.
add a comment |
Not knowing your complete setup these two unresolved issues in the "SVN Publisher" plugin could be the problem.
- Global SVN credentials are not used
- Does not work on remote slaves
Unfortunatly the plugin doesn't seem to be maintained anymore.
Not knowing your complete setup these two unresolved issues in the "SVN Publisher" plugin could be the problem.
- Global SVN credentials are not used
- Does not work on remote slaves
Unfortunatly the plugin doesn't seem to be maintained anymore.
edited Oct 6 '14 at 5:35
answered Sep 30 '14 at 12:57
Falle1234Falle1234
4,50311728
4,50311728
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f17464222%2fpublisher-plugin-is-not-uploading-files%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
got the same issue.. no solution yet.
– Alex Tape
Sep 24 '14 at 10:33
1
@alex you can try bash script to do that, i dont know how exactly to do it, try searching in google
– Prasanth Bendra
Sep 24 '14 at 11:05
Are you using
Master Slave
setup? If yes, then you should check out this link.– Technext
Sep 24 '14 at 14:36