The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

./gradlew: No such file or directory in pipelines android kotlin

Wutichai Yensodsai
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 10, 2023

Untitled.png

pipelines:
pull-requests: # pipeline run only pull-requests
"**":
- step:
name: Build Debug
services:
[ docker-with-more-memory ]
size: 2x
caches:
- gradle
script:
- while true; do date && echo "Memory usage in megabytes:" && echo $((`cat /sys/fs/cgroup/memory/memory.memsw.usage_in_bytes | awk '{print $1}'`/1048576)) && echo "" && sleep 30; done &
- ./gradlew assembleDebug
artifacts:
paths:
- app/build/outputs/apk/debug/app-debug.apk
- step:
name: Detekt
services:
[ docker-with-more-memory ]
size: 2x
caches:
- gradle
script:
- while true; do date && echo "Memory usage in megabytes:" && echo $((`cat /sys/fs/cgroup/memory/memory.memsw.usage_in_bytes | awk '{print $1}'`/1048576)) && echo "" && sleep 30; done &
- ./gradlew detektAll
artifacts:
- build/reports/detekt/**

why my pipelines have this error 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
catkutay
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 15, 2023

error

TAGS
AUG Leaders

Atlassian Community Events