Skip to content

Create Jenkinsfile#1

Open
ERAM1234 wants to merge 1 commit intodevops090:masterfrom
ERAM1234:patch-2
Open

Create Jenkinsfile#1
ERAM1234 wants to merge 1 commit intodevops090:masterfrom
ERAM1234:patch-2

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