1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
pipeline { |
|||
agent any |
|||
|
|||
stages { |
|||
stage('Do nothing') { |
|||
steps { |
|||
sh '/bin/true' |
|||
} |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue