summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-12-28 01:28:35 -0800
committerGravatar Tom Willemse2020-12-28 01:28:35 -0800
commitcea27dea01f430dc34385333d215f3ceaee123c3 (patch)
tree0a27b9f29d045616290e433b0618bad99d8c3c94
parent8e67de7641e179ef2ad429999ba4cf5305aa5aa3 (diff)
downloadblog-new-build-system.tar.gz
blog-new-build-system.zip
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index b04cbd4..0a85366 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -4,7 +4,7 @@ pipeline {
stages {
stage('Build') {
steps {
- sh coleslaw
+ sh "coleslaw"
}
}
}