cambio link WS

This commit is contained in:
Samuele E. Locatelli
2018-06-08 10:08:08 +02:00
parent 0304a50467
commit 2ed5575d73
3 changed files with 3 additions and 3 deletions
Vendored
+1 -1
View File
@@ -17,7 +17,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=775']) {
withEnv(['NEXT_BUILD_NUMBER=776']) {
// env.versionNumber = VersionNumber(versionNumberString : '5.3.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '5.3.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'MAPO'
+1 -1
View File
@@ -4,7 +4,7 @@
<div class="navbar navbar-dark text-light bg-dark fixed-bottom" role="navigation" style="border-top: 1px solid #ABABAB; padding: 0px;">
<div class="d-flex justify-content-start pl-3 text-left">
<asp:Label ID="lblrev" runat="server"></asp:Label>
<asp:Label runat="server" ID="lblApp" Text="." />
<asp:Label runat="server" ID="lblApp" Text="." />&nbsp;|&nbsp;
<asp:Label runat="server" ID="lblCopyRight" Text="..." />
</div>
<div class="d-flex justify-content-end pr-3 text-right">
@@ -54,7 +54,7 @@
// load e draw timeline
$.ajax({
type: "GET",
url: "/WS/MPData.asmx/seqStati?idxMacch=" + idxMacc + "&dataFrom='" + dataFrom + "'&dataTo='" + dataTo + "'&numSplit=" + numSplit,
url: "WS/MPData.asmx/seqStati?idxMacch=" + idxMacc + "&dataFrom='" + dataFrom + "'&dataTo='" + dataTo + "'&numSplit=" + numSplit,
contentType: "application/json; charset=utf-8",
dataType: "json",
beforeSend: showSpinner_<%=UniqueID.Replace("$","_") %>,