| Step | Arguments | Status | ||
|---|---|---|---|---|
| Start of Pipeline - (3 min 44 sec in block) | ||||
| node - (3 min 44 sec in block) | ||||
| node block - (54 sec in block) | ||||
| withEnv - (54 sec in block) | PATH, ANDROID_ROOT, JAVA_HOME, WORKSPACE, ANDROID_SDK_ROOT | |||
| withEnv block - (54 sec in block) | ||||
| stage - (14 sec in block) | Checkout | |||
| stage block (Checkout) - (14 sec in block) | ||||
| git - (14 sec in self) | ||||
| stage - (0.5 sec in block) | Prepare Android Export Preset | |||
| stage block (Prepare Android Export Preset) - (0.43 sec in block) | ||||
| withCredentials - (0.37 sec in block) | ||||
| withCredentials block - (0.3 sec in block) | ||||
| sh - (0.27 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 - (8 sec in block) | DotNet | |||
| stage block (DotNet) - (7.9 sec in block) | ||||
| sh - (0.55 sec in self) | godot --verbose --headless --no-window --build-solution | |||
| sh - (2.3 sec in self) | dotnet restore | |||
| sh - (4.9 sec in self) | dotnet build | |||
| stage - (11 sec in block) | Build Windows | |||
| stage block (Build Windows) - (11 sec in block) | ||||
| sh - (11 sec in self) | godot --headless --path $WORKSPACE --export "Windows" 2>&1 | grep -v -E "VisualServer attempted to free a NULL RID|at: free" | |||
| stage - (18 sec in block) | Build Android | |||
| stage block (Build Android) - (18 sec in block) | ||||
| sh - (18 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.86 sec in block) | Declarative: Post Actions | |||
| stage block (Declarative: Post Actions) - (0.82 sec in block) | ||||
| sh - (0.28 sec in self) | rm -f $WORKSPACE/export_presets.cfg | |||
| archiveArtifacts - (0.45 sec in self) | ||||
| cleanWs - (56 ms in self) |