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 groovy
0
votes
729
views
1
answer
groovy - Jenkins Workflow Checkout Accessing BRANCH_NAME and GIT_COMMIT
I cannot seem to extract $GIT_COMMIT and $BRANCH_NAME from a Jenkins Workflow Checkout step. I would like to be ... a variable I cannot find? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
0
votes
529
views
1
answer
groovy - How to define and call custom methods in build.gradle
As part of my project, I need to read files from a directory and do some operations all these in build script. ... it should be. Please help. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
0
votes
486
views
1
answer
groovy - Resetting the UP-TO-DATE property of gradle tasks?
Is there a way I can force a gradle task to run again, or reset all tasks back to the not UP-TO-DATE state? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
0
votes
1.6k
views
1
answer
groovy - Conditional step/stage in Jenkins pipeline
How do you run a build step/stage only if building a specific branch? For example, run a deployment step ... leaving everything else the same. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
0
votes
403
views
1
answer
groovy - JsonSlurper execution failure
I am trying to use JsonSlurper to input variables from different files. But it is failing at ... cps.CpsThreadGroup@7abaf96e Finished: FAILURE See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
0
votes
422
views
1
answer
groovy - Grails: Load data on one ComboBox depending on another
Let's say I have a combobox with the options GENERAL, AIR, GROUND, and SEA <g:select name="group" from="${[ ... do this?? Thanks in advance! FG See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
0
votes
479
views
1
answer
groovy - No suitable classloader found for grab
I have this at the beginning of a class: @Grab(group = 'org.ccil.cowan.tagsoup', module = 'tagsoup', version = '1 ... ? I'm using groovy 1.7.5 See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
0
votes
478
views
1
answer
groovy - Jenkinsfile Pipeline DSL: How to Show Multi-Columns in Jobs dashboard GUI - For all Dynamically created stages - When within PIPELINE section
Jenkins 2.89.4 rolling I saw almost all stackoverflow posts which show how we can successfully run parallel steps/stages (using ... ------------ See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
0
votes
615
views
1
answer
groovy - Minimum code coverage threshold in Jacoco Gradle
How can I set the minimum code coverage in Jacoco Gradle? I want the build to fail if it is not met. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
0
votes
380
views
1
answer
groovy - Spring Boot + Eureka Server + Hystrix with Turbine: empty turbine.stream
I'm trying to run Spring Boot (with Spring Cloud) + Eureka Server + Hystrix Dashboard and Turbine stream, ... --- ClusterMonitor: Starting up the cluster monitor for default_agg...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
0
votes
1.4k
views
1
answer
groovy - Active Choices Reactive Reference Parameter in jenkins pipeline
I'm using the Active Choices Reactive Reference Parameter plugin in a dsl job here the code parameters { ... the choice2 parameter !!! See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
0
votes
402
views
1
answer
groovy - Creating a Test Report from Project level tear down script
I have generate a report based on an execution of a test suite where it creates a folder directory and insert ... logFile = new File(rootFolder) See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
0
votes
924
views
1
answer
groovy - How to read properties file from Jenkins 2.0 pipeline script
I am attempting to write a pipeline script to use with Jenkins 2.0 to replicate our existing build. ... propsFile.newDataInputStream()) Thanks! See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
0
votes
569
views
1
answer
groovy - How to make a Jenkins/Hudson job surveil some others jobs and decide whether to build or not?
PROBLEM Given that all the jobs have string LEVEL_X in it's job name, where X is a number > 1. I ... groovy script using the GROOVY PLUGIN. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
0
votes
725
views
1
answer
groovy - Jenkins: Cannot define variable in pipeline stage
I'm trying to create a declarative Jenkins pipeline script but having issues with simple variable declaration. Here is ... 4 and Pipeline 2.4. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
0
votes
1.2k
views
1
answer
groovy - Jenkins dynamic declarative pipeline parameters
Can the parameters in a Jenkins declarative pipeline be dynamic? I want a the choice option values be populated ... ', which was merged. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
0
votes
500
views
1
answer
groovy - How to access Grails configuration in Grails 2.0?
I have obtained the latest Grails 2.0 milestone, and I am seeing a deprecation warning for the ConfigurationHolder ... (such as BootStrap). See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
0
votes
550
views
1
answer
groovy - What the difference in applying gradle plugin
I don't understand gradle plugins block apply plugin: 'someplugin1' apply plugin: 'maven' and other one: plugins ... block and when second one. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
0
votes
905
views
1
answer
groovy - Show a Jenkins pipeline stage as failed without failing the whole job
Here's the code I'm playing with node { stage 'build' echo 'build' stage 'tests' echo 'tests' stage 'end-to ... failed which I also don't want. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
0
votes
590
views
1
answer
groovy - How can I trigger another job from a jenkins pipeline (jenkinsfile) with GitHub Org Plugin?
How can I trigger build of another job from inside the Jenkinsfile? I assume that this job is another ... branch from your GitHub Organization. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
0
votes
514
views
1
answer
groovy execute with parameters containing spaces
How do I provide arguments containing spaces to the execute method of strings in groovy? Just adding spaces like ... arguments to the ls call. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
0
votes
1.5k
views
1
answer
groovy - How can I use the Jenkins Copy Artifacts Plugin from within the pipelines (jenkinsfile)?
I am trying to find an example of using the Jenkins Copy Artifacts Plugin from within Jenkins pipelines (workflows). ... code that is using it? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
0
votes
1.2k
views
1
answer
groovy - What is the effect of @NonCPS in a Jenkins pipeline script
I have a pipeline script in Jenkins. I used to get this exception: org.jenkinsci.plugins.scriptsecurity.sandbox. ... effects of using it? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
groovy
Page:
« prev
1
2
3
4
5
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] 定义函数传参
[2] python - How to filter out data using regex patterns to collect statistics on the results
[3] vue 使用v-if时有什么办法只让mounted钩子 只在第一次创建时候执行 之后都不执行吗
[4] c# - Test Explorer not running tests visual studio
[5] 关于React hooks中useEffect的一个小问题,请教一下,谢谢了
[6] 网络图怎么缓存到localStorage
[7] Unable to use minimatch with intercept in Cypress 6.2.1
[8] flutter 中textfield中的 prefixIcon 与输入框间距可以调整吗?
[9] vue项目同时引入elementUI和Vant UI,全部按需引入,Vant图标不出现,也不报错,为什么?
[10] 前端开发数据大屏的框架有哪些?
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
广告位招租
...