mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-16 02:53:11 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
1bb2f6ddc3
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -1,8 +1,5 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
environment {
|
|
||||||
BAGET = credentials('3db850d0-e6b5-43d5-b607-d180f4eab676')
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage('Build Projects') {
|
stage('Build Projects') {
|
||||||
steps {
|
steps {
|
||||||
|
@ -31,4 +28,7 @@ done'''
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
environment {
|
||||||
|
BAGET = credentials('3db850d0-e6b5-43d5-b607-d180f4eab676')
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue