From 15a5017c86242a48f61280848afdcb487a5d6c26 Mon Sep 17 00:00:00 2001 From: Adam Townsend Date: Wed, 18 Oct 2023 13:08:41 -0700 Subject: [PATCH] set up to run with only the freebsd and ruby labeled agent(s) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f656463..b0c9ab3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ pipeline { - agent any + agent { label 'ruby && freebsd' } environment { DB_NAME = 'url_shortener.db'