This commit is contained in:
hoangvv 2025-01-07 18:14:53 +07:00
parent 7a179da3b3
commit fbc4fd3295

3
Jenkinsfile vendored
View File

@ -1,8 +1,5 @@
node('Node-Dev-100163') {
try {
options {
skipNotifications()
}
stage('Checkout') {
echo 'Pulling...' + env.BRANCH_NAME
checkout scm