updated jenkinsfile.
All checks were successful
MoreThanText/testing/pipeline/head This commit looks good
All checks were successful
MoreThanText/testing/pipeline/head This commit looks good
This commit is contained in:
parent
5b2bd31694
commit
389624b762
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -1,5 +1,10 @@
|
|||||||
job('example') {
|
pipeline {
|
||||||
|
agent any
|
||||||
|
stages {
|
||||||
|
stage('Example') {
|
||||||
steps {
|
steps {
|
||||||
shell('echo Hello World!')
|
echo 'hello world'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user