<matrixBuild _class='hudson.matrix.MatrixBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action _class='hudson.model.ParametersAction'><parameter _class='hudson.model.StringParameterValue'><name>BRANCH</name><value>master</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>EMAIL_NOTIFICATIONS</name><value>jenkins-notifications@lists.osmocom.org laforge@gnumonks.org</value></parameter></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>0</buildableDurationMillis><buildableTimeMillis>0</buildableTimeMillis><buildingDurationMillis>6503</buildingDurationMillis><executingTimeMillis>6503</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>8987</waitingDurationMillis><waitingTimeMillis>8987</waitingTimeMillis></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>999</buildNumber><marked><SHA1>bb772eea0ddc250896ca078cfb28956edad0f9d4</SHA1><branch><SHA1>bb772eea0ddc250896ca078cfb28956edad0f9d4</SHA1><name>origin/master</name></branch></marked><revision><SHA1>bb772eea0ddc250896ca078cfb28956edad0f9d4</SHA1><branch><SHA1>bb772eea0ddc250896ca078cfb28956edad0f9d4</SHA1><name>origin/master</name></branch></revision></originmaster></buildsByBranchName><lastBuiltRevision><SHA1>bb772eea0ddc250896ca078cfb28956edad0f9d4</SHA1><branch><SHA1>bb772eea0ddc250896ca078cfb28956edad0f9d4</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/python/osmo-python-tests</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#999</displayName><duration>6503</duration><estimatedDuration>4534</estimatedDuration><fullDisplayName>master-osmo-python-tests #999</fullDisplayName><id>999</id><inProgress>false</inProgress><keepLog>false</keepLog><number>999</number><queueId>128054</queueId><result>SUCCESS</result><timestamp>1779909790022</timestamp><url>https://jenkins.osmocom.org/jenkins/view/Smalltalk/job/master-osmo-python-tests/999/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>osmopy/osmo_interact/common.py</affectedPath><commitId>bb772eea0ddc250896ca078cfb28956edad0f9d4</commitId><timestamp>1779905576000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/lynxis</absoluteUrl><fullName>lynxis</fullName></author><authorEmail>lynxis@fe80.eu</authorEmail><comment>osmo_interact: improve vty transcript language by a regular rexex

Currently the transcript language understand 3 different tokens:
... (ignore all lines until the following line matches)
... !REGEX (ignore all lines except REXEX)

But to support osmo-stp with different compile options, the
vty help is indented with different amount of spaces depending on the compile options.
To support those add a regular regex using the prefix !r!

E.g.
```
OsmoSTP(config-cs7-as)# ?
-  description       Save human-readable description of the object
vs
+  description               Save human-readable description of the object
```

To use the new regex, the line would be:
```
!r!  description[ ]+Save human-readable description of the object
```

Further all regex special characters needs to be escaped.
```
  description   Save human-readable description of the object (for humans)

!r!  description[ ]+Save human-readable description of the object \(for humans\)
```

Change-Id: Iadcd7a8c3677548a6405e098fe53d0614ef2012c
</comment><date>2026-05-27 20:12:56 +0200</date><id>bb772eea0ddc250896ca078cfb28956edad0f9d4</id><msg>osmo_interact: improve vty transcript language by a regular rexex</msg><path><editType>edit</editType><file>osmopy/osmo_interact/common.py</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/lynxis</absoluteUrl><fullName>lynxis</fullName></culprit><run><number>999</number><url>https://jenkins.osmocom.org/jenkins/view/Smalltalk/job/master-osmo-python-tests/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/999/</url></run></matrixBuild>