This website requires JavaScript.
Explore
Help
Sign In
greyn
/
jenkins-playground
Watch
2
Star
0
Fork
0
You've already forked jenkins-playground
Code
Issues
Pull Requests
Packages
Projects
Releases
3
Wiki
Activity
7cbda65ccd
jenkins-playground
/
Jenkinsfile
12 lines
148 B
Plaintext
Raw
Normal View
History
Unescape
Escape
on changeset
2024-10-25 21:09:17 -04:00
pipeline {
dotnet pack?
2024-11-09 22:13:10 -05:00
agent any
on changeset
2024-10-25 21:09:17 -04:00
stages {
take 2
2024-11-09 22:16:12 -05:00
stage('nuget'){
steps{
oh right
2024-11-09 22:34:47 -05:00
dotnetNuGetPush()
take 2
2024-11-09 22:16:12 -05:00
}
on changeset
2024-10-25 21:09:17 -04:00
}
}
label, node. whatever.
2024-10-30 23:34:45 -04:00
}
Reference in New Issue
Copy Permalink