Remove deprecated Jenkins CLI from base configuration scripts

This commit is contained in:
Tomasz Sęk 2019-02-21 23:31:28 +01:00
parent 28f09e9a84
commit 3b8f0f7d10
No known key found for this signature in database
GPG Key ID: DC356D23F6A644D0
1 changed files with 0 additions and 4 deletions

View File

@ -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()
`