Skip to content
Open

Test #11

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
471ed51
Update pom.xml
venkat0007 Aug 3, 2018
9c07073
Update Jenkinsfile
venkat0007 Aug 6, 2018
d1d214b
Update README.md
venkat0007 Aug 25, 2018
0a019cf
Update README.md
venkat0007 Aug 25, 2018
d265c65
Create first.java
venkat0007 Dec 20, 2018
a15ed83
Create first.txt
venkat0007 Oct 8, 2019
4074f08
Create second.txt
venkat0007 Oct 8, 2019
fc80f26
Create third.txt
venkat0007 Oct 8, 2019
f73568b
Update Jenkinsfile
venkat0007 Oct 8, 2019
4d488bd
Update Jenkinsfile
venkat0007 Oct 8, 2019
3e25b0d
Update Jenkinsfile
venkat0007 Oct 8, 2019
ccb6e08
Update Jenkinsfile
venkat0007 Oct 8, 2019
6aa1f55
Update Jenkinsfile
venkat0007 Oct 8, 2019
79e48b0
Update Jenkinsfile
venkat0007 Oct 8, 2019
5e19be2
Update Jenkinsfile
venkat0007 Oct 8, 2019
c71ed40
Update Jenkinsfile
venkat0007 Oct 8, 2019
fd7550d
Update Jenkinsfile
venkat0007 Oct 8, 2019
3485c48
Update Jenkinsfile
venkat0007 Oct 8, 2019
351da29
Update Jenkinsfile
venkat0007 Oct 8, 2019
7e5b8b9
Update Jenkinsfile
venkat0007 Oct 8, 2019
2850ea6
Update Jenkinsfile
venkat0007 Oct 8, 2019
aa961a2
Update Jenkinsfile
venkat0007 Oct 8, 2019
df5f6d1
Update Jenkinsfile
venkat0007 Oct 8, 2019
a4da6e7
Update Jenkinsfile
venkat0007 Oct 8, 2019
cacd6f2
Update Jenkinsfile
venkat0007 Oct 8, 2019
0dc5a3d
Update Jenkinsfile
venkat0007 Oct 8, 2019
f71b437
Update Jenkinsfile
venkat0007 Oct 8, 2019
b939da8
Update Jenkinsfile
venkat0007 Oct 8, 2019
e258ccb
Update Jenkinsfile
venkat0007 Oct 8, 2019
a80df16
Create first.txt
venkat0007 Apr 25, 2021
887a24a
Update first.txt
venkat0007 Apr 25, 2021
78df849
Update Jenkinsfile
venkat0007 Jun 13, 2021
e4824be
Update README.md
venkat0007 Jun 13, 2021
e5728bb
Update Jenkinsfile
venkat0007 Jun 14, 2021
b4825b0
Update Jenkinsfile
venkat0007 Jun 14, 2021
8a9dcb1
Merge branch 'master' into dev
venkat0007 Jun 22, 2021
272cbf8
Merge pull request #1 from venkat0007/dev
venkat0007 Jun 22, 2021
d5da13d
Revert "Dev"
venkat0007 Jun 22, 2021
1f99fb0
Merge pull request #2 from venkat0007/revert-1-dev
venkat0007 Jun 22, 2021
194af67
Merge pull request #3 from venkat0007/master
venkat0007 Jun 22, 2021
49df089
Update README.md
venkat0007 Jun 22, 2021
bb78aa5
Merge pull request #4 from venkat0007/revert-1-dev
venkat0007 Jun 22, 2021
1cbedf5
added javaspring.java
venkat0007 Aug 20, 2021
c3cd232
deleted
venkat0007 Aug 20, 2021
9aa81e6
added maven-java.txt
venkat0007 Aug 20, 2021
b5ec213
Update maven-java.txt
venkat0007 Aug 20, 2021
759479b
updating maven-java.txt
venkat0007 Aug 20, 2021
c0ec5a1
updated
venkat0007 Aug 20, 2021
2e9f05f
updated README.md file
vvreddy1251 Dec 10, 2021
abe6e82
added file
vvreddy1251 Dec 10, 2021
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
35 changes: 18 additions & 17 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
pipeline {
agent any
stages {
stage('build') {
parallel {
stage('build') {
steps {
bat 'mvn clean deploy'
}
node {



stage('Checkout') {
//Checkout the code from a GitHub repository
git credentialsId: 'venkat0007', url: 'https://github.com/DIGITALAPPLICATION/WebApp.git'
}
stage('Example') {
sh 'mvn clean'
sh 'mvn package'
sh 'mvn install'
sh 'echo venkat'


}
stage('parallel') {
steps {
echo 'parallel'
}
}
}
}
}
}



2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# WebApp
# WebApp....
Empty file added fie.txt
Empty file.
1 change: 1 addition & 0 deletions first.java
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this is java file
1 change: 1 addition & 0 deletions first.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#first line
1 change: 1 addition & 0 deletions javafile.java
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this is a java file
1 change: 1 addition & 0 deletions javafile1.java
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this is a second file`
1 change: 1 addition & 0 deletions javaspring.java
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this is the code of java`
2 changes: 2 additions & 0 deletions maven-java.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

this is java file2
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<repository>
<id>deployment</id>
<name>Nexus Release Repository</name>
<url>http://18.218.88.137:8081/nexus/content/repositories/releases/</url>
<url>http://18.206.61.7:8081/nexus/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>deployment</id>
Expand Down
1 change: 1 addition & 0 deletions second.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#second file
1 change: 1 addition & 0 deletions third.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#thrid file