user25613212
user25613212

Reputation: 1

active choices reactive parameter run shell script return

How to use the plugin 'active choices reactive parameter' to return JSON content display?

question is The following writing method cannot return:

def line = "ls /tmp/*".execute().text.readLines()
line.each{LINE->
  println LINE
}
} else {
  return ["no"]
}

active choices reactive parameter run shell script return

Upvotes: -1

Views: 15

Answers (0)

Related Questions