Skip to content

Commit

Permalink
Create parallel-executions
Browse files Browse the repository at this point in the history
  • Loading branch information
javahometech authored Apr 23, 2018
1 parent d6fea67 commit 072975e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions parallel-executions
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@


node{
parallel firstBranch: {
stage('one'){
git url: 'http://github.com/javahometech/my-app', branch: 'master123'
}
}, secondBranch: {
stage('Two'){
git url: 'http://github.com/javahometech/my-app', branch: 'feature-1'
}
},
failFast: true
}

0 comments on commit 072975e

Please sign in to comment.