Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
62 views

I have multi project pipelines and within my downstream pipeline (e2e) I have defined a chrome job which runs on every push, merge request and nightly scheduled pipeline. I created an almost identical ...
mih-ana's user avatar
0 votes
1 answer
160 views

I have been dabbling in experimental features lately and have been using them for a library I'm building. I am trying to reduce the size of an enum by using ThinBox<[T]> to store contents in a ...
AbsoluteNoob's user avatar
1 vote
2 answers
1k views

I'm using Jenkins for OnCommit and Nightly Builds. My Build Trigger is for example at the weekend: H/25 * * * 0,6 or from Monday to Friday: H/25 0-5 * * * The nightly build runs every 25 minutes. ...
Stampy's user avatar
  • 466
0 votes
2 answers
6k views

I have added the junit jar file in my ${CLASSPATH} environment variable, but when I use the lsp for neovim it doesn't recognize the functions and imports from the JAR file. import static org.junit....
ujjain's user avatar
  • 9
0 votes
1 answer
90 views

In spacy 2 I use this to add a vocab to an empty spacy model with vectorspace (spacy init) : nlp3=spacy.load('nl_core_news_sm') #standard model without vectors spacy.load("...
Archimedes van Wou's user avatar
8 votes
2 answers
12k views

While executing : cargo +nightly install --git https://github.com/alexcrichton/wasm-gc --force in Ubuntu 18.04, is throwing error: no such subcommand: +nightly My system has following nightly ...
Genie's user avatar
  • 129
1 vote
0 answers
31 views

The count is 147 in the test suite, but after executing them in Jenkins server it shows total of 144 tests. Where do these 3 tests disappear?
Muddesir's user avatar
1 vote
1 answer
804 views

I'm trying to install pyarrow's nightly builds with conda using arrow-nightlies channel to experiment with the latests code in Github's master branch. Conda's version is 4.8.3. The target environment ...
gire's user avatar
  • 1,115
0 votes
1 answer
1k views

Jenkins ver. 2.150.3 I have a multi-branch pipeline set up. I am using a declarative Jenkinsfile. I have a set of jobs which take a long time to run. I want these to run over night for any branches ...
chris094568's user avatar
1 vote
0 answers
412 views

So I am trying to build an Android app using Tensorflow. I'm using Android studio 3.1.3 I came across a post saying there was an issue because of which compiling org.tensorflow is not working. It also ...
Christopher Thomas's user avatar
6 votes
1 answer
3k views

I wanted to translate some jobs to the new Jenkins 2.0 declarative pipelines. At the moment they are 3 different jobs: CI --> PollSCM every 5 min (only master), build and run tests. NIghtly --> Run ...
Guel135's user avatar
  • 788
0 votes
1 answer
1k views

I have completed training a simple linear regression model on jupyter notebook using tensorflow, and I am able to save and restore the saved variables like so: Now I'm trying to use the model on an ...
Tix's user avatar
  • 449
1 vote
1 answer
3k views

I need to install a Tensorflow nightly build since the latest stable release has a critical issue that doesn't allow me to work that seems fixed in nightly. I want to avoid to try to compile myself ...
AndreaF's user avatar
  • 12.5k
2 votes
1 answer
103 views

I'm trying to make chainable transformations on a trait, and I'm having some issues. I have a bunch of transformation functions of the form: fn transform<T: MyTrait>(in: T) -> impl MyTrait ...
moulins's user avatar
  • 23
0 votes
2 answers
460 views

I have an android project which I'm developing in windows environment. Also a remote git repository exist which I push my project to it daily. My requirement is to have a mechanism to automate daily(...
Fartab's user avatar
  • 5,663
1 vote
0 answers
96 views

Im using Firefox Nightly ver 51.0a1 (2016-08-16) and try that code to get TabID from http request Cu.import('resource://gre/modules/Services.jsm'); var httpObs = { observe: function (aSubject, ...
Criss Anger's user avatar
  • 2,593
0 votes
0 answers
41 views

I'm about to build a Rust project but I want to build it with Rust nightly 1.11.0. At the moment I'm only able to do so: language: rust rust: - nightly - 1.11.0 which builds nightly (latest ...
xetra11's user avatar
  • 9,075
3 votes
0 answers
1k views

I'm trying to create a node.js script which will run git commands to perform nightly builds. I have done some searching and found various bits here and there about shallow clones, reference caches, ...
JustAMartin's user avatar
  • 13.9k
5 votes
2 answers
1k views

The situation You have 2 software products in development, a library which presents an API and a GUI tool that exposes the library for end users. Additionally, you expect a lot of technical staff at ...
timmwagener's user avatar
  • 2,564
4 votes
3 answers
12k views

For one of my projects I am using many dependencies in the form of NuGet packages. When I change any of them, I need to recreate the package and deploy it every time. We currently have Jenkins setup ...
Chervenkov's user avatar
2 votes
1 answer
373 views

We are using VSO for everything and builds are handled through our own build server. Everything is working fine however for all nightly builds, when they fail on tests (the whole point of nightly ...
SevDer's user avatar
  • 335
-2 votes
2 answers
139 views

I have the latest update for Nightly (34.0a1 (2014-08-14)). It addressed one of the two problems I have from the previous update, which was the disappearing input fields. The other problem was the ...
Acnologia's user avatar
  • 101
0 votes
1 answer
179 views

I have a Java application hosted in SourceForge (SVN) Basically I'm looking for a tool that generate nightly builds based on this: When a new commit was applied, the tool will auto generate a new ...
Mickvolds's user avatar
5 votes
3 answers
2k views

Before I ask, I have looked around and I do not see any other questions with similar problems as I, Currently I'm using the nightly build of LibGDX with Gradle and everytime I try to set the java ...
MCWizard111's user avatar
2 votes
1 answer
125 views

Is there a system I could implement on Linux(Debian) to have nightly builds from a github repository targeted to windows(.exe files)? I know programs like CCNET and TeamCity but they are for windows. ...
dominique120's user avatar
  • 1,322