Skip to content

Commit

Permalink
fix bug in jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
colearendt committed Apr 5, 2021
1 parent 4e4cb93 commit 67bd176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ ansiColor('xterm') {
'workbench': {
node('docker') {
checkout scm
def launcher_image = pullBuildPush(
def workbench_image = pullBuildPush(
image_name: 'workbench',
image_tag: "${RSPVersion}",
build_args: "--build-arg RSP_VERSION=${RSPVersion}",
Expand All @@ -160,7 +160,7 @@ ansiColor('xterm') {
registry_url: 'https://075258722956.dkr.ecr.us-east-1.amazonaws.com',
push: pushImage
)
print "Finished launcher"
print "Finished workbench"
}
},
'4.0': {
Expand Down

0 comments on commit 67bd176

Please sign in to comment.