Skip to content

Commit bb34272

Browse files
committed
test without git
1 parent 697376e commit bb34272

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Jenkinsfile-itest

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
node('docker') {
2-
// environment {
3-
// CI = 'true'
4-
// }
52
stage('Clone') {
63
cleanWs()
74
checkoutInfo = checkout(scm)
@@ -24,7 +21,7 @@ node('docker') {
2421
docker.image('node:22-alpine')
2522
.inside('-v /var/run/docker.sock:/var/run/docker.sock --network=host --user=root') {
2623
stage('Init') {
27-
sh 'apk add docker docker-compose git' // TODO: Use already built image for a faster job execution
24+
sh 'apk add docker docker-compose' // TODO: Use already built image for a faster job execution
2825
sh 'npm ci'
2926
}
3027
stage('Integration tests') {

0 commit comments

Comments
 (0)