fixed
This commit is contained in:
parent
9c4e0908a1
commit
e64c275b3b
|
|
@ -3,7 +3,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build and push image
|
||||
|
|
|
|||
|
|
@ -23,8 +23,6 @@ spec:
|
|||
"""
|
||||
}
|
||||
}
|
||||
pipeline {
|
||||
agent any // Runs on an Ubuntu-based Jenkins agent
|
||||
|
||||
environment {
|
||||
REGISTRY_URL = 'git.winteraccess.id'
|
||||
|
|
@ -42,7 +40,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Get Short SHA') {
|
||||
steps {
|
||||
|
|
@ -102,10 +99,11 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue