diff --git a/Jenkinsfile b/Jenkinsfile index 3a15e7d667f9d9417663253aa97651bd10ff4d23..5137ae3353a4e8a4e13ffbdeebdb5d561a3d92ae 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,7 @@ pipeline { def baseAssetsPath = env.BASE_ASSETS_PATH def assetBundleServer = env.ASSET_BUNDLE_SERVER def targetS3Url = env.TARGET_S3_URL - def slackUrl = env.SLACK_URL + def slackURL = env.SLACK_URL def habCommand = "sudo /usr/bin/hab-docker-studio -k mozillareality run /bin/bash scripts/hab-build-and-push.sh ${baseAssetsPath} ${assetBundleServer} ${targetS3Url}" // sh "/usr/bin/script --return -c ${shellString(habCommand)} /dev/null"