Navigation Menu

Skip to content

Commit

Permalink
[FIXED JENKINS-18641]
Browse files Browse the repository at this point in the history
Eliminated the wrong script tag generation from <st:bind/>
  • Loading branch information
kohsuke committed Aug 9, 2013
1 parent 0c843f5 commit 7e8bbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -42,7 +42,7 @@ THE SOFTWARE.

<properties>
<staplerFork>true</staplerFork>
<stapler.version>1.214</stapler.version>
<stapler.version>1.217</stapler.version>
<spring.version>2.5.6.SEC03</spring.version>
</properties>

Expand Down

5 comments on commit 7e8bbea

@jglick
Copy link
Member

@jglick jglick commented on 7e8bbea Aug 9, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean that c2db894 can be reverted?

@jglick
Copy link
Member

@jglick jglick commented on 7e8bbea Aug 10, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing changelog.html addition.

@olivergondza
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Selenium test are broken since this commit. Javadoc project action yields HTTP 404. Covered by both features in features/javadoc_plugin.feature

@jglick
Copy link
Member

@jglick jglick commented on 7e8bbea Aug 12, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@olivergondza is there an issue filed for the failure? Is the problem reproducible manually? Sounds like a high priority bug.

@olivergondza
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JENKINS-19168. I reproduced it manually for maven job (selenium tests cover free style job).

Please sign in to comment.