jenkinsfile modified
This commit is contained in:
parent
8354ca662c
commit
21c72b3d03
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -1,7 +1,12 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('checkout'){
|
||||
steps {
|
||||
echo 'Check out from version control'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Hello') {
|
||||
steps {
|
||||
echo 'Hello World'
|
||||
|
Loading…
Reference in New Issue
Block a user