-
-
Save simonmcc/bed736cef8e2f09c7efe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <project> | |
| <actions/> | |
| <description><!-- Managed by Jenkins Job Builder --></description> | |
| <keepDependencies>false</keepDependencies> | |
| <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding> | |
| <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> | |
| <concurrentBuild>false</concurrentBuild> | |
| <canRoam>true</canRoam> | |
| <properties/> | |
| <scm class="hudson.scm.NullSCM"/> | |
| <builders> | |
| <hudson.tasks.Shell> | |
| <command>#!/usr/bin/env python | |
| # | |
| print("Doing something cool with python") | |
| </command> | |
| </hudson.tasks.Shell> | |
| </builders> | |
| <publishers/> | |
| <buildWrappers> | |
| <com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper> | |
| <user/> | |
| </com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper> | |
| </buildWrappers> | |
| </project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment