mirror of
https://github.com/DerekK19/PDP-8-E-Simulator.git
synced 2026-04-21 20:17:40 +00:00
Jenkins file change to not require Xcode9 node
This commit is contained in:
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
properties([buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '5'))])
|
||||
|
||||
node('Xcode9') {
|
||||
node('Xcode') {
|
||||
try {
|
||||
|
||||
stage ('Build') {
|
||||
|
||||
Reference in New Issue
Block a user