This commit is contained in:
hoangvv 2025-01-06 18:19:42 +07:00
parent f201511d61
commit 89b014868d

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'make install'
sh 'pwd'
}
}
stage('Test') {