Filename: Private: No Yes Filetype: Auto ABAP Sophia Apex Azure CLI Batch Bicep C Cameligo Clojure CoffeeScript C++ C# CSP CSS Cypher Dart Dockerfile ECL Elixir Flow9 FreeMarker2 FreeMarker2 (Angle/Bracket) FreeMarker2 (Angle/Dollar) FreeMarker2 (Auto/Bracket) FreeMarker2 (Auto/Dollar) FreeMarker2 (Bracket/Bracket) FreeMarker2 (Bracket/Dollar) F# Go GraphQL Handlebars Terraform HTML Ini Java JavaScript Julia Kotlin Less Lexon Liquid Lua Modula-3 Markdown MDX MIPS DAX MySQL Objective-C Pascal Pascaligo Perl PostgreSQL PHP Plain text ATS PQ PowerShell Protobuf Pug Python Q# R Razor Redis Redshift ReStructuredText Ruby Rust Small Basic Scala Scheme Sass Shell Solidity SPARQL SQL StructuredText Swift SV Tcl Twig TypeScript TypeSpec Visual Basic V WebGPU Shading Language XML YAML Indentation: Spaces Tabs 1 2 3 4 5 6 7 8 Clone pipeline { agent { kubernetes { defaultContainer 'docker' yaml ''' apiVersion: v1 kind: Pod spec: volumes: - name: docker-socket emptyDir: {} containers: - name: docker image: docker:20.10 command: - sleep args: - 99d volumeMounts: - name: docker-socket mountPath: /var/run readOnly: false resources: requests: cpu: "750m" ephemeral-storage: "100Mi" memory: "30M" - name: docker-daemon image: docker:20.10-dind securityContext: privileged: true volumeMounts: - name: docker-socket mountPath: /var/run readOnly: false resources: requests: ephemeral-storage: "10Mi" memory: "3G" '''.stripIndent() } } options { skipDefaultCheckout() disableConcurrentBuilds() } stages { stage('Checkout source') { steps { script { } } } } } Paste