Skip to content

Commit

Permalink
Merge pull request #910 from Xilinx/testing/jenkins_ci_node_label
Browse files Browse the repository at this point in the history
[Jenkins] Add node label to Jenkinsfile_CI to target specific machine if available
  • Loading branch information
auphelia authored Oct 26, 2023
2 parents 6e86f9c + bd7f3b3 commit a0a0586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/jenkins/Jenkinsfile_CI
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node {
node('finn-build || built-in') {
def app
stage('Clone repository') {
/* Let's make sure we have the repository cloned to our workspace */
Expand Down

0 comments on commit a0a0586

Please sign in to comment.