my @args = ('java -jar jenkins-cli.jar -s http://localhost:8080/ create-view abcd'); system(@args) == 0 or die "\n system @args failed: $?";