Jenkinsfile aktualisiert
kaniko-test/pipeline/head This commit looks good

This commit is contained in:
2025-03-11 00:22:45 +00:00
parent 016e335f09
commit a7a3a59ded
Vendored
+1 -1
View File
@@ -30,7 +30,7 @@ pipeline {
sh 'mvn -version'
}
container('busybox') {
sh '/bin/busybox'
sh 'ls -lha'
}
}
}