This commit is contained in:
hoangvv 2025-01-07 18:08:20 +07:00
parent fee1d63306
commit 7a179da3b3

3
Jenkinsfile vendored
View File

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