jenkinsfile

This commit is contained in:
2022-12-27 09:31:54 +03:00
parent 00975bb1c5
commit 7f0d14fc25

4
Jenkinsfile vendored
View File

@@ -2,10 +2,6 @@ pipeline {
agent { agent {
label '.net7.0' label '.net7.0'
} }
environment {
dockerhub = credentials('7be238fc-d62e-46e7-9aa9-7f6b82623e2f')
gitea = credentials('83c86412-c52d-4906-9b9d-9d8d7f26da7f')
}
stages { stages {
stage('Build classlib') { stage('Build classlib') {
steps { steps {