Skip to content

Commit 6b77698

Browse files
committed
Merge branch 'tms_078' of https://github.com/jenkinsci/vectorcast-execution-plugin into tms_078
2 parents 04f51ee + 5a910b0 commit 6b77698

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/vectorcast/plugins/vectorcastexecution/job

1 file changed

+1
-1
lines changed

src/main/java/com/vectorcast/plugins/vectorcastexecution/job/BaseJob.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ public void create()
771771
* @throws hudson.model.Descriptor.FormException exception
772772
* @throws InvalidProjectFileException exception
773773
*/
774-
@RequestMapping(value="/create", method=RequestMethod.POST)
774+
@POST
775775
protected abstract void doCreate()
776776
throws IOException,
777777
ServletException,

0 commit comments

Comments
 (0)