Skip to content

Commit

Permalink
Merge pull request #765 from HCL-TECH-SOFTWARE/feature/HPHX
Browse files Browse the repository at this point in the history
9.2 rel
  • Loading branch information
vishwanathan-m1 authored Feb 15, 2024
2 parents 0a13e67 + 6bebbc0 commit 957d726
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions Jenkinsfile_Ext_92_95
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ options{
sh "git pull origin ${params.Release_Branch}"
sh "git push origin ${params.Release_Branch}"

//creating tags/versions
echo "Tagging Versions"
sh "git tag ${params.Release}"
sh "git tag"
sh "git push --tags"
// ----------------------Merge changes from Feature-Release to External-Remote-Master ------------------------------//

// -----
Expand All @@ -75,12 +80,6 @@ options{
sh "git status"
// -----

//creating versions

sh "git tag ${params.Release}"
sh "git tag"
sh "git push --tags"

}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ <h1 id="volt-mx-licensing-guide">Volt MX Licensing Guide</h1>
</tr>
</tbody>
</table>
<p>Getting Started Options.</p>
<p>Getting Started Options</p>
<ul>
<li>Volt MX Iris Enterprise Installation Guides.<ul>
<li><a href="../../../Iris/iris_starter_install_win/Content/Installing%20VoltMX%20Iris.html">Install On Windows</a>: This document provides details of how to install Volt MX Iris Enterprise Edition on a Windows machine.</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/documentation/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs/docs/documentation/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion source/Foundry/voltmx_licensing_guide/Content/Homepage.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Revision History
| 09/24/2018 | 1.2 | Document updated for V8 SP3 release |
| 09/19/2017 | 1.0 | Document updated for V8 release |

Getting Started Options.
Getting Started Options


* Volt MX Iris Enterprise Installation Guides.
Expand Down

0 comments on commit 957d726

Please sign in to comment.