Changed 'node' to 'agent'.

This commit is contained in:
Christopher Jones 2017-09-07 12:37:41 -05:00
parent 3a8ca32bb5
commit 4bb44c3c6c

2
Jenkinsfile vendored
View file

@ -29,7 +29,7 @@ pipeline {
}
stage('SonarQube Quality Gate') {
node none
agent none
steps {
timeout(time: 1, unit: 'HOURS') {