Skip to content

Commit

Permalink
[explorer] fix: update Jenkinsfile to the latest format
Browse files Browse the repository at this point in the history
problem: Jenkinsfile is not updated to the latest format
solution: Update Jenkinsfile to the latest format
  • Loading branch information
Wayonb authored Aug 16, 2023
1 parent b839842 commit a6d0858
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
defaultCiPipeline {
platform = ['ubuntu']
operatingSystem = ['ubuntu']
instanceSize = 'medium'

packageId = 'explorer'

ciBuildDockerfile = 'javascript.Dockerfile'

// TODO update below with S3 bucket publisher probably
Expand Down

0 comments on commit a6d0858

Please sign in to comment.