Skip to content

Commit 445f778

Browse files
authored
Merge pull request #58 from puppetlabs/remove-internal
(PE-42665) Make run_cd4pe_job task public
2 parents 8e232ef + d9c2cc0 commit 445f778

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tasks/run_cd4pe_job.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"private": true,
3-
"description": "Retrieves the Puppet control repo and job script for the specified job instance id.",
2+
"description": "Used by Continuous Delivery pipelines to execute testing jobs on job hardware.",
43
"parameters": {
54
"job_instance_id": {
65
"type": "String[1]",

0 commit comments

Comments
 (0)