Chris Pomeroy
2020-10-11 5cbf3ee4f598fefceb1b9e181e502666d11c74ab
Fixed the agent syntax
1 files modified
12 ■■■■■ changed files
Jenkinsfile 12 ●●●●● patch | view | raw | blame | history
Jenkinsfile
@@ -4,14 +4,12 @@
pipeline {
    agent {
        node {
            label 'pi-docker-agent'
        }
    }
        label 'pi-docker-agent'
    options {
        timestamps()
        ansiColor("xterm")
        options {
            timestamps()
            // ansiColor("xterm")
        }
    }
    stages {