Give any simple example of jenkins script.
Answer / 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 |
What is scm? Which scm tools are supported in jenkins?
How will you define post in jenkins?
What is blue ocean in jenkins?
What are the advantages of jenkins? Why we use jenkins?
How you can set up jenkins job?
What is maven and what is jenkins?
How does jenkins authenticate users?
What is the use of backup plugin?
what is continuous integration?
How schedule a build in jenkins?
Give an example of how the repository is polled when a new commit is detected.
Mention some of the important plugins in jenkins?