当前位置:网站首页>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
边栏推荐
- I stepped on a foundation pit today
- Stm32bug [the project references devices, files or libraries that are not installed appear in keilmdk]
- 2022 Guangxi provincial safety officer a certificate examination materials and Guangxi provincial safety officer a certificate simulation test questions
- Solve the problem that the tabbar navigation at the bottom of vantui does not correspond to the page (window.loading.hash)
- Backpropagation formula derivation [Li Hongyi deep learning version]
- Global and Chinese market of contour projectors 2022-2028: Research Report on technology, participants, trends, market size and share
- Contest3145 - the 37th game of 2021 freshman individual training match_ G: Score
- false sharing
- Format character%* s
- 7 * 24-hour business without interruption! Practice of applying multiple live landing in rookie villages
猜你喜欢

Lichuang EDA learning notes 14: PCB board canvas settings

Talking about custom conditions and handling errors in MySQL Foundation

Problems and solutions of several concurrent scenarios of redis

Node write API

Rhcsa day 3

Command Execution Vulnerability - command execution - vulnerability sites - code injection - vulnerability exploitation - joint execution - bypass (spaces, keyword filtering, variable bypass) - two ex

Teach you how to optimize SQL

SQL injection (1) -- determine whether there are SQL injection vulnerabilities

Have you entered the workplace since the first 00???

Www 2022 | taxoenrich: self supervised taxonomy complemented by Structural Semantics
随机推荐
Database concept and installation
Global and Chinese market of handheld melanoma scanners 2022-2028: Research Report on technology, participants, trends, market size and share
Setting methods, usage methods and common usage scenarios of environment variables in postman
Global and Chinese market of digital impression system 2022-2028: Research Report on technology, participants, trends, market size and share
Code Execution Vulnerability - no alphanumeric rce create_ function()
Love and self-discipline and strive to live a core life
中電資訊-信貸業務數字化轉型如何從星空到指尖?
Dare to climb here, you're not far from prison, reptile reverse actual combat case
Hospital network planning and design document based on GLBP protocol + application form + task statement + opening report + interim examination + literature review + PPT + weekly progress + network to
ZABBIX API batch delete a template of the host
Fudan released its first review paper on the construction and application of multimodal knowledge atlas, comprehensively describing the existing mmkg technology system and progress
Kiss number + close contact problem
[untitled] the relationship between the metauniverse and digital collections
Mysql-15 aggregate function
Zblog collection plug-in does not need authorization to stay away from the cracked version of zblog
C learning notes: C foundation - Language & characteristics interpretation
The requests module uses
Safety tips - seat belt suddenly fails to pull? High speed police remind you how to use safety belts in a standardized way
機器學習基礎:用 Lasso 做特征選擇
Tsinghua University product: penalty gradient norm improves generalization of deep learning model
