Skip to content

Commit

Permalink
chore: bump jenkins node to 18 (#1057)
Browse files Browse the repository at this point in the history
<!-- For Coveo Employees only. Fill this section.

CDX-764
-->

## Proposed changes

Just some cleaning.
  • Loading branch information
louis-bompart authored Jan 11, 2023
1 parent 21f20c4 commit ae86546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ node('linux && docker') {
checkout scm
def releaseCommit

withDockerContainer(image: 'node:16', args: '-u=root') {
withDockerContainer(image: 'node:18', args: '-u=root') {

stage('Setup') {
sh 'npm ci --ignore-scripts'
Expand Down
2 changes: 1 addition & 1 deletion JenkinsfileCloudfrontInvalidation
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
node('linux && docker') {
checkout scm

withDockerContainer(image: 'node:16', args: '-u=root') {
withDockerContainer(image: 'node:18', args: '-u=root') {

withCredentials([
[
Expand Down

0 comments on commit ae86546

Please sign in to comment.