CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 03:39:04 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=2bc35738202866716e19e74ad1be640a5288b6e6d860445c1776db629f0b2585a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22MxcclYkVFgumHuT3HaVB5HLqvo477Zka%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cb54043a949dfd-BLR
acmeJenkinsJobsSpec - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .PHONY: acme-jenkins-jobs
- acme-jenkins-jobs: clean
- mkdir -p dist/RPMS/noarch
- rm -rf build-target
- cp -r buildroot build-target
- rpmbuild -bb --target=noarch --define "_topdir ${PWD}/dist" --buildroot="${PWD}/build-target" acme-jenkins-jobs.spec
- clean:
- rm -rf build-target
- rm -rf dist
- [chuck@centos-55-64-vm6 acme-jenkins-jobs]$ cat acme-jenkins-jobs.spec
- name: acme-jenkins-jobs
- version: 1.0
- release: 0
- summary: acme-jenkins platform package
- group: acme/releaseMgmt
- license: acme inc.
- requires: acme-jenkins-config
- %description
- jenkins jobs package
- %files
- %dir %attr(750, jenkins, jenkins) /etc/jenkins.jobs.d
- %attr(640, jenkins, jenkins) /etc/jenkins.jobs.d/helloworld.config.xml
- %post
- /etc/rc.d/init.d/jenkins restart
- sleep 10
- tries=0
- while [ 1 ]
- do
- echo waiting for jenkins to start
- sleep 5
- /usr/bin/jenkins-jobs list >/dev/null 2>&1
- if [ $? -eq 0 ]
- then
- break
- fi
- let tries=tries+1
- if [ $tries -eq 30 ]
- then
- echo "jenkins startup failed" 1>&2
- exit 1
- fi
- done
- /usr/bin/jenkins-jobs load --overwrite --file /etc/jenkins.jobs.d/helloworld.config.xml --name helloworld --username acme --password acmepass
- %changelog
- * Sun Mar 27 2011 Chuck Scott <chuck@acme.com> 1.0-0
- - initial version
Advertisement
Add Comment
Please, Sign In to add comment
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ W
JavaScript | 10 sec ago | 0.24 KB
-
⭐⭐⭐Profit Method⭐⭐
Java | 13 sec ago | 0.10 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ V
JavaScript | 21 sec ago | 0.24 KB
-
⭐⭐⭐Instant Profit Method⭐⭐
Java | 25 sec ago | 0.10 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 5
JavaScript | 32 sec ago | 0.24 KB
-
⭐⭐⭐Instant Profit Method⭐⭐
Java | 36 sec ago | 0.10 KB
-
⭐⭐Exchange Exploit⭐⭐ 3
JavaScript | 44 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 48 sec ago | 0.10 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand