Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

Commit

Permalink
agent to centos worker
Browse files Browse the repository at this point in the history
  • Loading branch information
osher cohen authored and oshercc committed Sep 23, 2020
1 parent f4dc638 commit 4698ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ pipeline {
}
agent {
node {
label 'host'
label 'centos_worker'
}

}
stages {
stage('build') {
steps {
sh 'docker image prune -a -f'

sh 'make build-image'
}
}
Expand Down

0 comments on commit 4698ae7

Please sign in to comment.