Jenkinsfile
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
chaos/docker-salt-master/pipeline/head Build queued...

This commit is contained in:
2023-10-20 15:46:28 +02:00
parent ba3cce81e8
commit 860c9873a5

4
Jenkinsfile vendored
View File

@@ -5,9 +5,13 @@ pipeline {
stages { stages {
stage ('Hello') { stage ('Hello') {
steps{
script { script {
sh "echo 'Hello World!'" sh "echo 'Hello World!'"
} }
}
} }
} }
} }