Skip to content

Commit

Permalink
add NonCPS
Browse files Browse the repository at this point in the history
  • Loading branch information
ovcharenko-di committed Jul 24, 2024
1 parent bf3fb2d commit edfc25e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package ru.pulsar.jenkins.library.configuration

import com.cloudbees.groovy.cps.NonCPS
import com.fasterxml.jackson.annotation.JsonProperty

enum GenericIssueFormat {
Expand All @@ -10,6 +11,7 @@ enum GenericIssueFormat {
GENERIC_ISSUE_10_3

@Override
@NonCPS
String toString() {
switch(this) {
case GENERIC_ISSUE: return "Generic_Issue"
Expand Down

0 comments on commit edfc25e

Please sign in to comment.