Jenkinsfile
This commit is contained in:
12
Jenkinsfile
vendored
Normal file
12
Jenkinsfile
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
pipeline {
|
||||
|
||||
node('nomad') {
|
||||
steps{
|
||||
step("Hello"){
|
||||
sh "echo 'Hello World!'"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user