Jenkinsfile
Some checks failed
chaos/docker-salt-master/pipeline/head There was a failure building this commit
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2023-10-20 15:43:30 +02:00
parent 91536703cb
commit 92cc176d1f

5
Jenkinsfile vendored
View File

@@ -1,8 +1,9 @@
pipeline {
agent('nomad') {
agent none
stages{
stage("Hello"){
agent('nomad') {
script {
sh "echo 'Hello World!'"
}