Browse Source

Change Report to Deploy

05_01
Michael Jenkins 4 years ago
parent
commit
aa03b12b5f
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      05_01.md
  2. +2
    -2
      Jenkinsfile

+ 2
- 2
05_01.md View File

@ -29,9 +29,9 @@ pipeline {
echo 'Testing..' echo 'Testing..'
} }
} }
stage('Report') {
stage('Deploy') {
steps { steps {
echo 'Reporting....'
echo 'Deploying....'
} }
} }
} }


+ 2
- 2
Jenkinsfile View File

@ -24,9 +24,9 @@ pipeline {
echo 'Testing..' echo 'Testing..'
} }
} }
stage('Report') {
stage('Deploy') {
steps { steps {
echo 'Reporting....'
echo 'Deploying....'
} }
} }
} }


Loading…
Cancel
Save