Guest User

Untitled

a guest
Jul 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. pipeline {
  2.  
  3. agent any
  4.  
  5. stages {
  6. stage('env') {
  7. steps {
  8. sh 'env'
  9. }
  10. }
  11. }
Add Comment
Please, Sign In to add comment