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 {
|
pipeline {
|
||||||
agent {label 'msspec_agent_amd64'}
|
agent {label 'master'}
|
||||||
stages {
|
stages {
|
||||||
stage('Initial setup...') {
|
stage('Initial setup...') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in New Issue