Skip to content

Commit

Permalink
Merge pull request #34 from AnchorFree/DEVOPS-9884-jenkins-agent
Browse files Browse the repository at this point in the history
DEVOPS-9884 Migrate from legacy Jenkins agent
  • Loading branch information
b00men authored Oct 2, 2023
2 parents 5ebb451 + 4824edf commit cd9a2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!groovy

pipeline {
agent { label 'ubuntu16' }
agent { label 'dockerd' }

stages {
stage('Build') {
Expand Down

0 comments on commit cd9a2ad

Please sign in to comment.