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 0d46d72 commit 14a24cbCopy full SHA for 14a24cb
Jenkinsfile
@@ -412,6 +412,9 @@ pipeline {
412
string(credentialsId: 'spaces-key', variable: 'DO_KEY'),
413
string(credentialsId: 'spaces-secret', variable: 'DO_SECRET')
414
]) {
415
+ script{
416
+ env.CI_URL = 'https://lsio-ci.ams3.digitaloceanspaces.com/' + env.IMAGE + '/' + env.META_TAG + '/index.html'
417
+ }
418
sh '''#! /bin/bash
419
set -e
420
docker pull lsiodev/ci:latest
@@ -440,9 +443,6 @@ pipeline {
440
443
-e DO_BUCKET="lsio-ci" \
441
444
-t lsiodev/ci:latest \
442
445
python /ci/ci.py'''
- script{
- env.CI_URL = 'https://lsio-ci.ams3.digitaloceanspaces.com/' + env.IMAGE + '/' + env.META_TAG + '/index.html'
- }
446
}
447
448
0 commit comments