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 {
agent any
stages {
stage{
stage
{
echo "Hello World"
}
}