fix pub email messaggi
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=315']) {
|
||||
withEnv(['NEXT_BUILD_NUMBER=317']) {
|
||||
// env.versionNumber = VersionNumber(versionNumberString : '1.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
|
||||
env.versionNumber = VersionNumber(versionNumberString : '1.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
|
||||
env.APP_NAME = 'B2BCONDOMINI'
|
||||
|
||||
+5
-1
@@ -5,7 +5,11 @@
|
||||
<add key="SiteName" value="www.b2bcondomini.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
<add key="baseUrl" value="http://www.b2bcondomini.it/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
<add key="Ambient" value="PROD" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
|
||||
<!--email-->
|
||||
<add key="_debugEmail" value="info@b2bcondomini.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
<add key="_b2bcEmail" value="info@b2bcondomini.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
<add key="_adminEmail" value="info@b2bcondomini.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
<add key="_fromEmail" value="info@b2bcondomini.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
<add key="B2BCondConnectionString" value="Data Source=localhost\SQL2012;Initial Catalog=B2BCond;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
<add key="B2BCondFilesConnectionString" value="Data Source=localhost\SQL2012;Initial Catalog=B2BCond_files;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
<add key="DbConfConnectionString" value="Data Source=localhost\SQL2012;Initial Catalog=B2BCond;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
|
||||
Reference in New Issue
Block a user