×
Past year
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
All results
Nov 2, 2023 · When you have complex build Pipelines, it is useful to be able to see the progress of each stage. The Pipeline Stage View plugin includes an extended ...
Missing: /search
Mar 22, 2024 · The Pipeline Maven Plugin works with Linux, Windows and MacOSX build agents. Simple Maven build on a Linux agent. pipeline { agent any stages { stage("Build") ...
Mar 28, 2024 · Deploys an API Gateway definition to a stage. deployAPI(api:'myApiId', stage:'Prod'). Additionally you can specify a description and stage variables.
5 days ago · Pipeline: Stage View. Used by 85.5% of controllers. Released: 7 months ago. User Interface. Pipeline Stage View Plugin. Sam Van Oort · Andrew Bayer. (12 other ...
May 3, 2024 · Supports Pipeline Plugin, so that the currently executing stage(s) are shown. The number of columns and size of the font used is easily customisable, making ...
Missing: /url | Show results with:/url
May 8, 2024 · - Jenkins Pipeline - Managing ... stage('Some Stage') { println "VARIABLE_FROM_POST ... view (or view configuration if using multibranch pipeline) of the job.
Jul 11, 2023 · ... stage('Example') { steps { checkout([$class ... URL' in one SCM or define them in pipeline. ... hpi by going to your base URL + jenkins/pluginManager/advanced .
May 12, 2024 · Your Declarative Pipeline jobs have more than one stage, and; You use a gitlabCommitStatus step in each stage to send status to GitLab... Then: You will need ...
Oct 9, 2023 · ... pipeline-stage-tags-metadata:2.2144.v077a_d1928a_40 pipeline-stage-view:2.33 pipeline-utility-steps:2.16.0 plain-credentials:143.v1b_df8b_d3b_e48 plugin ...
Missing: /search
Mar 29, 2024 · ... pipeline { agent any stages { stage('Build') { steps { echo "${params.Environment}" echo "${params.Host}" } } } }. Filter Supports Regular Expressions. Note ...