Skip to content

Commit

Permalink
[JENKINS-51656] - Change the CasC output destinations
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Jun 4, 2018
1 parent e8aed0c commit 75ea545
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -11,11 +11,11 @@ public class CasCConfig extends WARResourceInfo {

@Override
public String getDestination() {
return "WEB-INF/casc.yml.d";
return "WEB-INF/jenkins.yaml.d";
}

@Override
public String getResourceType() {
return "casc.yaml";
return "jenkins.yaml";
}
}

0 comments on commit 75ea545

Please sign in to comment.