mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 20:58:34 +01:00
fixed credentials, oh God
This commit is contained in:
parent
5843655fe8
commit
34a52d5499
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,7 +1,7 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
environment {
|
environment {
|
||||||
BAGET = credentials('')
|
BAGET = credentials('3db850d0-e6b5-43d5-b607-d180f4eab676')
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Build Projects') {
|
stage('Build Projects') {
|
||||||
|
|
Loading…
Reference in a new issue