Skip to content

Commit

Permalink
keep preserve on job UID
Browse files Browse the repository at this point in the history
  • Loading branch information
fdevans committed Jan 11, 2023
1 parent 6469ac0 commit 39b69a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/rundeck-cli/src/commands/loadProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ builder(yargs: Argv) {
'Content-Type': 'application/zip',
}

fetch(`${rundeckUrl}/api/38/project/${project_name}/import?importConfig=true&importACL=true&jobUuidOption=remove&importWebhooks=true`,
fetch(`${rundeckUrl}/api/38/project/${project_name}/import?importConfig=true&importACL=true&jobUuidOption=preserve&importWebhooks=true`,
{ method: 'PUT', body: file, headers:headers, })
//.then(res => console.log(res));

Expand Down

0 comments on commit 39b69a0

Please sign in to comment.