What Is an Input in Jenkins?

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ค. 2024
  • Need help with your Jenkins questions?
    Visit community.jenkins.io/c/using-...
    Timecodes ⏱:
    00:00 Introduction
    00:06 Overview
    00:15 Starting point
    00:32 Jenkinsfile with single stage
    02:22 The problem with the first Jenkinsfile
    03:18 Jenkinsfile that fixes the input problem
    05:54 Adding parameters to the input step
    08:05 Move the input step to the stage level to simplify
    10:33 Skipping the input step altogether
    #jenkinstutorial
    Information referenced in this video:
    Sample repository:
    github.com/darinpope/jenkins-...
    Jenkins LTS 2.303.1
    www.jenkins.io/changelog-stab...
    CloudBees on Twitter:
    / cloudbees
    Darin on Twitter:
    / darinpope
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 15

  • @musicoding2933
    @musicoding2933 2 ปีที่แล้ว +4

    Just loved your teaching way. It must be the best class I've had in ages. Thank You and keep doing this amazing work!!

  • @deepakranjanmishra5641
    @deepakranjanmishra5641 3 หลายเดือนก่อน

    Excellent explanation Sir.

  • @ELETRONICVIDEO
    @ELETRONICVIDEO 2 ปีที่แล้ว

    So, cool the best examples for Jenkins inputs, i've ever seen)

  • @tinyexploit6621
    @tinyexploit6621 9 หลายเดือนก่อน

    that is just awesome, exactly what I was looking for

  • @sagartheurkar1931
    @sagartheurkar1931 ปีที่แล้ว

    Awesome presentation and explanation crisppppp

  • @josetupla_compiladitos
    @josetupla_compiladitos 2 ปีที่แล้ว

    Great Video, suscribed!

  • @gambarimas
    @gambarimas 2 ปีที่แล้ว

    I'm getting used to your nice videos on Jenkins

  • @chrisadam9080
    @chrisadam9080 2 ปีที่แล้ว

    Thanks, that was very helpful. Is it possible to use a single agent for a whole multi-stage pipeline and use input in the middle of it without blocking the executor slot ?

  • @kondareddyd8781
    @kondareddyd8781 2 ปีที่แล้ว

    It is very helpful tutorial and May i know how we can provide approval process to specific people to approve job from Pre-Prod to Prod.

  • @TheTran-tf5ri
    @TheTran-tf5ri 2 ปีที่แล้ว

    This is very helpful. Thanks a lot.

  • @rudiheydra
    @rudiheydra ปีที่แล้ว

    Hi Darin... Thanks for the great content.
    Was wondering if you could help with an issue I've run into. I'm running terraform commands in the form of sh blocks. As you might know, Terraform needs input at certain points to confirm that you want to go ahead with creating resources. The terraform CLI has an auto-approve flag for 'Terraform apply' but not 'Terraform init'. I'm automating setting up an EKS cluster in AWS and need to run Terraform init again at a certain point... this is the console output:
    + terraform init
    Initializing the backend...
    Do you want to copy the existing state to the new backend?
    The pre-existing state was found while migrating the previous "local" backend to the
    newly configured "s3" backend. No existing state was found in the newly
    configured "s3" backend. Do you want to copy this state to the new "s3"
    backend? Enter "yes" to copy and "no" to start with an empty state.
    Enter a value: ╷
    I'm not sure how to set up the step so that I have an input option to say "yes" and then have the pipeline continue.
    Please help.
    Many thanks

  • @tonychia2227
    @tonychia2227 2 ปีที่แล้ว

    👍

  • @vukotici32
    @vukotici32 ปีที่แล้ว

    Great video Thanks,
    i am just missing one example
    how do i a trigger the input step manually

  • @sabam2766
    @sabam2766 2 ปีที่แล้ว

    Hi Darin how to get parameters of previous stage and use it next stage even though previous stage is aborted

  • @jockie666
    @jockie666 2 ปีที่แล้ว

    Why is the branch called "main" instead of "master"?