জেনকিনস বিল্ডের রিমোট ট্রিগার করার সময় কীভাবে "অগ্নিকাণ্ড এবং ভুলে যাওয়া" করবেন না?


13

আমি বাঁশ থেকে প্যারামিটারাইজড জেনকিনসকে তৈরি করার চেষ্টা করছি, নীচে করে:

পোস্ট - http://jenkins-url.com/job/jobname/buildWithParameters?ENVIRONMENT=dev&APPLICATION=hello-world

তবে আমি তাত্ক্ষণিকভাবে একটি 201 পাব যা আমাকে বলবে যে বিল্ডটি তৈরি করা হয়েছিল। আমি কীভাবে এই অনুরোধটি অপেক্ষা করব এবং আগুনের পরিবর্তে বিল্ডটির সাফল্যের স্থিতি ফিরিয়ে দেব এবং ভুলে যাব?

প্যারামিটারাইজড-রিমোট-ট্রিগার-প্লাগইন অনুসারে এটি দৃশ্যত সম্ভব :

এখানে চিত্র বর্ণনা লিখুন

সম্পাদনা করুন: আপনার প্রয়োজন হলে শেষ পর্যন্ত এটি তৈরি করে। https://github.com/owenmorgan/jenkins-remote-builder

উত্তর:


5

রিমোট ট্রিগার সেট আপ করার সময়, আপনাকে "রিমোট ট্রিগারযুক্ত প্রকল্পগুলি বিল্ড শেষ না হওয়া পর্যন্ত" ব্লক করতে হবে।

রিমোট প্যারামিটারাইজড কাজ


ধন্যবাদ, আমার স্টিকের ভুল প্রান্ত থাকতে পারে .. যে প্লাগ ইনটি জিনকিন্স থেকে নিজেই দূরবর্তী বিল্ডগুলি ট্রিগার করার জন্য বলে মনে হচ্ছে? আমার দৃশ্যে, বাঁশটির অনুরোধ থেকে বিল্ডটি ট্রিগার করা হয়েছে, তবে আমরা বিল্ডটি সম্পূর্ণ না হওয়া অবধি বিল্ডটির অবস্থা ফিরে না আসা পর্যন্ত অনুরোধটি রাখতে চাই।
ওস্মরগান

আহ, আমি এখন বুঝতে পারি। দুর্ভাগ্যক্রমে আমি ভাবি না যে এআইপি সেভাবে কাজ করে, আপনি যদি জেনকিনসের প্লাগইনটি কীভাবে বিকাশ করা হয় তা দেখেন আপনি এটি দূরবর্তী কাজটি চালু করতে এবং তারপরে এটি শেষ না হওয়া পর্যন্ত স্থিতির জন্য পোলগুলি দেখতে পাবেন।
ট্র্যাভিস থম্পসন

1
ধন্যবাদ, আমি এই github.com/owenmorgan/jenkins-remote-builder
osmorgan

1
@ এসমোরগান: আপনার একটি উত্তরে এটি বর্ণনা করা উচিত (সংক্ষিপ্তসারটি দিয়ে, কেবলমাত্র লিঙ্কটি নয়) এবং এটি গ্রহণ করুন।
ড্যান কর্নিলিস্কু

শীশ .. এটি প্রশ্নে .. এবং লিঙ্কে একটি বিবরণ আছে। স্ট্যাকওভারফ্লোতে দেখা হবে
ওসমরগান

5

আমি জেনকিনস-রিমোট-বিল্ডার স্ক্রিপ্ট তৈরি করেছি যা আপনার দূরবর্তী বিল্ডটি সম্পূর্ণরূপে অনুসরণ করবে।

এটি সম্পর্কে আরও কিছু বিশদ (এর README.md থেকে ):

উদাহরণ

jenkins=https://user:pass@jenkins.mydomain.com:8080
jenkins_job=MyApp-Deploy

environment=dev
application=myapp
revision=9fd71f63b351b8208264daf86d292ced580a2f60

./jenkins_remote_trigger.sh \
            -h ${jenkins} \
            -j ${jenkins_job} \
            -p "ENVIRONMENT=${environment}&APPLICATION=${application}&REVISION=${revision}"

ব্যবহার:

-h HOST     | --host=HOST                       Jenkins host
-j JOBNAME  | --jobname=test-build-job          The name of the jenkins job to trigger
-p JOBPARAM | --jobparam=environment=uat&test=1 Jenkins job paramiters
-q          | --quiet                           Don't output any status messages

4
এটি কীভাবে কাজ করে সে সম্পর্কে কিছুটা সংক্ষিপ্তসার আরও ভাল হবে;)
তেনসাইবাই

দয়া করে আপনার (আকর্ষণীয়!) উত্তরের জন্য আমি যে সম্পাদনাটি প্রয়োগ করেছি তা পর্যালোচনা করুন তবে আমার মনে হয় যা মুছে ফেলার ঝুঁকি রয়েছে (সংযমের মাধ্যমে) কারণ এটি ছিল বেশিরভাগ লিঙ্ক-ওয়াল উত্তর (যেমনটি কিছুটা @ টেনসিবাইয়ের মন্তব্যেও ইঙ্গিত করা হয়েছে) )।
Pierre.Vriens

1

আপনার যদি সিএলআই থেকে কোনও কাজ ট্রিগার করতে হয় এবং এর সমাপ্তির জন্য অপেক্ষা করতে হয় তবে আপনি "জেনকিনস সিএলআই" ব্যবহার করতে পারেন ( এখানে দেখুন )।

তবে জেনকিনস সিএলআই প্রচারগুলি সমর্থন করে না তাই তাদের জন্য আমি নিম্নলিখিত স্ক্রিপ্টটি নিয়ে এসেছি:

#!/bin/bash
# Trigger a promotion and wait for its completion
#
# For triggering jobs jenkins cli is sufficient: https://support.cloudbees.com/hc/en-us/articles/228392127-How-to-wait-for-build-to-finish-when-triggering-from-CLI-
#
# The script is dependent on the current jenkins implementation of:
# - the promotion web page (links for triggering/re-executing the promotions)
# - the behaviour of the XML of the promotion status
#
# The behaviour of the job run status XML is:
#   - if the the promotion is not yet been triggered than the response is 404 not found
#   - is the the promotion has been triggered
#     - ... but it's still waiting for an executor:  the response is 404 not found or <duration> is empty
#     - ... and has started:                         <duration> is empty or 0
#     - ... and it's finished:                       <duration> is a non-zero number
#
#
#  run syntax:
#    ./trigger_promotion_and_wait_for_completion.sh \
#       <job_name> \
#       <job_run_number_to_promote> \
#       <promotion_name> \
#       <jenkins_user> \
#       <jenkins_pwd> \
#       <jenkins_url> \
#       <script_workspace_folder> \
#       '{"name": "prom_param_1", "value": "stringvalue" } , {"name": "prom_param_2", "value": true }'
#
#   example:
#    ./trigger_promotion_and_wait_for_completion.sh \
#       job1 \
#       22 \
#       promotion1 \
#       admin \
#       password \
#       http://localhost:8080/jenkins/ \
#       . \
#       '{"name": "prom_param_1", "value": "stringvalue" } , {"name": "prom_param_2", "value": true }'



set -uexo pipefail

#other debug options:
#PS4='+\t '
#set -v

JOB_NAME="${1}"
JOB_RUN_NUMBER="${2}"
DEPLOY_PROMOTION_NAME="${3}"
BUILDER_USER="${4}"
BUILDER_PASSWORD="${5}"
JENKINS_URL="${6}"
WORKSPACE_FOLDER="${7}"
PROMOTION_ARGUMENTS="${8}"

TIMEOUT=900


echo "retrieving the promotion nextBuildNumber (so we can poll the promotion status and check if it's finished)..."
PROMOTION_RUN_NUMBER="$( curl -s  -u${BUILDER_USER}:${BUILDER_PASSWORD} "${JENKINS_URL}job/${JOB_NAME}/promotion/process/${DEPLOY_PROMOTION_NAME}/api/xml"  | grep -P  '<nextBuildNumber>(.*)</nextBuildNumber'   | sed -re 's/.*<nextBuildNumber>(.*)<\/nextBuildNumber.*/\1/g' )"




echo "running the promotion..."
echo 'only the first promotion can be triggered with "Approve", while subsequent promotions are triggered with "Re-execute promotion"'
echo 'so we check in the web page if the approve link is present'

#the link to search in the web page
PROMOTION_APPROVE_STRING="promotionProcess/${DEPLOY_PROMOTION_NAME}/promotionCondition/hudson.plugins.promoted_builds.conditions.ManualCondition/approve"

PROM_STATUS_URL="${JENKINS_URL}job/${JOB_NAME}/${JOB_RUN_NUMBER}/promotion/"

if curl -s -vvv -u${BUILDER_USER}:${BUILDER_PASSWORD}  "${PROM_STATUS_URL}" | grep "${PROMOTION_APPROVE_STRING}" ; then
    echo "The job has not yet been promoted, triggering it with 'Approve'"
    WEB_PATH="job/${JOB_NAME}/${JOB_RUN_NUMBER}/promotion/promotionProcess/${DEPLOY_PROMOTION_NAME}/promotionCondition/hudson.plugins.promoted_builds.conditions.ManualCondition/approve"
    SUBMIT="Approve"
