You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add pipeline config
add install java scripts
* added missing version/environment sections
fixed exit command option
added tag for buddy builds
* fix unclosed file handle in build task
* moves scripts to ./.scripts
added versioning script
* Try different download method
fix gradlew.bat paths
fix exit code in restore.cmd
* put all commands in scripts
rename scripts to match taskname
* update directory in scripts
* add dir check
* try pushd/popd
* print pwd
* use path in call cmd and project-dir for gradle
* try cd again
* try pushd a different way
* more variables; directory check
* attempt setting rootProject.name
* added template for gradle tasks from a pipeline
added conditional to check for sdk-version file
updated other scripts to use template format
* add resolveDependencies task
try splitting restore commands
* added gradle proxy script
deleted other gradle cmds
added arguments to yml
moved restore tasks back to windows.yml
* remove unneeded package-info
* skipWinNative for for now.
add installJava7 script
* fix filename/dirname parsing
* enable native build
stub windows sdk installer script
* update resolveDependencies task to use all configurations
* only set tools directories if they are changed
* added some additonal logging during native build configuration
* add script to install windows 8.1 sdk
* move function definitions above calls
* Fix Download-File function
* typo
* reorder restore commands
* add arguments to windows sdk installer
* fix options for win sdk installer
set env var with win sdk installation directory
* set logs dir for installer script
* fix syntax error in yml
* upgrade gradle to 5.6.4
* upgrade spotbugs
suppress java 11 try-with-resources bug
* clean up build logging
* added comment about installer options for win sdk
* disable spotbugsTest
* update spotbugs to only use main configuration
* add buildfile for :test superproject so its subprojects can be built independently
* updated commands to build whole project
split assemble, checks and unit tests into separate tasks
stubbed in collectd restore command
* add default signing profile
* upgrade gradle to latest version
* fix typo
* add signing for dlls
* fix tests paths.
split results into their respective projects.
* fix path to script
* use all_* wildcards in build def names.
add missing "sign_inline" option to dlls.
* enable policheck for windows buddy builds
* fix filename
* updated signing exclusions.
trying different pattern for DLL signing.
* move test commands to test stage
* update artifact publish options to try to remove duplicate artifacts.
* fix version section for buddy builds
* updated native build to always output both release and debug DLLs.
simplify some configuration.
* publish DLLs to their own artifact output location
* revert some version properties.
supply version.name to buddy build.
* add capture of native logs
* fix native build condition
* move version sections to buddy/official
* move build phase to buddy/official definitions.
add default options to gradle.cmd
* add option to prevent building over prebuilt DLLs.
fix artifact excludes for perfcounter dlls.
* include --info in default gradle options
* fix prebuilt condition to disable tasks and still consume built dlls
* save dependency lockfiles
* update testresults patterns
* set warning mode in default gradle options
* add smoketest configuration
* remove reference to DOCKER_CLI_EXE; not used
* change root path for winsdk install logs
* remove dump of installed software after each installation.
* remove use of reserved var name in ps script
* remove check for module; fail if not found
* list disk/installed programs info at end of restore
* add step to find docker exe
* remove unused functions
* resolve powershell warnings
* move find docker to top
* move versioning section to windows build definition
* add collectd build definition and scripts
* add artifacts clause to collectd build def
* update source_mode in windows build
* add runtime section to collectd build def
* add missing name field
* export collectd_home var
* fix image name
* update packages first
* rework collectd script;
simplifying and fixing directory issues
* fix directory on build script
* use specific paths for gradlew
* fix stderr redirect
* fix condition for directory check
* typo
* resolve collectd dependencies in restore phase
* set java7 env var
* set env vars in build script
* removed files related to official build
* ignore static analysis for now
* remove unused build definition
* remove unneeded step
* remove unused script
* suppress spotbugs seeing fixed bug
* upgrade xstream. regenerate lockfiles.
* split collectd build into buddy/official
(remove snapshot tag from official)
* split build into official/buddy;
isRelease=true on official
* Update lockfiles
* Use Java 8
* Delete unused scripts
* Use java 8 JDK instead of JRE
* Fix build failure on OneBranch
* Remove JAVA_JRE_7
* Add back JAVA_JRE_7
* Upgrade gradle to 6.8.3
* Fix listTestApps
* Add release scripts
* Done release pipeline testing, revert version back
* Copy more files required by Maven
* Invoke gradle task prepare
* Skip code signing
* Test legacy-sdk release pipeline
* Need to copy 36 files to maven
* Comment out collectd for now since thers is no bits generated
* Add collectd-api.jar to source
* Remove exception
* Enable collectd
* Done testing and revert version
* Re-trigger build to fix the linked required pipeline
* Get rid of the old legacy-sdk pipeline
* Some cleanup
* Fix spotbugs
* remove duplicate
Co-authored-by: Trask Stalnaker <[email protected]>
* delete duplicate
Co-authored-by: Trask Stalnaker <[email protected]>
* Simplification
Co-authored-by: Trask Stalnaker <[email protected]>
* Remove an .idea file
* Delete signing on the buddy build
* Fix VerifyJava7
* Update xmlpull path
Co-authored-by: Trask Stalnaker <[email protected]>
Co-authored-by: Helen Yang <[email protected]>
Co-authored-by: Trask Stalnaker <[email protected]>
Co-authored-by: Helen Y <[email protected]>
[Environment]::SetEnvironmentVariable("CustomBuildNumber",$buildNumber,"User") # This will allow you to use it from env var in later steps of the same phase
0 commit comments