jenkinsfile
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -2,10 +2,6 @@ pipeline {
|
||||
agent {
|
||||
label '.net7.0'
|
||||
}
|
||||
environment {
|
||||
dockerhub = credentials('7be238fc-d62e-46e7-9aa9-7f6b82623e2f')
|
||||
gitea = credentials('83c86412-c52d-4906-9b9d-9d8d7f26da7f')
|
||||
}
|
||||
stages {
|
||||
stage('Build classlib') {
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user