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

6
Jenkinsfile vendored
View File

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