configured the jenkins file to use the agent 'master' to see if it works
This commit is contained in:
parent
5030dbc37d
commit
6e6ea63658
|
@ -1,5 +1,5 @@
|
|||
pipeline {
|
||||
agent {label 'msspec_agent_amd64'}
|
||||
agent {label 'master'}
|
||||
stages {
|
||||
stage('Initial setup...') {
|
||||
steps {
|
||||
|
|
Loading…
Reference in New Issue