Skip to content

Commit

Permalink
new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi2krishna committed May 18, 2023
1 parent f6e8b4d commit 9aa948a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ pipeline {
agent any

stages {
stage('Build') {
stage('Sonar Analysis') {
steps {
echo 'Building..'
}
}

stage('Test') {
stage('Build LMS') {
steps {
echo 'Testing..'
}
}
stage('Release') {

stage('Release LMS') {
steps {
echo 'Deploying....'
}
}

stage('Deploy') {
stage('Deploy LMS') {
steps {
echo 'Deploying....'
}
Expand Down

0 comments on commit 9aa948a

Please sign in to comment.