cd script

This commit is contained in:
Primakov Alexandr Alexandrovich 2024-08-04 10:02:54 +03:00
parent c5a16dd2c3
commit 3d902f7a67

View File

@ -7,7 +7,9 @@ stage('install:ci') {
} else {
currentBuild.displayName = "#${BUILD_NUMBER}, branch ${branchName}"
}
currentBuild.description = "#${BUILD_NUMBER}, branch ${branchName}, tag ${tag ? tag : 'no tag'}\n\n${lastLog}"
echo 'starting installing'
sh "pwd"
sh 'npm ci'
}