diff --git a/CMS_SC/CMS_SC.csproj b/CMS_SC/CMS_SC.csproj index 1d8af97..f4d15f4 100644 --- a/CMS_SC/CMS_SC.csproj +++ b/CMS_SC/CMS_SC.csproj @@ -325,6 +325,7 @@ + Always @@ -993,16 +994,11 @@ - + Designer - Always - - - Always - - - Always - + + + diff --git a/CMS_SC/Reports/PlaceHolder.file b/CMS_SC/Reports/PlaceHolder.file new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/CMS_SC/Reports/PlaceHolder.file @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index 62862ae..0a54d4d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=4242']) { + withEnv(['NEXT_BUILD_NUMBER=4243']) { // env.versionNumber = VersionNumber(versionNumberString : '3.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '3.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'CMS-SC'