Skip to content

Commit

Permalink
Update Jenkins-decdemo
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivas1987devops authored Sep 11, 2019
1 parent e950ef2 commit 84744a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jenkins-decdemo
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@ pipeline{

}
}
stage("Maven Build"){
steps{
sh "mvn clean package"
sh "mv target/*.war target/myweb.war"
}
}
}
}

0 comments on commit 84744a9

Please sign in to comment.