version: 37 jobs: - name: FirstPipeline steps: - !CommandStep name: whoami runInContainer: true image: ubuntu:latest interpreter: !ShellInterpreter shell: bash commands: | whoami useTTY: true condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL retryCondition: never maxRetries: 3 retryDelay: 30 timeout: 14400