From 295172b3b227bd2fc0050e1b0380d4b345bcf571 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Sun, 19 Jan 2020 12:35:06 +0100 Subject: [PATCH] Fix visualizzazione errore stima/nest --- Jenkinsfile | 2 +- NKC_WF/site/MachineUnload.aspx.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9e96255..eafc8a2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=199']) { + withEnv(['NEXT_BUILD_NUMBER=200']) { // env.versionNumber = VersionNumber(versionNumberString : '0.8.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '0.8.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.versionNumberBeta = VersionNumber(versionNumberString : '0.8.${BUILD_DATE_FORMATTED, "yyMM"}-beta.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') diff --git a/NKC_WF/site/MachineUnload.aspx.cs b/NKC_WF/site/MachineUnload.aspx.cs index 4a6897e..786cdfc 100644 --- a/NKC_WF/site/MachineUnload.aspx.cs +++ b/NKC_WF/site/MachineUnload.aspx.cs @@ -37,6 +37,7 @@ namespace NKC_WF BatchId = 242; // fixed x test! // aggiorno child cmp_MU_svgViewer.BatchId = BatchId; + cmp_MU_bins.BatchId = BatchId; cmp_MU_carts.BatchId = BatchId; } }