Hennadii Stepanov
de5ee18203
Replace egrep
with grep -E
...
For the GNU Grep package version >= 3.8, the `egrep` command emits:
```
egrep: warning: egrep is obsolescent; using grep -E
```
which makes the `./autogen.sh` script very noisy.
2023-08-26 22:19:35 +01:00
Jim Klimov
2559a99570
Improve handling of Jenkinsfile failed testlog archives
...
Port from zproject / czmq : Jenkinsfile :
* add RETRY_NUMBER suffix to test-suite tarballs
* and set build UNSTABLE if retries were needed
2018-02-01 01:40:49 +01:00
Jim Klimov
21b0628cd1
Jenkinsfile : regenerated with zproject support for logging test-suite results (revised)
2018-01-30 19:51:40 +01:00
Jim Klimov
aec6ea78c5
Jenkinsfile : regenerated with zproject support for logging test-suite results
2018-01-30 18:32:46 +01:00
Jim Klimov
7186cd515d
Jenkinsfile : regenerated with zproject support for failed-test retries
2018-01-30 18:31:42 +01:00
Jim Klimov
c6a6ec39a6
Jenkinsfile : regenerated with zproject support for better workspace cleanup before test preparation
2018-01-30 18:28:17 +01:00
Jim Klimov
4110c6b751
Jenkinsfile : regenerated with zproject support for configurable test timeout
2018-01-30 18:27:12 +01:00
Jim Klimov
59347f68b8
Jenkinsfile : regenerated with zproject support for cppcheck among other tests
2018-01-30 18:24:29 +01:00
Jim Klimov
70d3cc23be
Jenkinsfile : regenerated with zproject support for DO_DIST_DOCS option
2018-01-30 18:21:49 +01:00
Jim Klimov
3af762441a
Problem: Jenkinsfile uses "any" agent
...
Solution: avoid using infrastructure and default agents by requiring a reasonable label (like in GSL and zproject)
Signed-off-by: Jim Klimov <EvgenyKlimov@eaton.com>
2017-12-12 16:08:37 +01:00
Jim Klimov
822c6341dd
Problem: Jenkinsfile does not pass DISTCHECK_CONFIGURE_FLAGS and LD_LIBRARY_PATH into make
2017-12-07 08:30:16 +01:00
Jim Klimov
c6356b9c5a
Problem: Jenkinsfile tests libzmq for memcheck - there is not spoon
2017-12-07 07:11:01 +01:00
Jim Klimov
e7440779a4
Problem: Jenkinsfile timeouts expire
2017-12-07 03:28:14 +01:00
Jim Klimov
e201985ad3
Problem: Jenkinsfile does not use DISTCHECK_CONFIGURE_FLAGS
2017-12-07 02:43:26 +01:00
Jim Klimov
f90dbe08bb
Introduce Jenkinsfile
2017-12-01 02:02:23 +01:00