Usage Examples
Build your Nodejs with our NPM mirror
Here are a few ways to set our npm mirror. Or if you want to pull from multiple sources you should use scoping like this; In the below example we scope the private package to your private repo while setting a default registry pointing to the mirror.PopularCaching Dependencies with the Jenkins Build Service
Time saved with dependency caching can help improve the speed of pipelines, and we've done quite a bit of work in this area but ended up concluding that implementing a dumb cache (ignorant of the version of the dependencies) is not the way to go. The following is how we are currently tackling caching for our customers. This tried and tested method uses your local files to improve the quality of the cache, making the integration seamless. The caching mechanism is reasonably good because you arePopularInteracting with SDKMan from your Jenkins Pipelines
SDKMan is available on all our agents for our developers to update and manage the versions of all their Java dependencies. The following tools can be installed on demand on any of our agents.Few readersJava Build and Test on Ubuntu AMD64
Java Build and Test on Ubuntu AMD64 Category: buildtools Platform: ubuntuamd64 Tools Used: Gradle Build Tool, Apache Maven Build Tool Description: Build and test a Java project using Gradle and Maven on Ubuntu AMD64. Pipeline:Few readersNode.js Application Deployment on Windows AMD64
Node.js Application Deployment on Windows AMD64 Category: programminglanguages Platform: windowsamd64 Tools Used: Node.js LTS, NPM Description: Deploy a Node.js application using NPM on Windows AMD64. Code:Few readersPython Testing on Ubuntu ARM64
Python Testing on Ubuntu ARM64 Category: programminglanguages Platform: ubuntuarm64 Tools Used: Python Description: Run Python tests on Ubuntu ARM64. Code:Few readersRuby Application CI on Ubuntu AMD64
Ruby Application CI on Ubuntu AMD64 Category: programminglanguages Platform: ubuntuamd64 Tools Used: Ruby Programming Language Description: Continuous integration for a Ruby application on Ubuntu AMD64. Code:Few readersPHP Deployment on Windows AMD64
PHP Deployment on Windows AMD64 Category: programminglanguages Platform: windowsamd64 Tools Used: PHP Description: Deploy a PHP application on Windows AMD64. Code:Few readers