Skip to content

Conversation

@ERAM1234
Copy link

No description provided.

@ERAM1234
Copy link
Author

pipeline{
agent any
stages{
stage('clone'){
steps{
git 'https://github.com/devops090/Studentapp.git'
}
}
stage('clean'){
steps{
sh 'mvn clean'
}
}
stage('compile'){
steps{
sh 'mvn compile'
}
}
stage('test'){
steps{
sh 'mvn test'
}
}
stage('deploy'){
steps{
sh 'mvn deploy'
}
}
}
}

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.

1 participant