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