From 0c6bdab26d71aae9ef2c020d08169bac7428e7e4 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 24 Apr 2019 15:15:57 +0200 Subject: [PATCH] update get pagine --- IOB-WIN/IobWPS.cs | 3 ++- Jenkinsfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/IOB-WIN/IobWPS.cs b/IOB-WIN/IobWPS.cs index 3f4f5275..cf76245e 100644 --- a/IOB-WIN/IobWPS.cs +++ b/IOB-WIN/IobWPS.cs @@ -23,7 +23,7 @@ namespace IOB_WIN /// /// Pagina web da scaricare /// - protected string baseUri = "192.168.1.55"; + protected string baseUri = "http://192.168.1.55"; /// /// Array di configurazione degli oggetti da cercare x decodifica e recupero info /// @@ -36,6 +36,7 @@ namespace IOB_WIN /// public IobWPS(AdapterForm caller, IobConfiguration IOBConf) : base(caller, IOBConf) { + baseUri = $"http://{IOBConf.cncIpAddr}"; #if false // gestione invio ritardato contapezzi pzCountDelay = utils.CRI("pzCountDelay"); diff --git a/Jenkinsfile b/Jenkinsfile index 67255e19..882064fa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=385']) { + withEnv(['NEXT_BUILD_NUMBER=386']) { // env.versionNumber = VersionNumber(versionNumberString : '2.3.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '2.3.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'MAPO-IOB-WIN'