Fix img brain, da ri-testare upload
This commit is contained in:
@@ -230,6 +230,7 @@
|
||||
<Content Include="fonts\fontawesome-webfont.svg" />
|
||||
<Content Include="Global.asax" />
|
||||
<Content Include="Images\brain.jpg" />
|
||||
<Content Include="Images\brain.png" />
|
||||
<Content Include="Images\DB_INPUT_demo.png" />
|
||||
<Content Include="Images\logoAlzheimerAssociation.png" />
|
||||
<Content Include="Images\logoIRCSS.png" />
|
||||
|
||||
Vendored
+1
-1
@@ -17,7 +17,7 @@ pipeline {
|
||||
|
||||
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
|
||||
script {
|
||||
withEnv(['NEXT_BUILD_NUMBER=79']) {
|
||||
withEnv(['NEXT_BUILD_NUMBER=80']) {
|
||||
// env.versionNumber = VersionNumber(versionNumberString : '1.1.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true)
|
||||
env.versionNumber = VersionNumber(versionNumberString : '1.1.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
|
||||
env.APP_NAME = 'LCP'
|
||||
|
||||
Reference in New Issue
Block a user