Skip to content

dswas #2

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

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
50 changes: 0 additions & 50 deletions Jenkinsfile

This file was deleted.

24 changes: 24 additions & 0 deletions Packer_servlet_jenkinsfile/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
pipeline {
agent any
tools {
maven 'localMaven'
}
stages {
stage ('Build Servlet Project') {
steps {
sh 'mvn clean package'
}

post {
success{
echo 'Now Archiving ....'

archiveArtifacts artifacts : '**/*.war'
}
}
}

}

}

37 changes: 0 additions & 37 deletions Sample1_Jenkinsfile

This file was deleted.

22 changes: 0 additions & 22 deletions Sample_Jenkinsfile

This file was deleted.

6 changes: 3 additions & 3 deletions src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<body>
<h2>Hello World!</h2>

<h3>WelCome to Jenkins! We are working on Code Pipeline version 2</h3>

<p> This is change is to verify the Stage vs Production</p>>
<h3>WelCome to Jenkins! </h3>

<p> Hello mayank varsheny </p>>
<p> HOW ARE YOU </p>
</body>
</html>