@@ -5,7 +5,7 @@ pipeline{
cron('H H H * *')
}
stages{
- stage('Build') {
+ stage('Build') {
steps {
script {
docker.withRegistry('https://docker.snppla.net', 'nexus_push'){
@@ -14,7 +14,7 @@ pipeline{
- }
+ }
post {
success{