This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
learning-jenkins-3003221
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Change Report to Deploy
05_01
Michael Jenkins
4 years ago
parent
b02054587a
commit
aa03b12b5f
2 changed files
with
4 additions
and
4 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
05_01.md
+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 '
Report
ing....'
echo '
Deploy
ing....'
}
}
}
}
}
}
+ 2
- 2
Jenkinsfile
View File
@ -24,9 +24,9 @@ pipeline {
echo 'Testing..'
echo 'Testing..'
}
}
}
}
stage('
Report
') {
stage('
Deploy
') {
steps {
steps {
echo '
Report
ing....'
echo '
Deploy
ing....'
}
}
}
}
}
}
Write
Preview
Loading…
Cancel
Save