Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged jenkins
0
votes
784
views
1
answer
jenkins - what is the difference between publishing 8080:80 and 8080:8080 in a docker run?
I am trying to run jenkins container. I used "docker run --restart always --name myjenkins -p 8080:80 ... the jenkins url. Thanks in advance See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
702
views
1
answer
jenkins - Groovy .each only iterates one time
The script is not iterating through all the values of the 'modules' array. class Module { public String ... End of Workflow Finished: SUCCESS See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
845
views
1
answer
jenkins - How to pass variables from Jenkinsfile to shell command
I want to use a variable which I am using inside of my Jenkinsfile script, and then pass its value into a shell ... the " in the shell script. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
722
views
1
answer
jenkins pipeline - Docker in Docker - volumes not working: Full of files in 1st level container, empty in 2nd tier
I am running Docker in Docker (specifically to run Jenkins which then runs Docker builder containers to build a ... 17.10, Docker latest. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
546
views
1
answer
jenkins - Groovy reports that a file doesn't exists when it really is present in the system
Whenever a build of my Jenkins job finishes, I'm sending an email with the results using the Editable Email ... access directly the build log. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
668
views
1
answer
jenkins - how to get $CAUSE in workflow
Jenkins has a $CAUSE variable available to freestyle build jobs. How can I access this or something similar in ... in new workflow based jobs. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
1.6k
views
1
answer
jenkins - How to load files from resources folder in Shared library without knowing their names (or number)?
As you know, in Shared libraries in Jenkins, it is possible to load a resource (located in resources folder) ... their names or their number? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
946
views
1
answer
jenkins - ant - not recognized as an internal
I have installed ant(apache-ant-1.7.0). But when i run the ant command in dos command prompt, it says ant ... file. where i'm going wrong. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
564
views
1
answer
jenkins - Send parsed console output in email
I am working with two Jenkins plugins, Email-Ext and Log Parser. I have the regular expressions for the Log ... variable) this can be done? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
711
views
1
answer
jenkins - Return parameters/results from a job(triggered by pipeline) back to the same pipeline
Jenkins pipeline: I have a pipeline p1 that triggers a job j1 and then job j2. I want some parameters ... pipeline plugin? Thanks in advance See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
769
views
1
answer
jenkins - Same workspace for multiple jobs
I have a job called "development" and another project called "code analysis". At the moment we have two different ... 't found any suitable one. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
1.3k
views
1
answer
jenkins - How to pass boolean parameter value in pipeline to downstream jobs?
I'm using Jenkins v2.1 with the integrated delivery pipeline feature (https://jenkins.io/solutions/pipeline/) ... to the downstream job. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
826
views
1
answer
jenkins - Curl request from command line and via Groovy script
I am facing an issue which i do not understand, I have written a simple groovy script that when called ... never gets anything back Thanks See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
525
views
1
answer
jenkins - println in "call" method of "vars/foo.groovy" works, but not in method in class
I'm iterating through building a Jenkins pipeline shared library, so my Jenkinsfile is a little cleaner. I'm ... summarizes it more succinctly. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
1.0k
views
1
answer
jenkins - How to get the job name on a groovy dynamic parameter?
I need get the name job in this example, I have a code for get the previous value of the build parameter with that ... job. How can I do it? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
760
views
1
answer
jenkins - Trigger parameterized build with curl and crumb
I've seen similar posts to this on SO, but not quite exactly what I am trying to do (or at least no ... correct format of the command should be. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
1.6k
views
1
answer
jenkins - Git PullRequest job failed. Couldn't find any revision to build. Verify the repository and branch configuration for this job
Yesterday my pullrequest jobs failed with the following output: 11:07:41 > git rev-parse origin/${sha1}^{commit} ... .0 GitHub API Plugin 1.44 See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
791
views
1
answer
jenkins - How to conditionally build other projects?
I have a fairly complicated Jenkins job that builds, unit tests and packages a web application. Depending on the ... obvious that I am missing? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
889
views
1
answer
jenkins - How to write Pipeline to discard old builds?
The groovy syntax generator is NOT working for sample step properties: Set Job Properties. I've selected Discard old ... . Jenkins version: 2.7 See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
608
views
1
answer
jenkins + sonar + github integration
Problem: I am setting up jenkins + sonar + github integration for automatic pullrequest static code check through ... .org/browse/JENKINS-24590 See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
1.2k
views
1
answer
jenkins - Scripted jenkinsfile parallel stage
I am attempting to write a scripted Jenkinsfile using the groovy DSL which will have parallel steps within a ... be much appreciated, thanks See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
670
views
1
answer
jenkins - "[android] Emulator did not appear to start; giving up"
Jenkins can't start the emulator. Here is the console output of jenkins: First time build. Skipping changelog. ... jenkins on ubuntu 12.04. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
702
views
1
answer
jenkins - How do I find the Docker REST API URL?
I have installed the Docker build step plugin for Jenkins. The documentation is telling me: Name : Choose a name ... installed on my host)? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
998
views
1
answer
jenkins - What is the correct way to configure an Android project with submodules for use with the sonarqube gradle plugin?
What is the correct way to configure an Android project with submodules for use with the sonarqube gradle plugin? ... skipProject = true } } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
552
views
1
answer
jenkins - Experience with Hudson - Building matrix project
Did anyone try that feature and has some feedback? Or Does anyone know some useful samples to look up? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
735
views
1
answer
jenkins - How do I trigger another job from hudson as a pre-build step?
How do I trigger another job from hudson as a pre-build step? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
769
views
1
answer
jenkins - Strange variable scoping behavior in Jenkinsfile
When I run the below Jenkins pipeline script: def some_var = "some value" def pr() { def another_var = ... rules that cause this behavior? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
0
votes
690
views
1
answer
jenkins - How to access parameters in a Parameterized Build?
How do you access parameters set in the "This build is parameterized" section of a "Workflow" Jenkins job? TEST ... DEBUG: parameter foo = null See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jenkins
Page:
« prev
1
2
3
4
5
6
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] Intellij shortcut directly go to any variable Class or method
[2] unity3d - ForEach Index value in C#
[3] youtube - What information can I get from google id?
[4] android - How can I upload videos in Firebase Storage?
[5] laravel - Why my Redis Docker container shows "(empty array)" for KEYS * while I'm absolutely sure it has cached data and it works OK
[6] reactjs - the object ' const value = {}' in AuthContext.js perfectly renders its elements in Login and Signup components but shows undefined in Header.js
[7] mysql - Selecting the SUM of a group as well as values of that groups largest ID
[8] python大华skd开发怎么下手
[9] vue 只报一个 render 怎么样知道具体那里出错?
[10] Write to standard error in powershell fails jenkins job?
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...