Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #72 from tinyspeck/copyArtifactPermissionProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
NatWoodson authored Jan 12, 2023
2 parents 42f2ca1 + 3d4d5ff commit 7d2fd66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/translator.properties
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,10 @@ upstreamFilterStrategy.enclosing_tag = upstream
hudson.plugins.copyartifact.CopyArtifactPermissionProperty = copyArtifactPermission
hudson.plugins.copyartifact.CopyArtifactPermissionProperty.type = OBJECT

hudson.plugins.copyartifact.CopyArtifactPermissionProperty.projectNameList = projectNames
hudson.plugins.copyartifact.CopyArtifactPermissionProperty.projectNameList.string = string
hudson.plugins.copyartifact.CopyArtifactPermissionProperty.projectNameList.string.type = PARAMETER

projectNameList = projectNames

pre.type = PARAMETER
Expand Down Expand Up @@ -708,6 +712,8 @@ org.jenkinsci.plugins.postbuildscript.model.PostBuildStep.type = OBJECT

org.jenkinsci.plugins.postbuildscript.model.PostBuildStep.results = results
org.jenkinsci.plugins.postbuildscript.model.PostBuildStep.results.type = ARRAY
org.jenkinsci.plugins.postbuildscript.model.PostBuildStep.results.string = string
org.jenkinsci.plugins.postbuildscript.model.PostBuildStep.results.string.type = PARAMETER
org.jenkinsci.plugins.postbuildscript.model.PostBuildStep.buildSteps.hudson.tasks.Shell = shell
org.jenkinsci.plugins.postbuildscript.model.PostBuildStep.buildSteps.hudson.tasks.Shell.type = OBJECT

Expand Down Expand Up @@ -1174,6 +1180,7 @@ upstreamProjects = projects
upstreamProjects.type = PARAMETER

threshold = INNER
threshold.name = name
threshold.name.type = PARAMETER

hudson.triggers.TimerTrigger = INNER
Expand Down
Binary file modified xml-job-to-job-dsl.hpi
Binary file not shown.

0 comments on commit 7d2fd66

Please sign in to comment.