Skip to content

Patch 2#1

Open
UganderD wants to merge 2 commits intoopstree:masterfrom
UganderD:patch-2
Open

Patch 2#1
UganderD wants to merge 2 commits intoopstree:masterfrom
UganderD:patch-2

Conversation

@UganderD
Copy link
Copy Markdown

No description provided.

Comment thread Jenkinsfile
node {
stage('SCM CheckOut') {
git 'https://github.com/UganderD/TestJavaApp.git'

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation is not quite right, please fix it

Comment thread Jenkinsfile


}
stage('Compile-Package'){
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can have a better naming convention for stage

Comment thread Jenkinsfile
def mvnHOME = tool name: 'M2_HOME', type: 'maven'

sh "${mvnHOME}/bin/mvn package"
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, try to add more CI steps like:-

  • Code Quality
  • Code Coverage
  • Unit Testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants