Skip to content

Commit

Permalink
reverted jenkins changes and pushed dependencies into the build image
Browse files Browse the repository at this point in the history
  • Loading branch information
toastedcrumpets committed May 18, 2021
1 parent 2283def commit 1221eb1
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,11 @@ spec:
script {
dockerBuildImage = docker.image('toastedcrumpets/autopipefit-toolchain')
dockerBuildImage.pull()
dockerBuildImage.inside {
sh "apt-get update && apt-get install -y --no-install-recommends libgtest-dev"
}
}
}
}
}
stage('Install dependencies') {
steps{
container('dind') {
script {
dockerBuildImage.inside {
sh "apt-get install -y libgtest-dev"
}
}
}
}
}
stage('Configure') {
stage('C++ Configure') {
steps{
container('dind') {
script {
Expand Down

0 comments on commit 1221eb1

Please sign in to comment.