configured the jenkins file to use the agent 'master' to see if it works

This commit is contained in:
Guillaume Raffy 2019-03-20 15:33:43 +01:00
parent 5030dbc37d
commit 6e6ea63658
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,5 +1,5 @@
pipeline {
agent {label 'msspec_agent_amd64'}
agent {label 'master'}
stages {
stage('Initial setup...') {
steps {