set up to run with only the freebsd and ruby labeled agent(s)
This commit is contained in:
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent { label 'ruby && freebsd' }
|
||||
|
||||
environment {
|
||||
DB_NAME = 'url_shortener.db'
|
||||
|
||||
Reference in New Issue
Block a user