Remove deprecated Jenkins CLI from base configuration scripts
This commit is contained in:
parent
28f09e9a84
commit
3b8f0f7d10
|
|
@ -94,10 +94,6 @@ def remove = { list ->
|
|||
remove(jenkins.getExtensionList(RootAction.class))
|
||||
remove(jenkins.actions)
|
||||
|
||||
println("Disable CLI completely...")
|
||||
CLI.get().setEnabled(false)
|
||||
println("CLI disabled")
|
||||
|
||||
jenkins.save()
|
||||
`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue