1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-09-28 00:51:06 +02:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Ellpeck 2020-02-26 10:30:13 +01:00
commit 1bb2f6ddc3

6
Jenkinsfile vendored
View file

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