Skip to content

Commit

Permalink
[JENKINS-50663] - Restore Remoting manifest checks as requested by @r…
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Apr 9, 2018
1 parent d828282 commit 982516b
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -96,8 +96,10 @@ public void testRemotingJar() throws Exception {
" assert man != null\n" +
" assert man.main != null\n" +
" echo man.main['Version']\n" +
" assert man.main['Version'] == '" + remotingVersion + "'\n" +
" echo man.main['Application-Name']\n" +
" assert man.main['Application-Name'] == 'Jenkins Remoting Agent'\n" +
" assert man.entries['org/kohsuke/args4j/spi/PatternOptionHandler.class']['SHA-256-Digest'] != null\n" +
"}\n"
, true));
WorkflowRun run = j.assertBuildStatusSuccess(p.scheduleBuild2(0));
Expand Down

0 comments on commit 982516b

Please sign in to comment.