Skip to content

Commit

Permalink
chore(ci): use same approach for *nix workers
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Aug 11, 2020
1 parent 95b171f commit 4bd9faf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,12 @@ pipeline {
}
retry(3) {
dir("${BASE_DIR}"){
sh script: './scripts/jenkins/build-test.sh', label: 'Build and test'
sh script: './scripts/jenkins/build.sh', label: 'Build'
}
}
dir("${BASE_DIR}"){
sh script: './scripts/jenkins/test.sh', label: 'Test'
}
}
}
post {
Expand Down
5 changes: 0 additions & 5 deletions scripts/jenkins/build-test.sh

This file was deleted.

0 comments on commit 4bd9faf

Please sign in to comment.