| Below is an update for the issue : The plugin is actually expecting a relative path , i.e., it is looking for the artifact within jenkins workspace . We will have to place the war file manually in the workspace folder or will have to run a windows batch command to place war file in workspace after the build is done. This violates the intent of devops . Plugin should be able to pick up the war file where it built and place i.e., the absolute path of the war file should be accepted. |