1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-11 00:40:24 +02:00

fixed credentials, oh God

This commit is contained in:
Ellpeck 2020-02-21 15:09:33 +01:00
parent 5843655fe8
commit 34a52d5499

2
Jenkinsfile vendored
View file

@ -1,7 +1,7 @@
pipeline {
agent any
environment {
BAGET = credentials('')
BAGET = credentials('3db850d0-e6b5-43d5-b607-d180f4eab676')
}
stages {
stage('Build Projects') {