added jenkinsfile
This commit is contained in:
parent
bbcdb457fc
commit
ab72076ee2
10
Jenkinsfile
vendored
Normal file
10
Jenkinsfile
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
pipeline{
|
||||||
|
agent any
|
||||||
|
stages{
|
||||||
|
stage('Stage 1'){
|
||||||
|
steps{
|
||||||
|
echo 'Hello World!'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user