This commit is contained in:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -2,10 +2,12 @@ pipeline {
|
||||
|
||||
agent { dockerfile true }
|
||||
|
||||
environment {
|
||||
REGISTRY_CREDENTIALS = credentials('registry-credentials-id')
|
||||
}
|
||||
|
||||
stages {
|
||||
environment {
|
||||
REGISTRY_CREDENTIALS = credentials('registry-credentials-id')
|
||||
}
|
||||
|
||||
stage('Installation') {
|
||||
steps {
|
||||
echo "start Installation"
|
||||
|
||||
Reference in New Issue
Block a user