Answer Posted / Aishwarya Kapik
A simple Jenkins script using the Groovy syntax could be a build step that executes a shell command: n`pipeline {n agent anyn stages {n stage('Build') {n steps {n sh 'echo Hello, World!'n }n }n }n}`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category