else
    echo "The job has already been promoted, triggering it with 'Re-execute promotion'"
    WEB_PATH="job/${JOB_NAME}/${JOB_RUN_NUMBER}/promotion/${DEPLOY_PROMOTION_NAME}/build"
    SUBMIT="Re-execute+promotion"
fi


#note for the troubleshooting: in case the following curl fails then the error cause can be found near the string "stack trace"
CURL_OUTPUT="$(  curl -s -vvv -XPOST -u${BUILDER_USER}:${BUILDER_PASSWORD} "${JENKINS_URL}${WEB_PATH}"  \
                       --data 'json={
                                 "parameter": [
                                                '"${PROMOTION_ARGUMENTS}"'
                                              ]
                                    }&Submit='"${SUBMIT}" 2>&1 )"

if ( echo "${CURL_OUTPUT}" |  grep -P "< HTTP/1.1 5\d\d" ) || ( echo "${CURL_OUTPUT}" |  grep -P "< HTTP/1.1 4\d\d" ) ; then
  echo  'error in triggering the job/promotion! exiting...'
  exit 1
else
  echo  'curl good'
fi



echo "checking promotion status until promotion is finished"
FINISHED=no


INITIAL_TIME="$(date +%s)"
while [ "${FINISHED}" != "ok" ]
do
    sleep 2


    #checking if promotion is finished (we check the value of <duration> XML element in the job run status)
    ERROR="" ; DURATION="$(curl -s  -u${BUILDER_USER}:${BUILDER_PASSWORD} "${JENKINS_URL}job/${JOB_NAME}/${JOB_RUN_NUMBER}/promotion/${DEPLOY_PROMOTION_NAME}/promotionBuild/${PROMOTION_RUN_NUMBER}/api/xml"    | grep -Po  '<duration>.*</duration>'   | sed -re  's/<duration>(.*)<\/duration>/\1/g' )"   || ERROR="yes"
    if [[ $ERROR == "yes" ]] ; then
      echo " the promotion has been queued but not yet started, waiting for it to start..."
      curl -s  -u${BUILDER_USER}:${BUILDER_PASSWORD} "${JENKINS_URL}job/${JOB_NAME}/${JOB_RUN_NUMBER}/promotion/${DEPLOY_PROMOTION_NAME}/promotionBuild/${PROMOTION_RUN_NUMBER}/api/xml"
      ERROR=""
      continue
    fi  ;   ERROR=""




    #we interrupt the polling of the job/promotion status if the promotion
    #  - is terminated
    #  - is taking too long (there is some problem)
    #(in the XML of the job run status the <duration> XML element value is initially empty, than it is 0, and eventually is the number of seconds of the run duration )

    POLLING_TIME="$(date +%s)"
    let "ELAPSED_TIME=POLLING_TIME-INITIAL_TIME"
    echo "ELAPSED_TIME=${ELAPSED_TIME}"

    if  (( ${ELAPSED_TIME} \> $TIMEOUT ))  ; then
      echo "error: the promotion has taken too long... exiting"
      exit 1
    fi

    if  [[ "${DURATION}" != "" ]] ; then
      re='^[0-9]+$'
      if [[ $DURATION =~ $re ]] ; then
        if (( "${DURATION}" \> "0" )) ; then
          FINISHED=ok
        else
          : #do nothing (the value of <duration> is 0 , that is the job/promotion has been started in a slave and is still running)
        fi
      else
        echo "error: the promotion duration is not a number. exiting..."
        exit 1
      fi
    else
      :  # the job/promotion has not yet started
    fi

    echo "waiting for the promotion to finish..."
done

echo "Promotion finished"



echo "Promotion output:"
curl -s  -u${BUILDER_USER}:${BUILDER_PASSWORD} "${JENKINS_URL}job/${JOB_NAME}/${JOB_RUN_NUMBER}/promotion/${DEPLOY_PROMOTION_NAME}/promotionBuild/${PROMOTION_RUN_NUMBER}/consoleText" > ${WORKSPACE_FOLDER}/promotionOutput

cat ${WORKSPACE_FOLDER}/promotionOutput

if [[ ! "$(tail -n1 ${WORKSPACE_FOLDER}/promotionOutput)" =~ "SUCCESS"  ]] ; then
      echo "Promotion did not successfully terminate"
      exit 1
else
      echo "Promotion successfully terminated"
fi
আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.