Skip to content

Commit de4a46e

Browse files
authored
Merge pull request #69 from opexdev/feature/1-MVP
#66: Add BlockchainGateway build step to Jenkinsfile.deploy.groovy
2 parents f06307a + 6cf6a69 commit de4a46e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Jenkins/Jenkinsfile.deploy.groovy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ pipeline {
3838
dir("Api") {
3939
sh 'mvn -B clean install'
4040
}
41+
42+
dir("BlockchainGateway") {
43+
sh 'mvn -B clean install'
44+
}
4145
}
4246

4347
}

0 commit comments

Comments
 (0)