pipeline Questions

6

Solved

Q: In an R dplyr pipeline, how can I assign some intermediate output to a temp variable for use further down the pipeline? My approach below works. But it assigns into the global frame, which is u...
Rosenberger asked 1/11, 2016 at 22:51

4

I am running a simple shell script with Gitlab CICD and I am getting Permission denied. Kindly suggest When I do chmod +x test.sh it says operation not permitted. stages: - build build: stage:...
Foliage asked 13/10, 2020 at 5:26

2

Solved

I am trying to set-up an pipline for building and testing our projects. A have set up to file Variables on group level to use inside the pipeline Variables for mvn settings and certificate The Pro...
Lanate asked 18/12, 2019 at 14:2

9

Solved

I get the following error when trying to use the YAML file from my GitRepo to deploy to kube cluster. Here is the content of my .yaml file: apiVersion: v1 kind: Service metadata: name: ts-service...
Peipus asked 2/7, 2020 at 4:13

3

Solved

I try to get zookeeper stat from shell by using nc, call nc localhost 2181 first, then type in: stat works. while echo "stat" | nc localhost 2181 returns nothing. why?
Witcher asked 18/2, 2014 at 7:11

4

I'm trying to implement GitLab CI Pipelines to build and deploy an Angular app. In our project we have two general branches: master (for production only) and develop. For development we create feat...
Condenser asked 26/10, 2017 at 8:10

2

Solved

I'm not able run the gitlab pipeline due to this error Invalid CI config YAML file jobs:run tests:artifacts:reports config contains unknown keys: cobertura
Jared asked 6/5, 2022 at 8:1

3

I have a pipeline with 3 stages: build, deploy-test and deploy-prod. I want stages to have following behavior: always run build run deploy-test automatically when on master or manually when on ...
Crepuscule asked 10/4, 2020 at 12:16

1

Solved

I've moved my pipeline to a "stageless" one, simply by using needs rules and removing all stage declarations. This all works fine, but I've noticed that all my jobs now appear under a sin...
Publicity asked 20/4, 2022 at 4:42

0

To make it simple, we're deploying our product via using Github Actions. Also we have a develop branch in which we're running some tests about our product. That's why, we're using develop branch as...
Appaloosa asked 14/4, 2022 at 14:2

3

When looping over files with Luigi I do not what to be forced to save empty files just to show that the task was complete, and let the next task check if there are any rows in the txt, etc. How ca...
Defunct asked 11/5, 2018 at 5:18

3

I wonder if it is possible to use a MultilabelBinarizer within a ColumnTransformer. I have a toy pandas dataframe like: df = pd.DataFrame({"id":[1,2,3], "text": ["some text", "some other text", ...
Camarillo asked 9/12, 2019 at 18:29

3

Solved

I have installed pytorch with conda and transformers with pip. I can import transformers without a problem but when I try to import pipeline from transformers I get an exception: from transformer...
Luettaluevano asked 20/5, 2020 at 12:20

3

This is my input data: This is the desired output with transformations applied to the columns r, f, and m and the result is appended to the original data Here's the code: import pandas as p...
Organism asked 8/2, 2019 at 12:6

1

I am using a titanic.csv dataset where i am trying to use Column Transfer and Pipeline and while using pipe.predict(x_test) i am getting an error. Here is my code. titanic={'sex':['M','M','M','F','...
Obrian asked 2/4, 2022 at 7:49

1

- job: Display_Version displayName: Update version $(Number_Version) steps: .... I am trying to display a variable which is the variables of the pipeline, and it does not display it ... Can a...
Rhombohedron asked 31/3, 2022 at 13:49

2

Solved

Guys Im currently working on an azure devops yaml pipeline, and i have a weird problem. For some reason on of my stages (marked in red) gets skipped, even tho it doesnt have any conditions definded...

3

On Jenkins, While setting up Multibranch setup with "Github" on Jenkins, I get strange error as Error validating repository information. Credentials ok. However same credential works for...
Longueur asked 6/4, 2021 at 6:2

4

Solved

I am trying to create a custom transformer for a Python sklearn pipeline based on guidance from this tutorial: http://danielhnyk.cz/creating-your-own-estimator-scikit-learn/ Right now my custom c...
Stein asked 26/7, 2017 at 19:9

1

Is there an easy way to remove all the previous pipelines runned in Gitlab? I would like to clean up this section, but didn't find any options through the interface. Thanks a lot.
Less asked 17/3, 2022 at 13:38

2

Solved

I found out how to create input parameters dynamically from this SO answer agent any stages { stage("Release scope") { steps { script { // This list is going to come from a file, an...
Chirr asked 20/9, 2020 at 17:26

2

Solved

As the standard pipeline badge from GitLab looks like this you can tell pretty well that those are not really distinguishable. Is there a way to change the pipeline text manually or programmati...
Hygeia asked 24/4, 2019 at 18:13

1

Solved

In gitlab is there a setting that affects if an approval for an MR is invalidated after a new commit is pushed? I have seen that in some setups a new commit invalidates the approval but in others n...
Leicestershire asked 4/3, 2022 at 15:7

3

Solved

I have updated my website to .net 6. It also works locally. However, my yaml pipeline in Azure DevOps is no longer running. There is an error in the publishing step for all .csproj files in solutio...

4

Solved

I searched but didn't find how to do it yet. I am working on filtering data from large files (~2GB). I used Where-Object and when it find match it continues to search for other matches which it mak...
Candytuft asked 20/9, 2017 at 16:44

© 2022 - 2024 — McMap. All rights reserved.