Update Jenkinsfile

This commit is contained in:
ichbinGaurav 2024-01-06 19:43:36 +00:00
parent 895c09f570
commit f5ca0d413a

3
Jenkinsfile vendored
View file

@ -1,7 +1,8 @@
pipeline { pipeline {
agent any agent any
stages { stages {
stage{ stage
{
echo "Hello World" echo "Hello World"
} }
} }