[JIRA] [teamconcert] (JENKINS-21694) Building from workspace: Add checkbox to return workspace to a pristine state
Heather Fraser-Dube edited a comment on JENKINS-21694 Building from workspace: Add checkbox to return workspace to a pristine state So right now the load is not going to do what you want because it leaves the ignored files on disk. So I made a work item that will request that option on the load 303187: Provide a "Pristine" option for load I also made the work item for the build definition source control participant to support it too Support a "Pristine" load when configuring the source control of a build definition which would make the functionality available for use consistently in the plugin. I also updated work item 296206: Make "Just accept and fetch from a build workspace" more full featured to make sure it includes this as well. wrt to being able to have API to programmatically create/update/destroy build definitions, you will be interested in 272836: CCM Design SDK API. You might want to chime in there and identify the forum posts/workitems you have the describe your needs. This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/groups/opt_out.
[JIRA] [teamconcert] (JENKINS-21694) Building from workspace: Add checkbox to return workspace to a pristine state
Heather Fraser-Dube edited a comment on JENKINS-21694 Building from workspace: Add checkbox to return workspace to a pristine state So right now the load is not going to do what you want because it leaves the ignored files on disk. So I made a work item that will request that option on the load 303187: Provide a "Pristine" option for load I also made the work item for the build definition source control participant to support it too Support a "Pristine" load when configuring the source control of a build definition which would make the functionality available for use consistently in the plugin. I also updated work item 296206: Make "Just accept and fetch from a build workspace" more full featured to make sure it includes this as well. wrt to being able to have API to programmatically create/update/destroy build definitions, you will be interested in 272836: CCM Design SDK API. You might want to chime in there and identify the forum posts/workitems you have that describe your needs. This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/groups/opt_out.
[JIRA] [teamconcert] (JENKINS-21694) Building from workspace: Add checkbox to return workspace to a pristine state
Heather Fraser-Dube commented on JENKINS-21694 Building from workspace: Add checkbox to return workspace to a pristine state So right now the load is not going to do what you want because it leaves the ignored files on disk. So I made a work item that will request that option on the load 303187: Provide a "Pristine" option for load I also made the work item for the build definition source control participant to support it too Support a "Pristine" load when configuring the source control of a build definition which would make the functionality available for use consistently in the plugin. I also updated work item 296206: Make "Just accept and fetch from a build workspace" more full featured to make sure it includes this as well. wrt to being able to have API to programmatically create/update/destroy build definitions, you will be interested in [272836: [CCM] Design SDK API|https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/272836]. You might want to chime in there and identify the forum posts/workitems you have the describe your needs. This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/groups/opt_out.
[JIRA] [teamconcert] (JENKINS-21694) Building from workspace: Add checkbox to return workspace to a pristine state
Christian Höltje commented on JENKINS-21694 Building from workspace: Add checkbox to return workspace to a pristine state I have to admit I'm not super familiar with RTC and may have used incorrect terminology. I think what you said is what I mean. Just to be sure, I'll try again with different words: I'm currently deleting the Jenkins $WORKSPACE and then doing a "workspace load" (not a Build Definition load). What I'm asking for the $WORKSPACE to be in the same state at the beginning of build but without having to delete the workspace first allowing the checkout times to be much faster. The goal is so that the Team Concert plugin can do an "accept" with an existing workspace instead of re-downloading everything. It's odd this is so hard to explain. :-/ This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/groups/opt_out.
[JIRA] [teamconcert] (JENKINS-21694) Building from workspace: Add checkbox to return workspace to a pristine state
Heather Fraser-Dube commented on JENKINS-21694 Building from workspace: Add checkbox to return workspace to a pristine state So Build definition's delete before loading is what you are doing now if I understand your forum question. Basically deleting the entire sandbox directory and then loading. I got from your forum post that this is too heavy. Sounds to me like you want the sandbox to hold exclusively just the contents of the workspace being built (i.e. some other build step can't populate the sandbox directory with other contents like scripts, tools, etc.). As well when the load takes place, it replaces the contents on disk with whats in the repository. If there are files/folders/links that are ignored & not in the repository, they should be deleted from disk (often build artifacts like bin directory, .class files etc. are marked as ignored and not in the repo, so they should be deleted to ensure a full build). Currently our load operation will leave those ignored items on disk. Just want to be sure I understand your definition of "pristine". This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/groups/opt_out.
[JIRA] [teamconcert] (JENKINS-21694) Building from workspace: Add checkbox to return workspace to a pristine state
Christian Höltje created JENKINS-21694 Building from workspace: Add checkbox to return workspace to a pristine state Issue Type: New Feature Assignee: Unassigned Components: teamconcert Created: 06/Feb/14 7:00 PM Description: There should be a checkbox, when building from a workspace, to restore the checkout to its pristine state. I know you can do this with a build definition, but I cannot use build definitions[1] in my case and have to use workspaces. For example, the git scm plugin has this checkbox. See https://jazz.net/forum/questions/141370/scm-how-to-restore-a-workspace-to-pristine [1] I can't use build definitions because I cannot create, update, and destroy them in a programatic fashion. Manually creating 100s of build definitions is too boring. Project: Jenkins Priority: Major Reporter: Christian Höltje This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/groups/opt_out.
