Skip to content

Commit

Permalink
chore(deps): update jenkinsciinfra/builder docker tag to v2.2.26 (#1300)
Browse files Browse the repository at this point in the history
* chore(deps): update jenkinsciinfra/builder docker tag to v2.2.26

* install node before moving forward

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gavin Mogan <[email protected]>
  • Loading branch information
renovate[bot] and halkeye authored Mar 11, 2023
1 parent a2ed97e commit b66e3a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile_k8s
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
automountServiceAccountToken: false
containers:
- name: "jnlp"
image: "jenkinsciinfra/builder:2.0.55@sha256:77dd8139b078d307e3dcb7f68dbf6d57b357776229ccaafb93cbb5a54a07d349"
image: "jenkinsciinfra/builder:2.2.26@sha256:a0f78672a31ba638c284794d6a942a83cb10633ae32f5bfc1184bc50a9d4abbb"
resources:
limits: {}
requests:
Expand Down Expand Up @@ -65,6 +65,7 @@ spec:
stages {
stage('Install Dependencies') {
steps {
sh 'asdf install'
sh 'NODE_ENV=development yarn install'
}
}
Expand Down

0 comments on commit b66e3a7

Please sign in to comment.