Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rajat1899 patch2 #165

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added Jenkinsfile
  • Loading branch information
Rajat1899 committed May 21, 2022
commit e066a5c1bdf3ee8ec23fcc9f2cfd9cd572ed3f05
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pipeline {
stage('package') {
steps {
echo 'package maven app'
echo 'adding new lines'
echo 'adding new line'
sh 'mvn package -DskipTests'
archiveArtifacts 'target/*.war'
}
Expand All @@ -28,4 +28,4 @@ pipeline {
tools {
maven 'Maven 3.6.3'
}
}
}