Closed premun closed 4 years ago
@rolfbjarne can you take a look at this and verify whether this is intentional?
This is not intentional, it should do BUILD_REVISION=jenkins
.
I will make a fix for this. But would merge https://github.com/xamarin/xamarin-macios/pull/8167 first to be honest. To unblock the pipeline
Looks like we are adding an extra character when calling
mlaunch
.https://github.com/xamarin/xamarin-macios/blob/a0aa48465b718c67c8508d0883875d351ab9ff63/tests/xharness/AppRunner.cs#L397
This ends up adding following argument:
Not sure the
$
is intentional there but other parts of the code are adding just the stringjenkins
: https://github.com/xamarin/xamarin-macios/blob/a0aa48465b718c67c8508d0883875d351ab9ff63/tests/xharness/Jenkins/Jenkins.cs#L1159