primo ok auth...

This commit is contained in:
Samuele E. Locatelli
2018-05-23 16:42:44 +02:00
parent cfe90d6fa5
commit 012d06419d
2 changed files with 5 additions and 1 deletions
Vendored
+1 -1
View File
@@ -17,7 +17,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=62']) {
withEnv(['NEXT_BUILD_NUMBER=65']) {
// env.versionNumber = VersionNumber(versionNumberString : '0.8.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '0.8.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'SOSCONDOMINI'
+4
View File
@@ -197,6 +197,10 @@ namespace PUB.WebUserContols
{
allOk = devicesAuthProxy.stObj.userHasRight("PCO");
}
else if(!isPAM && !isPAZ && !isPBO && !isPCO)
{
allOk = true;
}
return allOk;
}
/// <summary>