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 7bf613a commit f035da3Copy full SHA for f035da3
Jenkinsfile
@@ -401,6 +401,9 @@ pipeline {
401
string(credentialsId: 'spaces-key', variable: 'DO_KEY'),
402
string(credentialsId: 'spaces-secret', variable: 'DO_SECRET')
403
]) {
404
+ script{
405
+ env.CI_URL = 'https://lsio-ci.ams3.digitaloceanspaces.com/' + env.IMAGE + '/' + env.META_TAG + '/index.html'
406
+ }
407
sh '''#! /bin/bash
408
set -e
409
docker pull lsiodev/ci:latest
@@ -429,9 +432,6 @@ pipeline {
429
432
-e DO_BUCKET="lsio-ci" \
430
433
-t lsiodev/ci:latest \
431
434
python /ci/ci.py'''
- script{
- env.CI_URL = 'https://lsio-ci.ams3.digitaloceanspaces.com/' + env.IMAGE + '/' + env.META_TAG + '/index.html'
- }
435
}
436
437
0 commit comments