当前位置:网站首页>Jenkins configures IP address access
Jenkins configures IP address access
2022-07-04 03:05:00 【Passerby Zhang deshuai】
[Jenkins] The LAN cannot be based on ip visit jenkins - Simple books
After the modification To restart Jenkins
brew services restart jenkins-lts
unity Command line :
Unity - Manual: Unity Editor command line arguments
Configuration considerations :
1.mac On Jenkins Of unity The installation directory
/Applications/Unity/Hub/Editor/2019.4.30f1c2/Unity.app In the system settings - Set under global variables
2. Reference... On the command line Jenkins Parameters
mac Next ${parm} ,windows Next %parm%
-projectPath ${workPath} -quit -batchmode -executeMethod EditorTool.JenkinsTest
If you add parameters after , direct Parameter name =${ Parameter name } such as :
-projectPath ${workPath} -quit -batchmode -executeMethod EditorTool.JenkinsTest workPath=${workPath}
3. stay unity Get parameters in
string[] param = Environment.GetCommandLineArgs();
Here are the passed in parameters , Divide and take out the variable value with the equal sign
4. Batch delete build history
System management - Script command line , Input :
// Project name
def jobName = "Some_Job_Name", This is job name , It was built at the beginning
// Delete less than or equal to 64 Construction history of
def maxNumber = 64
Jenkins.instance.getItemByFullName(jobName).builds.findAll {
it.number <= maxNumber
}.each {
it.delete()
}
5. Build a complete example
6.Tomcat Installation and use
边栏推荐
- What is cloud primordial?
- Dans la recherche de l'intelligence humaine ai, Meta a misé sur l'apprentissage auto - supervisé
- [untitled] the relationship between the metauniverse and digital collections
- This function has none of DETERMINISTIC, NO SQL..... (you *might* want to use the less safe log_bin_t
- Leetcode 110 balanced binary tree
- Global and Chinese market of contour projectors 2022-2028: Research Report on technology, participants, trends, market size and share
- The first spring of the new year | a full set of property management application templates are presented, and Bi construction is "out of the box"
- Problems and solutions of several concurrent scenarios of redis
- 在尋求人類智能AI的過程中,Meta將賭注押向了自監督學習
- Mysql-15 aggregate function
猜你喜欢
Rhcsa day 3
Bugku Zhi, you have to stop him
Buuctf QR code
I stepped on a foundation pit today
Kiss number + close contact problem
Teach you how to optimize SQL
Lichuang EDA learning notes 14: PCB board canvas settings
What is cloud primordial?
在尋求人類智能AI的過程中,Meta將賭注押向了自監督學習
Stm32bug [stlink forced update prompt appears in keilmdk, but it cannot be updated]
随机推荐
Unspeakable Prometheus monitoring practice
Mysql-15 aggregate function
JS object definition
[Wu Enda deep learning] beginner learning record 3 (regularization / error reduction)
Contest3145 - the 37th game of 2021 freshman individual training match_ 1: Origami
A brief talk on professional modeler: the prospect and professional development of 3D game modeling industry in China
[UE4] parse JSON string
I stepped on a foundation pit today
Record a problem that soft deletion fails due to warehouse level error
ZABBIX API batch delete a template of the host
Problems and solutions of several concurrent scenarios of redis
The requests module uses
Talking about custom conditions and handling errors in MySQL Foundation
Unity controls the selection of the previous and next characters
What is the difference between enterprise wechat applet and wechat applet
Imperial cms7.5 imitation "D9 download station" software application download website source code
Measurement fitting based on Halcon learning [4] measure_ arc. Hdev routine
false sharing
Global and Chinese market for travel wheelchairs 2022-2028: Research Report on technology, participants, trends, market size and share
Base d'apprentissage de la machine: sélection de fonctionnalités avec lasso