Chris Pomeroy
2020-10-11 4a2cc1bc3be52594169249788a00e60dae50cc6e
Correctec syntax for agent
1 files modified
11 ■■■■■ changed files
Jenkinsfile 11 ●●●●● patch | view | raw | blame | history
Jenkinsfile
@@ -3,13 +3,10 @@
def customImage
pipeline {
    agent {
        label 'pi-docker-agent'
        options {
            timestamps()
            // ansiColor("xterm")
        }
    agent{ label 'pi-docker-agent'  }
    options {
        timestamps()
        ansiColor("xterm")
    }
    stages {