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
13 lines
166 B
Groovy
13 lines
166 B
Groovy
pipeline {
|
|
|
|
agent('nomad') {
|
|
stages{
|
|
stage("Hello"){
|
|
script {
|
|
sh "echo 'Hello World!'"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|