Jenkins BUILD now issue -
in jenkins applications ,i accidentally clicked on " build " instead of "build parameters" link while trying build application , stuck . unable cancel build. tried building application again unable promote new build because previous build still not complete. there way can abort previous build ?
in jenkins script console (/jenkins/script) try:
jenkins.getinstance().getitembyfullname(jobname,job.class).getbuildbynumber(jobnumber).dostop()
Comments
Post a Comment