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

This commit is contained in:
2023-10-18 13:08:41 -07:00
parent dd5caa4056
commit 15a5017c86
Vendored
+1 -1
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'