Ismet Handzic

Results 6 issues of Ismet Handzic

Added the Dockerfile for R2018b. Pretty much copied what you had.

### What happened? Ran this: ``` yojenkins build monitor --latest --sound my_job ``` When build finished successfully, I pressed q and q again. Then got the following ``` Exception in...

bug

### What happened? When running `yojenkins auth verify` the environmental variable `YOJENKINS_TOKEN` is not recognized ### How can we reproduce this? ``` export YOJENKINS_TOKEN="" yojenkins auth verify # fails yojenkins...

bug

### Describe the feature you would like to see Currently the sound effect is played on job status change. For example, if job switches from `RUNNING` to `FAILED`, the build...

enhancement

### What happened? After downloading the binary and giving it run permission. Binary failed to run. ```bash curl -Lo yojenkins https://github.com/ismet55555/yojenkins/releases/download/v0.0.64/yojenkins-0.0.64-linux-x86_64 sudo chmod +x ./yojenkins ``` ![image](https://user-images.githubusercontent.com/10805995/160223960-e6d4052a-7256-4575-bc3d-096ec694ccae.png) ### How can...

bug

### Describe the feature you would like to see Currently when user enters something like this: ```sh yojenkins job browser ``` `yojenkins` will check for authentication token or password. This...

enhancement