Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions 5 pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.409</version>
<version>1.565.1</version>
<relativePath />
</parent>

<artifactId>python</artifactId>
<packaging>hpi</packaging>
<version>1.3-SNAPSHOT</version>
<version>1.4-SNAPSHOT</version>
<name>Python Plugin</name>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Python+Plugin</url>
<developers>
Expand All @@ -25,6 +25,7 @@
<connection>scm:git:git://github.com/jenkinsci/python-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/python-plugin.git</developerConnection>
<url>http://github.com/jenkinsci/scp-plugin</url>
<tag>HEAD</tag>
</scm>

<repositories>
Expand Down
5 changes: 3 additions & 2 deletions 5 src/main/resources/hudson/plugins/python/Python/config.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout"
xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<f:entry title="${%Script}" field="command" description="${%blurb(rootURL)}">
<f:textarea />
<f:textarea class="codemirror fixed-width" codemirror-config="mode: 'text/x-python'"
codemirror-mode="python" />
</f:entry>
</j:jelly>
</j:jelly>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.