| Step | Arguments | Status | ||
|---|---|---|---|---|
| Start of Pipeline - (3 min 53 sec in block) | ||||
| node - (3 min 52 sec in block) | ||||
| node block - (51 sec in block) | ||||
| withEnv - (51 sec in block) | PATH, ANDROID_ROOT, JAVA_HOME, WORKSPACE, ANDROID_SDK_ROOT | |||
| withEnv block - (51 sec in block) | ||||
| stage - (15 sec in block) | Checkout | |||
| stage block (Checkout) - (14 sec in block) | ||||
| git - (14 sec in self) | ||||
| stage - (0.48 sec in block) | Prepare Android Export Preset | |||
| stage block (Prepare Android Export Preset) - (0.42 sec in block) | ||||
| withCredentials - (0.37 sec in block) | ||||
| withCredentials block - (0.29 sec in block) | ||||
| sh - (0.28 sec in self) | cp $WORKSPACE/export_presets.cfg.template $WORKSPACE/export_presets.cfg sed -i "s|__DEBUG-KEYSTORE__|$DEBUG_PATH|g" $WORKSPACE/export_presets.cfg sed -i "s|__DEBUG-KEY-USER__|$DEBUG_USER|g" $WORKSPACE/export_presets.cfg sed -i "s|__DEBUG-KEY-PASS__|$DEBUG_PASS|g" $WORKSPACE/export_presets.cfg sed -i "s|__RELEASE-KEYSTORE__|$RELEASE_PATH|g" $WORKSPACE/export_presets.cfg sed -i "s|__RELEASE-KEY-USER__|$RELEASE_USER|g" $WORKSPACE/export_presets.cfg sed -i "s|__RELEASE-KEY-PASS__|$RELEASE_PASS|g" $WORKSPACE/export_presets.cfg | |||
| stage - (6.2 sec in block) | DotNet | |||
| stage block (DotNet) - (6.2 sec in block) | ||||
| sh - (0.54 sec in self) | godot --verbose --headless --no-window --build-solution | |||
| sh - (2.1 sec in self) | dotnet restore | |||
| sh - (3.5 sec in self) | dotnet build | |||
| stage - (10 sec in block) | Build Windows | |||
| stage block (Build Windows) - (10 sec in block) | ||||
| sh - (10 sec in self) | godot --headless --path $WORKSPACE --export "Windows" 2>&1 | grep -v -E "VisualServer attempted to free a NULL RID|at: free" | |||
| stage - (17 sec in block) | Build Android | |||
| stage block (Build Android) - (17 sec in block) | ||||
| sh - (17 sec in self) | godot --headless --path $WORKSPACE --export "Android" 2>&1 | grep -v -E "VisualServer attempted to free a NULL RID|at: free" | |||
| stage - (0.83 sec in block) | Declarative: Post Actions | |||
| stage block (Declarative: Post Actions) - (0.79 sec in block) | ||||
| sh - (0.28 sec in self) | rm -f $WORKSPACE/export_presets.cfg | |||
| archiveArtifacts - (0.44 sec in self) | ||||
| cleanWs - (37 ms in self) |