runner Questions
3
My gitlab-runner service is not running no matter what I do. I used to have same problem before and when I used to update, and it used to start running but now it’s not starting at all.
I have un...
Nickolai asked 24/5, 2020 at 7:59
2
Is there any way we can run multiple jobs in a single runner or share the Github actions workspace between jobs?
In my organization, development teams use multiple reusable workflows created and ma...
Laurentium asked 22/3, 2022 at 22:34
21
Solved
What's the best way to run scheduled tasks in a Rails environment? Script/runner? Rake? I would like to run the task every few minutes.
Aged asked 12/11, 2008 at 22:59
4
I've got sonarqube 6.5 with default configs. When sonar.forceAuthentication flag is set to false, I can create and analyse project through command given below.
mvn sonar:sonar -Dsonar.host.url=htt...
Tullusus asked 8/9, 2017 at 10:11
3
I have a multi-module Maven project:
root
SubmoduleA
src
pom.xml
SubmoduleB
src
pom.xml
pom.xml
.gitlab-ci.yml
Is there any way I can trigger a CI pipeline only on SubmoduleA when someb...
Kingcup asked 22/9, 2016 at 20:26
3
i have a collection in postman contain a lot of requests is there any option in Newman to run specific requests from this collection rather than create new folder for the specific request and run
Cly asked 4/2, 2020 at 12:2
1
I have a gulp file that has 2 tasks in it
1. deletes *.html files from a directory
2. copies *.html files to a directory
I have Visual Studio 2017's Task Runner Explorer setup so that:
Before bu...
Leet asked 24/8, 2017 at 8:17
1
I am new to Gitlab CI but have been reading on the topic for a while now.
I have to test-compile C#-Projects on my Gitlab after every commit and found out that I need to use a Windows Shell-Runner ...
Unconsidered asked 16/4, 2016 at 12:34
2
Solved
Can someone please explain what exactly are the differences between the following two methods of gulp installation:
$ npm install --global gulp-cli
and
$ sudo npm install -g gulp
It looks to...
1
Solved
We use a official Windows runner from Gitlab-ci. We want to upload artifacts.
We use the 'artifact' keyword in our yaml file to define the artefacts that need to be uploaded. When we commit this ...
3
Im using unittest and it prints ".", "E" or "F" for "ok", "error" and "fail" after each test it does. How do I switch it off ? Im using Python 2.7 and these print come from the runner class which i...
Gabie asked 15/12, 2011 at 9:46
2
Solved
I'm using the gem whenever and I can't get my runner instruction working.
I'm getting this error:
/Users/bl0b/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.2.11/lib/rails/commands/runner.rb:53:in `ev...
Serapis asked 5/2, 2013 at 15:0
1
© 2022 - 2025 — McMap. All rights reserved.