Skip to content

Commit

Permalink
Merge pull request #77 from nopainsnogains11/def_22046_jenkinsPlugin_…
Browse files Browse the repository at this point in the history
…appUpload

Bug JENKINS-50732: ensure application to be uploaded even if instrumentation fails during app upload
  • Loading branch information
YafimK committed Apr 17, 2018
2 parents 39b0160 + 604bd96 commit 8fc9cfb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@
public class Constants {
public final static String BOUNDARYSTR = "randomstring";
public final static String DATA = "data";
public final static String APP_UPLOAD = "/rest/apps/upload";
public final static String APP_UPLOAD = "/rest/apps/upload?enforceUpload=true"; // make sure unpacked app is uploaded in case of failure during instrumentation
public final static String CONTENT_TYPE_DOWNLOAD_VALUE = "multipart/form-data; boundary=----";
public final static String FILENAME = "filename";
public static final String LOGIN_SECRET = "x-hp4msecret";
Expand Down

0 comments on commit 8fc9cfb

Please sign in to comment.