File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed
Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments