1.3. 파이프라인 작업 생성
프로세스
파이프라인의 재사용 가능한 작업 목록이 포함된
pipelines-tutorial
리포지토리에서apply-manifests
및update-deployment
작업을 설치합니다.$ oc create -f https://raw.githubusercontent.com/openshift/pipelines-tutorial/pipelines-1.15/01_pipeline/01_apply_manifest_task.yaml $ oc create -f https://raw.githubusercontent.com/openshift/pipelines-tutorial/pipelines-1.15/01_pipeline/02_update_deployment_task.yaml
tkn task list
명령을 사용하여 생성한 작업 목록을 표시합니다.$ tkn task list
apply-manifest
및update-deployment
작업 리소스가 생성된 것이 출력에서 확인됩니다.NAME DESCRIPTION AGE apply-manifests 1 minute ago update-deployment 48 seconds ago
tkn clustertasks list
명령을 사용하여 Operator에서 설치한 추가 클러스터 작업 목록을 표시합니다(예:buildah
및s2i-python-3
).참고제한된 환경에서
buildah
클러스터 작업을 사용하려면 Dockerfile에서 내부 이미지 스트림을 기본 이미지로 사용해야 합니다.$ tkn clustertasks list
Operator에서 설치한
ClusterTask
리소스가 출력에 나열됩니다.NAME DESCRIPTION AGE buildah 1 day ago git-clone 1 day ago s2i-python 1 day ago tkn 1 day ago
Red Hat OpenShift Pipelines 1.10에서 ClusterTask
기능은 더 이상 사용되지 않으며 향후 릴리스에서 제거될 예정입니다.
추가 리소스