refresh con cambio e test finale su dir e:\ diretta...

This commit is contained in:
Samuele E. Locatelli
2018-03-15 11:26:59 +01:00
parent 3520e9f333
commit 038e8d388d
2 changed files with 7 additions and 2 deletions
Vendored
+1 -1
View File
@@ -17,7 +17,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=716']) {
withEnv(['NEXT_BUILD_NUMBER=717']) {
// env.versionNumber = VersionNumber(versionNumberString : '5.0.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '5.0.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'MAPO'
@@ -188,11 +188,16 @@ namespace MoonProTablet.WebUserControls
logger.lg.scriviLog(string.Format("FilePath: {0}", filePath.Replace("~/", "./")), tipoLog.INFO);
answ = fileMover.obj.fileExist(filePath.Replace("~/", "./"));
}
// ultima prova...
// penultima prova...
if (!answ)
{
logger.lg.scriviLog(string.Format("FilePath: {0}", filePath.Replace("~/", "")), tipoLog.INFO);
answ = fileMover.obj.fileExist(filePath.Replace("~/", ""));
}// penultima prova...
if (!answ)
{
logger.lg.scriviLog(string.Format("FilePath: {0}", filePath.Replace("~/", "e:/")), tipoLog.INFO);
answ = fileMover.obj.fileExist(filePath.Replace("~/", "e:/")); // hard coded da evitare...
}
}
catch (Exception exc)