We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f56b2 commit cf9fa55Copy full SHA for cf9fa55
Jenkinsfile
@@ -398,6 +398,9 @@ pipeline {
398
string(credentialsId: 'spaces-key', variable: 'DO_KEY'),
399
string(credentialsId: 'spaces-secret', variable: 'DO_SECRET')
400
]) {
401
+ script{
402
+ env.CI_URL = 'https://lsio-ci.ams3.digitaloceanspaces.com/' + env.IMAGE + '/' + env.META_TAG + '/index.html'
403
+ }
404
sh '''#! /bin/bash
405
set -e
406
docker pull lsiodev/ci:latest
@@ -426,9 +429,6 @@ pipeline {
426
429
-e DO_BUCKET="lsio-ci" \
427
430
-t lsiodev/ci:latest \
428
431
python /ci/ci.py'''
- script{
- env.CI_URL = 'https://lsio-ci.ams3.digitaloceanspaces.com/' + env.IMAGE + '/' + env.META_TAG + '/index.html'
- }
432
}
433
434
0 commit comments