diff --git a/Jenkinsfile b/Jenkinsfile index e318a5e..5232246 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=216']) { + withEnv(['NEXT_BUILD_NUMBER=217']) { // env.versionNumber = VersionNumber(versionNumberString : '1.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '1.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'B2BCONDOMINI' diff --git a/PUB/MainMenu.aspx.cs b/PUB/MainMenu.aspx.cs index fb1ad08..996187a 100644 --- a/PUB/MainMenu.aspx.cs +++ b/PUB/MainMenu.aspx.cs @@ -7,7 +7,7 @@ namespace PUB { protected void Page_Load(object sender, EventArgs e) { - // verifico se ho in sessione il TIPO utente, altrimenti importo condomini.it + // verifico se ho in sessione il TIPO utente, altrimenti imposto condomini.it if (memLayer.ML.StringSessionObj("UserRole") == "") { memLayer.ML.setSessionVal("UserRole", "condomini.it"); diff --git a/PUB/WebUserContols/tpl_footer.ascx b/PUB/WebUserContols/tpl_footer.ascx index c6caa02..64266da 100644 --- a/PUB/WebUserContols/tpl_footer.ascx +++ b/PUB/WebUserContols/tpl_footer.ascx @@ -1,10 +1,10 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="tpl_footer.ascx.cs" Inherits="PUB.WebUserContols.tpl_footer" %> -