Skip to content

Commit e44ac4e

Browse files
committed
I'm a dumdum
1 parent 1b3084c commit e44ac4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ pipeline {
826826
script{
827827
env.CI_URL = 'https://ci-tests.linuxserver.io/' + env.IMAGE + '/' + env.META_TAG + '/index.html'
828828
env.CI_JSON_URL = 'https://ci-tests.linuxserver.io/' + env.IMAGE + '/' + env.META_TAG + '/report.json'
829-
CI_TEST_ATTEMPTED = 'true'
829+
env.CI_TEST_ATTEMPTED = 'true'
830830
}
831831
sh '''#! /bin/bash
832832
set -e

ansible/roles/repository/templates/Jenkinsfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ pipeline {
11781178
script{
11791179
env.CI_URL = 'https://ci-tests.linuxserver.io/' + env.IMAGE + '/' + env.META_TAG + '/index.html'
11801180
env.CI_JSON_URL = 'https://ci-tests.linuxserver.io/' + env.IMAGE + '/' + env.META_TAG + '/report.json'
1181-
CI_TEST_ATTEMPTED = 'true'
1181+
env.CI_TEST_ATTEMPTED = 'true'
11821182
}
11831183
sh '''#! /bin/bash
11841184
set -e

0 commit comments

Comments
 (0)