Update posizione datastore x files
This commit is contained in:
Vendored
+1
-1
@@ -17,7 +17,7 @@ pipeline {
|
||||
|
||||
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
|
||||
script {
|
||||
withEnv(['NEXT_BUILD_NUMBER=226']) {
|
||||
withEnv(['NEXT_BUILD_NUMBER=227']) {
|
||||
// env.versionNumber = VersionNumber(versionNumberString : '0.9.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true)
|
||||
env.versionNumber = VersionNumber(versionNumberString : '0.9.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
|
||||
env.versionNumberBeta = VersionNumber(versionNumberString : '0.9.${BUILD_DATE_FORMATTED, "yyMM"}-beta.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
|
||||
|
||||
@@ -6,13 +6,13 @@
|
||||
<appSettings>
|
||||
<!--conf dati locali-->
|
||||
|
||||
<add key="userVirtDir" value="true" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
<!--<add key="userVirtDir" value="false" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>-->
|
||||
<add key="_SqlCopyDir" value="~/SHARE_SQL/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
<add key="_SqlImportDir" value="c:\Share\NKC\" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
<add key="cadBaseBath" value="C:\Users\Dell\Dropbox\SVG\DXF\" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
<add key="srvDrawBaseBath" value="~/SHARE_NEST/SVG/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
<!--<add key="srvDrawBaseBath" value="~/SHARE_NEST/SVG/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
<add key="srvCadBaseBath" value="~/SHARE_NEST/DXF/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
<add key="svgBasePath" value="~/SHARE_NEST/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
<add key="svgBasePath" value="~/SHARE_NEST/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>-->
|
||||
<!--conf redis-->
|
||||
<add key="RedisConn" value="nkcredis.steamware.net,abortConnect=false,ssl=false,password=nkc.password" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
<add key="RedisConnAdmin" value="nkcredis.steamware.net,abortConnect=false,ssl=false,password=nkc.password,allowAdmin=true" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
|
||||
+3
-3
@@ -65,10 +65,10 @@
|
||||
<!--Area file x scambio CAD / NESTING-->
|
||||
<add key="userVirtDir" value="false"/>
|
||||
<add key="drawBaseBath" value="C:/Users/Dell/Dropbox/SVG/SVG/"/>
|
||||
<add key="srvDrawBaseBath" value="\\stor01\DropboxSteamware\SVG\SVG\"/>
|
||||
<add key="srvDrawBaseBath" value="\\W10-DataStore\Dropbox\SVG\SVG\"/>
|
||||
<add key="cadBaseBath" value="C:\Users\Dell\Dropbox\SVG\DXF\"/>
|
||||
<add key="srvCadBaseBath" value="\\stor01\DropboxSteamware\SVG\DXF\"/>
|
||||
<add key="svgBasePath" value="\\stor01\DropboxSteamware\SVG\"/>
|
||||
<add key="srvCadBaseBath" value="\\W10-DataStore\Dropbox\SVG\DXF\"/>
|
||||
<add key="svgBasePath" value="\\W10-DataStore\Dropbox\SVG\"/>
|
||||
<add key="minValidEstSec" value="2"/>
|
||||
<!--Configurazioni Redis-->
|
||||
<add key="RedisConn" value="nkcredis.steamware.net,abortConnect=false,ssl=false,password=nkc.password"/>
|
||||
|
||||
Reference in New Issue
Block a user