Jenkinsfile
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
chaos/docker-salt-master/pipeline/head Build queued...
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:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -5,9 +5,13 @@ pipeline {
|
|||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage ('Hello') {
|
stage ('Hello') {
|
||||||
|
steps{
|
||||||
script {
|
script {
|
||||||
sh "echo 'Hello World!'"
|
sh "echo 'Hello World!'"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user