Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F 1 #74

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

F 1 #74

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pipeline {
agent any

stages {
stage ('Compile Stage') {
stage ('Compile Stage-1') {

steps {
withMaven(maven : 'maven_3_5_0') {
Expand All @@ -21,12 +21,13 @@ pipeline {
}


stage ('Deployment Stage') {
/* stage ('Deployment Stage') {
steps {
withMaven(maven : 'maven_3_5_0') {
sh 'mvn deploy'
}
}
}
*/
}
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Fizz Buzz Example in Java 8 using JUnit 5

### Fizz Buzz is a game where
### Fizz Buzz is a game where -PR-1
- if the number is divisible by 3, you say Fizz
- if the number is divisible by 5, you say Buzz
- if neither, you say the number
- if neither, you say the number