appunti x nuova versione...

This commit is contained in:
Samuele E. Locatelli
2017-11-16 19:02:18 +01:00
parent a723326411
commit 5686f3f7e0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -501,7 +501,7 @@ namespace IOB_WIN
FanucMemRW(R, FANUC.MemType.G, memIndex, ref MemBlock);
if (utils.CRB("recTime")) TimingData.addResult(string.Format("R{0}-G", MemBlock.Length), DateTime.Now.Subtract(inizio).Ticks);
// SALVO! G12 e G30...
// SALVO! G12 e G30... SEMBRANO PROPRIO G12 e G30 (31 byte... o meno?) ma il secondo legge 100 =100%, il primo 155 = 155 (non %) anche sul test focas (che però parla di rapid override...)
string allG = "";
for (int i = 0; i < MemBlock.Length; i++)
{
Vendored
+1 -1
View File
@@ -14,7 +14,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=181']) {
withEnv(['NEXT_BUILD_NUMBER=182']) {
// env.versionNumber = VersionNumber(versionNumberString : '1.15.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '1.15.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'MAPO-IOB-WIN'