VirtualTam's bookmarks

  1. item = Jenkins.instance.getItemByFullName("your-job-name-here")
    
    // THIS WILL REMOVE ALL BUILD HISTORY
    item.builds.each() { build ->
      build.delete()
    }
    item.updateNextBuildNumber(1)
    
  2. "I’m starting to learn game design and the biggest hurdle I keep running into over and over is knowing how many forklifts to put into my game. Could you give me a specific number? It would be a huge help, thanks!"