Skip to content

Instantly share code, notes, and snippets.

@TheRyanMiller
Last active May 3, 2018 19:21
Show Gist options
  • Save TheRyanMiller/c55e6744681f2bfe4e143c04e74279e6 to your computer and use it in GitHub Desktop.
Save TheRyanMiller/c55e6744681f2bfe4e143c04e74279e6 to your computer and use it in GitHub Desktop.
pipeline {
agent any
stages {
stage('testing pipeline'){
steps{
echo 'test1'
sh 'pwd'
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment