- Go to your Jenkins home page → Manage Jenkins → Script Console
- Run the following script there. Change JOB_NAME to your project name
def jobName = "JOB_NAME"
def job = Jenkins.instance.getItem(jobName)
| #!/usr/bin/env node | |
| const fs = require('fs'); | |
| const moment = require('moment'); | |
| const _ = require('lodash'); | |
| const path = require('path'); | |
| const agent = require('superagent-promise')(require('superagent'), Promise); | |
| //Lang Codes https://ctrlq.org/code/19899-google-translate-languages |
| #!/usr/bin/env node | |
| const fs = require('fs'); | |
| const moment = require('moment'); | |
| const _ = require('lodash'); | |
| const path = require('path'); | |
| const agent = require('superagent-promise')(require('superagent'), Promise); | |
| //Lang Codes https://ctrlq.org/code/19899-google-translate-languages |
| { | |
| "version": 8, | |
| "name": "Bright", | |
| "sources": { | |
| "mapbox": { | |
| "url": "http://osm2vectortiles.tileserver.com/v1.json", | |
| "type": "vector" | |
| } | |
| }, |
| namespace MauiControl.Rating; | |
| internal class MaterialDesignIconsFont | |
| { | |
| public const string VectorSquare = "\U000f0001"; | |
| public const string AccessPointNetwork = "\U000f0002"; | |
| public const string AccessPoint = "\U000f0003"; | |
| public const string Account = "\U000f0004"; | |
| public const string AccountAlert = "\U000f0005"; | |
| public const string AccountBox = "\U000f0006"; |