Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Jenkinsfile: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mpranj committed Mar 14, 2023
1 parent 30f4a21 commit 6e58834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/jenkins/Jenkinsfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,13 @@ def dockerInit() {
)

DOCKER_IMAGES.jammy = dockerUtils.createDockerImageDesc(
'ubuntu-jammy, dockerUtils.&idTesting,
'ubuntu-jammy', dockerUtils.&idTesting,
'./scripts/docker/ubuntu/jammy',
'./scripts/docker/ubuntu/jammy/Dockerfile'
)

DOCKER_IMAGES.kinetic = dockerUtils.createDockerImageDesc(
'ubuntu-kinetic, dockerUtils.&idTesting,
'ubuntu-kinetic', dockerUtils.&idTesting,
'./scripts/docker/ubuntu/kinetic',
'./scripts/docker/ubuntu/kinetic/Dockerfile'
)
Expand Down

0 comments on commit 6e58834

Please sign in to comment.