jenkinsfile modified

This commit is contained in:
Yevheniia Tsapkova 2020-04-03 12:21:32 +02:00
parent 8354ca662c
commit 21c72b3d03
1 changed files with 6 additions and 1 deletions

7
Jenkinsfile vendored
View File

@ -1,7 +1,12 @@
pipeline {
agent any
stages {
stage('checkout'){
steps {
echo 'Check out from version control'
}
}
stage('Hello') {
steps {
echo 'Hello World'