| Step | Arguments | Status | ||
|---|---|---|---|---|
| Start of Pipeline - (3 min 2 sec in block) | ||||
| node - (3 min 2 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 - (15 sec in block) | Checkout | |||
| stage block (Checkout) - (15 sec in block) | ||||
| git - (15 sec in self) | ||||
| stage - (0.78 sec in block) | Prepare Android Export Preset | |||
| stage block (Prepare Android Export Preset) - (0.65 sec in block) | ||||
| withCredentials - (0.53 sec in block) | ||||
| withCredentials block - (0.35 sec in block) | ||||
| sh - (0.31 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.8 sec in block) | DotNet | |||
| stage block (DotNet) - (6.7 sec in block) | ||||
| sh - (0.55 sec in self) | godot --verbose --headless --no-window --build-solution | |||
| sh - (2.5 sec in self) | dotnet restore | |||
| sh - (3.6 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 - (19 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 - (1 sec in block) | Declarative: Post Actions | |||
| stage block (Declarative: Post Actions) - (0.94 sec in block) | ||||
| sh - (0.3 sec in self) | rm -f $WORKSPACE/export_presets.cfg | |||
| archiveArtifacts - (0.54 sec in self) | ||||
| cleanWs - (50 ms in self) |