Skip to content

Conversation

@UganderD
Copy link

No description provided.

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

Copy link
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



}
stage('Compile-Package'){
Copy link
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

def mvnHOME = tool name: 'M2_HOME', type: 'maven'

sh "${mvnHOME}/bin/mvn package"
}
Copy link
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