diff --git a/GPW_Admin/WebUserControls/mod_login.ascx.cs b/GPW_Admin/WebUserControls/mod_login.ascx.cs index 5e16b6f..9b50e51 100644 --- a/GPW_Admin/WebUserControls/mod_login.ascx.cs +++ b/GPW_Admin/WebUserControls/mod_login.ascx.cs @@ -50,7 +50,6 @@ public partial class mod_login : ApplicationUserControl lblMessage.Text = traduci("UserNotAuth"); if (Page.User.Identity.IsAuthenticated) { - logger.lg.scriviLog(string.Format("Login 01"), tipoLog.INFO); //recupera user windows se c'è... string ad_name = Page.User.Identity.Name; string delimStr = "\\"; @@ -60,7 +59,6 @@ public partial class mod_login : ApplicationUserControl user_std _utente = new user_std(); if (_utente.ADuserOk(dom_user[0], dom_user[1])) { - logger.lg.scriviLog(string.Format("Login 02"), tipoLog.INFO); bool fatto = _utente.startUpUtente(dom_user[0], dom_user[1]); if (fatto) { @@ -82,10 +80,8 @@ public partial class mod_login : ApplicationUserControl } else { - logger.lg.scriviLog(string.Format("Login 03"), tipoLog.INFO); if (memLayer.ML.confReadBool("autoEnrollEnabled")) { - logger.lg.scriviLog(string.Format("Login 04"), tipoLog.INFO); // rimando al modulo di auto enroll... Response.Redirect("autoEnroll.aspx"); } diff --git a/Jenkinsfile b/Jenkinsfile index 2da46cf..913cc9d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stage('Checkout') { steps { /* build delle SteamWare libs! */ - build 'SteamWare/SteamWareLib' + build 'SteamWare/SteamWareLib' /* copio le libs...*/ step([$class: 'CopyArtifact', fingerprintArtifacts: true, projectName: 'Steamware/SteamWareLib', selector: [$class: 'WorkspaceSelector'], target: '../Steamware/SteamWareLib'])