Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
pipeline {
agent any
stages {
stage('test') {
steps {
echo "test"
}
}
}
}
@jeffchan

This comment has been minimized.

Copy link
Owner Author

jeffchan commented Mar 5, 2017

Branch event
Connecting to https://api.github.com using ....
Obtained Jenkinsfile from 34573961e0dd4a7e7d702bf5be2e733198ebd6ec
[Pipeline] End of Pipeline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.