Skip to content

Commit 4aaac23

Browse files
committed
updated jenkinsfile
1 parent ba06096 commit 4aaac23

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

Jenkinsfile

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,29 @@ pipeline {
1414
}
1515
}
1616

17-
18-
stage ('Deploy To DEV') {
19-
steps {
20-
mkdir dummy
21-
// unstash 'getJars'
22-
// sh 'ls -lrt'
23-
sh 'echo "Deploy into Prod"'
17+
parallel {
18+
stage ('Deploy To DEV') {
19+
steps {
20+
mkdir dummy
21+
// unstash 'getJars'
22+
// sh 'ls -lrt'
23+
sh 'echo "Deploy into Prod"'
2424

25-
}
26-
}
27-
28-
stage ('Deploy To UAT') {
29-
steps {
30-
sh 'echo "Deploy into Prod"'
25+
}
26+
}
27+
28+
stage ('Deploy To UAT') {
29+
steps {
30+
sh 'echo "Deploy into Prod"'
3131

32-
}
33-
}
34-
stage ('Deploy To Prod') {
35-
steps {
36-
sh 'echo "Deploy into Prod"'
32+
}
33+
}
34+
stage ('Deploy To Prod') {
35+
steps {
36+
sh 'echo "Deploy into Prod"'
3737

38-
}
39-
}
40-
}
38+
}
39+
}
40+
}
4141

4242
}

0 commit comments

Comments
 (0)