jenkinsfile modified

This commit is contained in:
Yevheniia Tsapkova 2020-04-03 12:21:32 +02:00
parent 8354ca662c
commit 21c72b3d03

7
Jenkinsfile vendored
View File

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