Sha256: cc8c1a0ebe808e045e455731b52f6af9376d77473ecc2722e5a10e85e77bca56
Contents?: true
Size: 175 Bytes
Versions: 2
Compression:
Stored size: 175 Bytes
Contents
pipeline { agent { label "docker" } stages { stage('Build') { steps { ansiColor('xterm') { sh './build.sh' } } } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
paul_bunyan-2.0.0 | Jenkinsfile |
paul_bunyan-1.6.0 | Jenkinsfile |