set up to run with only the freebsd and ruby labeled agent(s)

pull/31/head
Adam Townsend 2023-10-18 13:08:41 -07:00
parent dd5caa4056
commit 15a5017c86
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,5 +1,5 @@
pipeline { pipeline {
agent any agent { label 'ruby && freebsd' }
environment { environment {
DB_NAME = 'url_shortener.db' DB_NAME = 'url_shortener.db'