Browse Source

Use "any" agent for Jenkins.

pass-iguana-arg
Artem Pikulin 7 years ago
parent
commit
5309449e3a
  1. 7
      Jenkinsfile

7
Jenkinsfile

@ -1,10 +1,5 @@
pipeline { pipeline {
agent { agent any
docker {
image 'artempikulin/cmake-ubuntu'
}
}
stages { stages {
stage('Build') { stage('Build') {
steps { steps {

Loading…
Cancel
Save