Skip to content

jglick/jk--

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Use Jenkins Less at Jenkins World 2017

Video

Demo commands:

make -C demo run &
(cd /tmp && rm -rf wc && hg clone http://localhost:8000/ wc && cd wc && echo 'echo(/more/)' >> Jenkinsfile && hg ci -m more && hg push)
ssh -p 2222 -o NoHostAuthenticationForLocalhost=yes localhost build -s -v scm/userspace/default
ssh -p 2222 -o NoHostAuthenticationForLocalhost=yes localhost list-changes scm/userspace/default 2
docker cp jenkins:/var/jenkins_home/jobs/scm/jobs/userspace/branches/default/builds/lastSuccessfulBuild/changelog0.xml - | tr -d '\000'
make -C demo build-tool && docker run --rm --env CONFIG=http://jenkins:8000/ --env COMMAND=list --link jenkins scm-impl
mvn -f userspace-scm-plugin -DskipTests clean install && ssh -p 2222 -o NoHostAuthenticationForLocalhost=yes localhost install-plugin -restart -name userspace-scm = < userspace-scm-plugin/target/userspace-scm.hpi

How to evaluate a Jenkins plugin in CloudBees CI knowledge base

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published