Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Grünewaldt authored Sep 2, 2017
1 parent 5e31c61 commit 9bc9ba7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@ podTemplate(
) {
node('k8s-jenkins-slave-nodejs-xvfb-chrome-v25') {
stage('build and test') {
sh 'yarn -version'
sh 'git clone https://github.com/clouless/angular-4-unit-test-dummy.git code'
dir('code') {
sh 'yarn && yarn test'
sh 'mvn -version'
sh 'git clone https://github.com/spring-projects/spring-boot.git'
dir('spring-boot-samples') {
dir('spring-boot-sample-war') {
sh 'mvn compile'
}
}
}
}
Expand Down

0 comments on commit 9bc9ba7

Please sign in to comment.