From 8d96fac4304a3b5d213f855b438b4d05b5991b4e Mon Sep 17 00:00:00 2001 From: Owen Wu <55355014+owenwu811@users.noreply.github.com> Date: Sat, 8 Jul 2023 20:34:59 -0700 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e3e8fb3b9..b9d186582 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,5 @@ +// declerative Jenkins pipeline script that sets up a single stage called build that executes a gradle build, resulting in trainSchedule.zip artifact + pipeline { agent any stages { @@ -9,4 +11,4 @@ pipeline { } } } -} \ No newline at end of file +}