Update Jenkinsfile

This commit is contained in:
KubaGrid 2024-08-13 19:03:12 +02:00 committed by GitHub
parent 9afaf99275
commit 03e83a4be3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
Jenkinsfile vendored
View file

@ -3,6 +3,7 @@ pipeline {
stage("Hello world") {
sh """
echo 'Hello world'
echo 'Additional echo statement'
"""
}
}