mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +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 {
|
||||
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')
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue