<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Issue with Deployment Versioning Manager</title><link>https://community.appian.com/discussions/f/administration/14944/issue-with-deployment-versioning-manager</link><description>Hi, 
 I was trying to build package ( app-repo ) using the appian-adm-versioning-client-2.5.7 with the following settings 
 [vcUsername:gabriel_tay], [vcPassword:***], [commitMessage:value not provided], [action:buildAllApps], [applicationPath:value not</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Issue with Deployment Versioning Manager</title><link>https://community.appian.com/thread/66872?ContentTypeID=1</link><pubDate>Wed, 29 May 2019 01:42:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f8083b0b-b36e-4965-a952-b59f4e029739</guid><dc:creator>GABRIELTAY</dc:creator><description>&lt;p&gt;I did not perform the actions &amp;quot;updateLocalRepo&amp;quot; and &amp;quot;addContent&amp;quot; since I have committed my changes to the repo manually.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m following the steps as described here.&lt;/p&gt;
&lt;p&gt;#3: Build master generates new RC deployment package (buildAllApps)&lt;/p&gt;
&lt;p&gt;In this use case, all additions made by the team have been incorporated into the remote repository and have gone through sufficient testing. The build master is now ready to promote a new package to the higher environment. The new package should include all additions and changes since the last deployment. The build master will:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;(If not done previously) Update&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;version-manager.properties&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;with the appropriate fields. See the Script Setup section for details.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Run the script, using&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;buildAllApps&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;as the action flag. The build master must provide the username and password for authenticating against their version control system (&lt;span&gt;-vc_username&lt;/span&gt;,&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;-vc_password&lt;/span&gt;). To get a specific set of changes, input a value for the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;-start_hash&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;option and the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;-end_hash&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;option. This will generate the package with all new and changed files between the two hash options.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;NOTE: the package will&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;NOT&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;include the changes introduced in the start hash, but&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;WILL&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;include changes introduced in the end hash.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;div class="evolution-code-editor theme-clouds"&gt;
&lt;div class=" ace_editor ace-clouds"&gt;
&lt;div class="ace_scroller"&gt;
&lt;div class="ace_content"&gt;
&lt;div class="ace_layer ace_text-layer"&gt;
&lt;div class="ace_line"&gt;&lt;span class="ace_keyword ace_operator ace_redirect ace_shell"&gt;&amp;gt;&lt;/span&gt; version-application -action buildAllApps -vc_username &lt;span class="ace_keyword ace_operator ace_redirect ace_shell"&gt;&amp;lt;&lt;/span&gt;VC_USERNAME&lt;span class="ace_keyword ace_operator ace_redirect ace_shell"&gt;&amp;gt;&lt;/span&gt; -vc_password &lt;span class="ace_keyword ace_operator ace_redirect ace_shell"&gt;&amp;lt;&lt;/span&gt;VC_PASSWORD&lt;span class="ace_keyword ace_operator ace_redirect ace_shell"&gt;&amp;gt;&lt;/span&gt; -start_hash ac37459 -end_hash 6e83b42&lt;/div&gt;
&lt;/div&gt;
&lt;div class="ace_layer ace_marker-layer"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;When the script is executed, it generates a package at the location specified by the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;packagePath&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;field in&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;version-manager.properties&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with Deployment Versioning Manager</title><link>https://community.appian.com/thread/66859?ContentTypeID=1</link><pubDate>Tue, 28 May 2019 09:20:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cf937818-e38e-48d0-aa80-5e5e7ba3a996</guid><dc:creator>Harsha Sharma</dc:creator><description>&lt;p&gt;Please verify if your setup is in line with the steps mentioned in &lt;a href="/w/the-appian-playbook/198/deployment-automation"&gt;this link&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with Deployment Versioning Manager</title><link>https://community.appian.com/thread/66858?ContentTypeID=1</link><pubDate>Mon, 27 May 2019 16:46:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:626efc3a-d033-4315-88a1-430ce6b029f0</guid><dc:creator>GABRIELTAY</dc:creator><description>&lt;p&gt;I&amp;#39;m&amp;nbsp;on version 19.1 btw&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>