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 +}