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
737
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
539
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
495
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.7k
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
413
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
431
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
488
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
486
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
623
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
389
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
410
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
932
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
577
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
733
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
508
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
558
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
915
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
601
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
522
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] Can a method in a python class be annotated with a type that is defined by a subclass?
[2] js for循环过滤改造对象
[3] sql 排序后取数据,OFFSET 的值是根据排序的 ID
[4] php - Importer issue Invalid argument supplied for foreach()
[5] pm2 彻底删除进程id
[6] 小程序UI框架,哪个比较好,求推荐
[7] antd中Tree组件的拖拽问题?
[8] inflight 这个单词在计算机怎么理解?
[9] vue中我定义的环境变量打包后为什么获取不到了
[10] Promise then catch 的 使用问题
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
广告位招租
...