From a6d08584004193d080c6796dea5976a562e97b8e Mon Sep 17 00:00:00 2001 From: Wayonb Date: Wed, 16 Aug 2023 17:38:12 +0000 Subject: [PATCH] [explorer] fix: update Jenkinsfile to the latest format problem: Jenkinsfile is not updated to the latest format solution: Update Jenkinsfile to the latest format --- Jenkinsfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 287dc6999..1c46f621e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,9 @@ defaultCiPipeline { - platform = ['ubuntu'] + operatingSystem = ['ubuntu'] + instanceSize = 'medium' + + packageId = 'explorer' + ciBuildDockerfile = 'javascript.Dockerfile' // TODO update below with S3 bucket publisher probably