This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -15,14 +15,9 @@ pipeline {
|
|||||||
echo "finish Testing"
|
echo "finish Testing"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('DockerPublish') {
|
|
||||||
steps {
|
|
||||||
echo "Publishing.... ${env.ENV_REGISTRY_URL} - ${env.ENV_REGISTRY_USER}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
steps {
|
steps {
|
||||||
echo "ReDeploy...."
|
echo "Deploying.... ${env.ENV_REGISTRY_URL} - ${env.ENV_REGISTRY_USER}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user